Skip to content

Commit 1153d09

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 876d12b commit 1153d09

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

jr-all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.jr</groupId>
66
<artifactId>jackson-jr-parent</artifactId>
7-
<version>2.16.2</version>
7+
<version>2.16.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-jr-all</artifactId>
1010
<name>jackson-jr-all</name>
@@ -23,7 +23,7 @@ Streaming, in a single jar.
2323

2424
<properties>
2525
<!-- for Reproducible Builds -->
26-
<project.build.outputTimestamp>2024-03-09T18:48:55Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2024-03-09T18:49:39Z</project.build.outputTimestamp>
2727
</properties>
2828

2929
<dependencies>

jr-annotation-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.jr</groupId>
1010
<artifactId>jackson-jr-parent</artifactId>
11-
<version>2.16.2</version>
11+
<version>2.16.3-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-jr-annotation-support</artifactId>
1414
<packaging>bundle</packaging>
@@ -33,7 +33,7 @@
3333
<packageVersion.package>${project.groupId}.annotationsupport</packageVersion.package>
3434

3535
<!-- for Reproducible Builds -->
36-
<project.build.outputTimestamp>2024-03-09T18:48:55Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-03-09T18:49:39Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<dependencies>

jr-objects/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.jr</groupId>
1010
<artifactId>jackson-jr-parent</artifactId>
11-
<version>2.16.2</version>
11+
<version>2.16.3-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-jr-objects</artifactId>
1414
<packaging>bundle</packaging>
@@ -31,7 +31,7 @@ has no other dependencies, and provides additional builder-style content generat
3131
<packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output>
3232

3333
<!-- for Reproducible Builds -->
34-
<project.build.outputTimestamp>2024-03-09T18:48:55Z</project.build.outputTimestamp>
34+
<project.build.outputTimestamp>2024-03-09T18:49:39Z</project.build.outputTimestamp>
3535
</properties>
3636

3737
<dependencies>

jr-retrofit2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.jr</groupId>
1010
<artifactId>jackson-jr-parent</artifactId>
11-
<version>2.16.2</version>
11+
<version>2.16.3-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-jr-retrofit2</artifactId>
1414
<packaging>bundle</packaging>
@@ -33,7 +33,7 @@ ${project.groupId}.retrofit2;version=${project.version}
3333
-->
3434

3535
<!-- for Reproducible Builds -->
36-
<project.build.outputTimestamp>2024-03-09T18:48:55Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-03-09T18:49:39Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<dependencies>

jr-stree/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson.jr</groupId>
1010
<artifactId>jackson-jr-parent</artifactId>
11-
<version>2.16.2</version>
11+
<version>2.16.3-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-jr-stree</artifactId>
1414
<packaging>bundle</packaging>
@@ -34,7 +34,7 @@ has no other dependencies.
3434
<packageVersion.package>${project.groupId}.stree</packageVersion.package>
3535

3636
<!-- for Reproducible Builds -->
37-
<project.build.outputTimestamp>2024-03-09T18:48:55Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2024-03-09T18:49:39Z</project.build.outputTimestamp>
3838
</properties>
3939

4040
<dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.jr</groupId>
99
<artifactId>jackson-jr-parent</artifactId>
1010
<name>Parent pom for Jackson jr components</name>
11-
<version>2.16.2</version>
11+
<version>2.16.3-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson jr components
1414
</description>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:[email protected]:FasterXML/jackson-jr.git</connection>
3434
<developerConnection>scm:git:[email protected]:FasterXML/jackson-jr.git</developerConnection>
3535
<url>https://github.com/FasterXML/jackson-jr</url>
36-
<tag>jackson-jr-parent-2.16.2</tag>
36+
<tag>HEAD</tag>
3737
</scm>
3838

3939
<properties>
@@ -47,7 +47,7 @@
4747
<javac.debuglevel>source</javac.debuglevel>
4848

4949
<!-- for Reproducible Builds -->
50-
<project.build.outputTimestamp>2024-03-09T18:48:55Z</project.build.outputTimestamp>
50+
<project.build.outputTimestamp>2024-03-09T18:49:39Z</project.build.outputTimestamp>
5151
</properties>
5252

5353
<!-- Alas, need to include snapshot reference since otherwise can not find

0 commit comments

Comments
 (0)