Skip to content

Commit 54ed41a

Browse files
committed
[maven-release-plugin] prepare release jackson-jr-parent-2.19.0-rc2
1 parent d3d9f2c commit 54ed41a

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

jr-all/pom.xml

+2-2
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.19.0-rc2-SNAPSHOT</version>
7+
<version>2.19.0-rc2</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>2025-04-08T01:08:19Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2025-04-08T01:23:29Z</project.build.outputTimestamp>
2727
</properties>
2828

2929
<dependencies>

jr-annotation-support/pom.xml

+2-2
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.19.0-rc2-SNAPSHOT</version>
11+
<version>2.19.0-rc2</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>2025-04-08T01:08:19Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-04-08T01:23:29Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<dependencies>

jr-extension-javatime/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jr</groupId>
1111
<artifactId>jackson-jr-parent</artifactId>
12-
<version>2.19.0-rc2-SNAPSHOT</version>
12+
<version>2.19.0-rc2</version>
1313
</parent>
1414

1515
<artifactId>jackson-jr-extension-javatime</artifactId>
@@ -32,7 +32,7 @@
3232
<osgi.export>${project.groupId}.extension.javatime;version=${project.version}</osgi.export>
3333

3434
<!-- for Reproducible Builds -->
35-
<project.build.outputTimestamp>2025-04-08T01:08:19Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2025-04-08T01:23:29Z</project.build.outputTimestamp>
3636
</properties>
3737

3838
<dependencies>

jr-groovy-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.jr</groupId>
55
<artifactId>jackson-jr-parent</artifactId>
6-
<version>2.19.0-rc2-SNAPSHOT</version>
6+
<version>2.19.0-rc2</version>
77
</parent>
88
<artifactId>jackson-jr-groovy-test</artifactId>
99
<packaging>pom</packaging>

jr-objects/pom.xml

+2-2
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.19.0-rc2-SNAPSHOT</version>
11+
<version>2.19.0-rc2</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>2025-04-08T01:08:20Z</project.build.outputTimestamp>
34+
<project.build.outputTimestamp>2025-04-08T01:23:29Z</project.build.outputTimestamp>
3535
</properties>
3636

3737
<dependencies>

jr-record-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.jr</groupId>
55
<artifactId>jackson-jr-parent</artifactId>
6-
<version>2.19.0-rc2-SNAPSHOT</version>
6+
<version>2.19.0-rc2</version>
77
</parent>
88
<artifactId>jackson-jr-record-test</artifactId>
99
<packaging>jar</packaging>

jr-retrofit2/pom.xml

+2-2
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.19.0-rc2-SNAPSHOT</version>
11+
<version>2.19.0-rc2</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>2025-04-08T01:08:20Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-04-08T01:23:29Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<dependencies>

jr-stree/pom.xml

+2-2
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.19.0-rc2-SNAPSHOT</version>
11+
<version>2.19.0-rc2</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>2025-04-08T01:08:20Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2025-04-08T01:23:29Z</project.build.outputTimestamp>
3838
</properties>
3939

4040
<dependencies>

pom.xml

+3-3
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.19.0-rc2-SNAPSHOT</version>
11+
<version>2.19.0-rc2</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson jr components
1414
</description>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:[email protected]:FasterXML/jackson-jr.git</connection>
3737
<developerConnection>scm:git:[email protected]:FasterXML/jackson-jr.git</developerConnection>
3838
<url>https://github.com/FasterXML/jackson-jr</url>
39-
<tag>HEAD</tag>
39+
<tag>jackson-jr-parent-2.19.0-rc2</tag>
4040
</scm>
4141

4242
<properties>
@@ -50,7 +50,7 @@
5050
<javac.debuglevel>source</javac.debuglevel>
5151

5252
<!-- for Reproducible Builds -->
53-
<project.build.outputTimestamp>2025-04-08T01:08:19Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2025-04-08T01:23:29Z</project.build.outputTimestamp>
5454
</properties>
5555

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

0 commit comments

Comments
 (0)