Skip to content

Commit

Permalink
Release 3.0.0 MODCAL-132 (#176)
Browse files Browse the repository at this point in the history
* Release v3.0.0

* Update dependency 'folio-spring-i18n'
  • Loading branch information
danetsao authored Mar 20, 2024
1 parent c9474ab commit 76d785c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.0 2024-03-20
* Migrate in-house translation logic to centralized folio-spring-i18n (MODCAL-130)

## 2.5.0 2023-10-11
* Update docker image specifier (MODCAL-128)

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.folio</groupId>
<artifactId>mod-calendar</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>mod-calendar</name>
<description>FOLIO calendar module for service point openings</description>
Expand All @@ -26,7 +26,7 @@
<developerConnection>
scm:git:[email protected]:folio-org/${project.artifactId}.git
</developerConnection>
<tag>v2.5.0</tag>
<tag>v3.0.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-spring-i18n</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>8.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 76d785c

Please sign in to comment.