Skip to content

Commit 455679a

Browse files
committed
[maven-release-plugin] prepare release jackson-jaxrs-providers-3.1.0
1 parent ed96bc5 commit 455679a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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.1.0-SNAPSHOT</version>
12+
<version>3.1.0</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.1.0-SNAPSHOT</version>
12+
<version>3.1.0</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.1.0-SNAPSHOT</version>
12+
<version>3.1.0</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.1.0-SNAPSHOT</version>
12+
<version>3.1.0</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
@@ -9,7 +9,7 @@
99
<groupId>tools.jackson.jaxrs</groupId>
1010
<artifactId>jackson-jaxrs-providers</artifactId>
1111
<name>Jackson JAX-RS (parent)</name>
12-
<version>3.1.0-SNAPSHOT</version>
12+
<version>3.1.0</version>
1313
<packaging>pom</packaging>
1414
<description>Parent for Jackson JAX-RS providers
1515
</description>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git</connection>
2929
<developerConnection>scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git</developerConnection>
3030
<url>http://github.com/FasterXML/jackson-jaxrs-providers</url>
31-
<tag>HEAD</tag>
31+
<tag>jackson-jaxrs-providers-3.1.0</tag>
3232
</scm>
3333
<properties>
3434
<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.1.0-SNAPSHOT</version>
12+
<version>3.1.0</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.1.0-SNAPSHOT</version>
12+
<version>3.1.0</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.1.0-SNAPSHOT</version>
12+
<version>3.1.0</version>
1313
</parent>
1414
<artifactId>jackson-jaxrs-yaml-provider</artifactId>
1515
<name>Jackson-JAXRS: YAML</name>

0 commit comments

Comments
 (0)