Skip to content

Commit da348ed

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c7154cb commit da348ed

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jresearch.gwt.time</groupId>
66
<artifactId>org.jresearch.gwt.time.pom</artifactId>
7-
<version>1.4.23</version>
7+
<version>1.4.24-SNAPSHOT</version>
88
<relativePath>../pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>org.jresearch.gwt.time.bom</artifactId>

demo/time01.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jresearch.gwt.time</groupId>
66
<artifactId>org.jresearch.gwt.time.pom</artifactId>
7-
<version>1.4.23</version>
7+
<version>1.4.24-SNAPSHOT</version>
88
<relativePath>../../pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>org.jresearch.gwt.time.demo.time01</artifactId>

demo/time02.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jresearch.gwt.time</groupId>
66
<artifactId>org.jresearch.gwt.time.pom</artifactId>
7-
<version>1.4.23</version>
7+
<version>1.4.24-SNAPSHOT</version>
88
<relativePath>../../pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>org.jresearch.gwt.time.demo.time02</artifactId>

demo/time03.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jresearch.gwt.time</groupId>
66
<artifactId>org.jresearch.gwt.time.pom</artifactId>
7-
<version>1.4.23</version>
7+
<version>1.4.24-SNAPSHOT</version>
88
<relativePath>../../pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>org.jresearch.gwt.time.demo.time03</artifactId>

demo/time04.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jresearch.gwt.time</groupId>
66
<artifactId>org.jresearch.gwt.time.pom</artifactId>
7-
<version>1.4.23</version>
7+
<version>1.4.24-SNAPSHOT</version>
88
<relativePath>../../pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>org.jresearch.gwt.time.demo.time04</artifactId>

pom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>pom</packaging>
1212

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

@@ -126,7 +126,7 @@
126126
<scm>
127127
<developerConnection>scm:git:https://github.com/foal/gwt-time.git</developerConnection>
128128
<url>https://github.com/foal/gwt-time</url>
129-
<tag>v1.4.23</tag>
129+
<tag>HEAD</tag>
130130
</scm>
131131
<repositories>
132132
<repository>

time/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jresearch.gwt.time</groupId>
66
<artifactId>org.jresearch.gwt.time.pom</artifactId>
7-
<version>1.4.23</version>
7+
<version>1.4.24-SNAPSHOT</version>
88
<relativePath>../pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>org.jresearch.gwt.time</artifactId>

tzdb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jresearch.gwt.time</groupId>
66
<artifactId>org.jresearch.gwt.time.pom</artifactId>
7-
<version>1.4.23</version>
7+
<version>1.4.24-SNAPSHOT</version>
88
<relativePath>../pom/pom.xml</relativePath>
99
</parent>
1010
<artifactId>org.jresearch.gwt.time.tzdb</artifactId>

0 commit comments

Comments
 (0)