Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
foal committed Sep 24, 2022
1 parent bb41f77 commit 69d08ee
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time01.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time01</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time02.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time02</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time03.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time03</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/time04.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time04</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>

<name>JRS: GWT port of JSR-310 (java.time), POM</name>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<description>JRS: GWT port of JSR-310 (java.time) based on ThreeTen backport project (https://www.threeten.org/threetenbp)</description>
<url>https://github.com/foal/gwt-time</url>

Expand Down Expand Up @@ -126,7 +126,7 @@
<scm>
<developerConnection>scm:git:https://github.com/foal/gwt-time.git</developerConnection>
<url>https://github.com/foal/gwt-time</url>
<tag>HEAD</tag>
<tag>v1.4.21</tag>
</scm>
<repositories>
<repository>
Expand Down Expand Up @@ -383,10 +383,10 @@
<gwt28-typedarrays.ver>1.2</gwt28-typedarrays.ver>
<gwt28-nio.ver>1.1</gwt28-nio.ver>
<gwt-slf4j.ver>1.0.2-gwt2.8.2</gwt-slf4j.ver>
<time.apt.ver>2.0.10-SNAPSHOT</time.apt.ver>
<gwt-locale.ver>1.0.5-SNAPSHOT</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.5-SNAPSHOT</gwt-locale-cldr.ver>
<gwt-tool-jre-apt.ver>1.0.3-SNAPSHOT</gwt-tool-jre-apt.ver>
<time.apt.ver>2.0.10</time.apt.ver>
<gwt-locale.ver>1.0.5</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.5</gwt-locale-cldr.ver>
<gwt-tool-jre-apt.ver>1.0.3</gwt-tool-jre-apt.ver>

<java.version>11</java.version>

Expand Down
2 changes: 1 addition & 1 deletion time/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tzdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.21-SNAPSHOT</version>
<version>1.4.21</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.tzdb</artifactId>
Expand Down

0 comments on commit 69d08ee

Please sign in to comment.