Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
foal committed May 18, 2024
1 parent c7154cb commit da348ed
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.23</version>
<version>1.4.24-SNAPSHOT</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.23</version>
<version>1.4.24-SNAPSHOT</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.23</version>
<version>1.4.24-SNAPSHOT</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.23</version>
<version>1.4.24-SNAPSHOT</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.23</version>
<version>1.4.24-SNAPSHOT</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.demo.time04</artifactId>
Expand Down
4 changes: 2 additions & 2 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.23</version>
<version>1.4.24-SNAPSHOT</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>v1.4.23</tag>
<tag>HEAD</tag>
</scm>
<repositories>
<repository>
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.23</version>
<version>1.4.24-SNAPSHOT</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.23</version>
<version>1.4.24-SNAPSHOT</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<artifactId>org.jresearch.gwt.time.tzdb</artifactId>
Expand Down

0 comments on commit da348ed

Please sign in to comment.