Skip to content

Commit f66073a

Browse files
committed
[maven-release-plugin] prepare release jackson-jr-parent-2.6.0-rc1
1 parent 9309ef9 commit f66073a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jr-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.fasterxml.jackson.jr</groupId>
77
<artifactId>jackson-jr-parent</artifactId>
8-
<version>2.6.0-rc1-SNAPSHOT</version>
8+
<version>2.6.0-rc1</version>
99
</parent>
1010
<artifactId>jackson-jr-all</artifactId>
1111
<name>jackson-jr-all</name>

jr-objects/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.0-rc1-SNAPSHOT</version>
6+
<version>2.6.0-rc1</version>
77
</parent>
88
<artifactId>jackson-jr-objects</artifactId>
99
<packaging>bundle</packaging>

pom.xml

Lines changed: 2 additions & 2 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.6.0-rc1-SNAPSHOT</version>
11+
<version>2.6.0-rc1</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson jr components
1414
</description>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:git@github.com:FasterXML/jackson-jr.git</connection>
2424
<developerConnection>scm:git:git@github.com:FasterXML/jackson-jr.git</developerConnection>
2525
<url>http://github.com/FasterXML/jackson-jr</url>
26-
<tag>HEAD</tag>
26+
<tag>jackson-jr-parent-2.6.0-rc1</tag>
2727
</scm>
2828

2929
<properties>

0 commit comments

Comments
 (0)