Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 26, 2019
1 parent d498824 commit 8b1219e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-jaxrs-base</artifactId>
<name>Jackson-JAXRS-base</name>
Expand Down
2 changes: 1 addition & 1 deletion cbor/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-jaxrs-cbor-provider</artifactId>
<name>Jackson-JAXRS-CBOR</name>
Expand Down
2 changes: 1 addition & 1 deletion datatypes/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<!-- note: different group id, it being datatype -->
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<name>Jackson-JAXRS-JSON</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<name>Jackson JAX-RS</name>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent for Jackson JAX-RS providers
</description>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git</developerConnection>
<url>http://github.com/FasterXML/jackson-jaxrs-providers</url>
<tag>jackson-jaxrs-providers-2.10.0</tag>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion smile/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-jaxrs-smile-provider</artifactId>
<name>Jackson-JAXRS-Smile</name>
Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-jaxrs-xml-provider</artifactId>
<name>Jackson-JAXRS-XML</name>
Expand Down
2 changes: 1 addition & 1 deletion yaml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</parent>
<artifactId>jackson-jaxrs-yaml-provider</artifactId>
<name>Jackson-JAXRS-YAML</name>
Expand Down

0 comments on commit 8b1219e

Please sign in to comment.