Skip to content

Commit 45e3a87

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0ba309f commit 45e3a87

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version>3.0.0-rc6</version>
12+
<version>3.0.0-rc7-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-base</artifactId>
1515
<name>Jackson-JAXRS-base</name>

cbor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version>3.0.0-rc6</version>
12+
<version>3.0.0-rc7-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-cbor-provider</artifactId>
1515
<name>Jackson-JAXRS: CBOR</name>

datatypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version>3.0.0-rc6</version>
12+
<version>3.0.0-rc7-SNAPSHOT</version>
1313
</parent>
1414
<!-- note: different group id, it being datatype -->
1515
<groupId>tools.jackson.datatype</groupId>

json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version>3.0.0-rc6</version>
12+
<version>3.0.0-rc7-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-json-provider</artifactId>
1515
<name>Jackson-JAXRS: JSON</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
1212
<name>Jackson JAX-RS (parent)</name>
13-
<version>3.0.0-rc6</version>
13+
<version>3.0.0-rc7-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<description>Parent for Jackson JAX-RS providers
1616
</description>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git</connection>
3030
<developerConnection>scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git</developerConnection>
3131
<url>http://github.com/FasterXML/jackson-jaxrs-providers</url>
32-
<tag>jackson-jaxrs-providers-3.0.0-rc6</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

smile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version>3.0.0-rc6</version>
12+
<version>3.0.0-rc7-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-smile-provider</artifactId>
1515
<name>Jackson-JAXRS: Smile</name>

xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version>3.0.0-rc6</version>
12+
<version>3.0.0-rc7-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-xml-provider</artifactId>
1515
<name>Jackson-JAXRS: XML</name>

yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version>3.0.0-rc6</version>
12+
<version>3.0.0-rc7-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-yaml-provider</artifactId>
1515
<name>Jackson-JAXRS: YAML</name>

0 commit comments

Comments
 (0)