Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo@debian committed Apr 3, 2021
1 parent 737c9e6 commit 854bfe9
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time04</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom/pom.xml
Expand Up @@ -12,7 +12,7 @@

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

<modules>
Expand Down Expand Up @@ -118,7 +118,7 @@
<connection>scm:hg:https://helixteamhub.cloud/JRS/projects/gwtTime/repositories/mercurial/gwt-time</connection>
<developerConnection>scm:hg:ssh://hth@helixteamhub.cloud/JRS/projects/gwtTime/repositories/mercurial/gwt-time</developerConnection>
<url>https://github.com/foal/gwt-time</url>
<tag>HEAD</tag>
<tag>v1.4.18</tag>
</scm>
<repositories>
<repository>
Expand Down Expand Up @@ -362,8 +362,8 @@
<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.6-SNAPSHOT</time.apt.ver>
<gwt-locale.ver>1.0.4-SNAPSHOT</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.4-SNAPSHOT</gwt-locale-cldr.ver>
<time.apt.ver>2.0.5</time.apt.ver>
<gwt-locale.ver>1.0.3</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.3</gwt-locale-cldr.ver>
</properties>
</project>
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion time/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tzdb/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.pom</artifactId>
<version>1.4.18-SNAPSHOT</version>
<version>1.4.18</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.tzdb</artifactId>
Expand Down

0 comments on commit 854bfe9

Please sign in to comment.