Skip to content

Commit 0d8f957

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 08e4521 commit 0d8f957

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-base</artifactId>
15-
<version> 2.18.2</version>
15+
<version> 2.18.3-SNAPSHOT</version>
1616
<name>Jackson-JAXRS: base</name>
1717
<packaging>bundle</packaging>
1818
<description>Pile of code that is shared by all Jackson-based JAX-RS

cbor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-cbor-provider</artifactId>
15-
<version> 2.18.2</version>
15+
<version> 2.18.3-SNAPSHOT</version>
1616
<name>Jackson-JAXRS: CBOR</name>
1717
<packaging>bundle</packaging>
1818
<description>Functionality to handle CBOR encoded input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding.

datatypes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
</parent>
1414
<!-- note: different group id, it being datatype -->
1515
<groupId>com.fasterxml.jackson.datatype</groupId>
1616
<artifactId>jackson-datatype-jaxrs</artifactId>
17-
<version> 2.18.2</version>
17+
<version> 2.18.3-SNAPSHOT</version>
1818
<name>Jackson-JAXRS: Datatypes</name>
1919
<packaging>bundle</packaging>
2020
<description>Functionality for reading/writing core JAX-RS helper types

json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-json-provider</artifactId>
15-
<version> 2.18.2</version>
15+
<version> 2.18.3-SNAPSHOT</version>
1616
<name>Jackson-JAXRS: JSON</name>
1717
<packaging>bundle</packaging>
1818
<description>Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1010
<artifactId>jackson-jaxrs-providers</artifactId>
1111
<name>Jackson: JAX-RS (parent)</name>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<description>Parent for Jackson JAX-RS providers
1515
</description>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:[email protected]:FasterXML/jackson-jaxrs-providers.git</connection>
3838
<developerConnection>scm:git:[email protected]:FasterXML/jackson-jaxrs-providers.git</developerConnection>
3939
<url>https://github.com/FasterXML/jackson-jaxrs-providers</url>
40-
<tag>jackson-jaxrs-providers-2.18.2</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242
<properties>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

smile/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-smile-provider</artifactId>
15-
<version> 2.18.2</version>
15+
<version> 2.18.3-SNAPSHOT</version>
1616
<name>Jackson-JAXRS: Smile</name>
1717
<packaging>bundle</packaging>
1818
<description>Functionality to handle Smile (binary JSON) input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding.

xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-xml-provider</artifactId>
15-
<version> 2.18.2</version>
15+
<version> 2.18.3-SNAPSHOT</version>
1616
<name>Jackson-JAXRS: XML</name>
1717
<packaging>bundle</packaging>
1818
<description>Functionality to handle XML input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding.

yaml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.jaxrs</groupId>
1111
<artifactId>jackson-jaxrs-providers</artifactId>
12-
<version> 2.18.2</version>
12+
<version> 2.18.3-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-yaml-provider</artifactId>
15-
<version> 2.18.2</version>
15+
<version> 2.18.3-SNAPSHOT</version>
1616
<name>Jackson-JAXRS: YAML</name>
1717
<packaging>bundle</packaging>
1818
<description>Functionality to handle YAML input/output for JAX-RS implementations (like Jersey and RESTeasy)

0 commit comments

Comments
 (0)