Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-jaxrs-providers-2.15.0…
Browse files Browse the repository at this point in the history
…-rc2
  • Loading branch information
cowtowncoder committed Mar 29, 2023
1 parent 70546c8 commit 5994343
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</version>
</parent>
<artifactId>jackson-jaxrs-base</artifactId>
<name>Jackson-JAXRS: base</name>
Expand Down
2 changes: 1 addition & 1 deletion cbor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</version>
</parent>
<artifactId>jackson-jaxrs-cbor-provider</artifactId>
<name>Jackson-JAXRS: CBOR</name>
Expand Down
2 changes: 1 addition & 1 deletion datatypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</version>
</parent>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<name>Jackson-JAXRS: JSON</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<name>Jackson: JAX-RS (parent)</name>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</version>
<packaging>pom</packaging>
<description>Parent for Jackson JAX-RS providers
</description>
Expand Down Expand Up @@ -37,7 +37,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>https://github.com/FasterXML/jackson-jaxrs-providers</url>
<tag>HEAD</tag>
<tag>jackson-jaxrs-providers-2.15.0-rc2</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</version>
</parent>
<artifactId>jackson-jaxrs-smile-provider</artifactId>
<name>Jackson-JAXRS: Smile</name>
Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</version>
</parent>
<artifactId>jackson-jaxrs-xml-provider</artifactId>
<name>Jackson-JAXRS: XML</name>
Expand Down
2 changes: 1 addition & 1 deletion yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.15.0-rc2-SNAPSHOT</version>
<version>2.15.0-rc2</version>
</parent>
<artifactId>jackson-jaxrs-yaml-provider</artifactId>
<name>Jackson-JAXRS: YAML</name>
Expand Down

0 comments on commit 5994343

Please sign in to comment.