Skip to content

Commit

Permalink
[maven-release-plugin] prepare release XSTREAM_1_4_16
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Mar 12, 2021
1 parent 7d85eb1 commit 3dd9cc6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<packaging>pom</packaging>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<name>XStream Parent</name>
<url>http://x-stream.github.io</url>
<description>
Expand Down Expand Up @@ -410,56 +410,56 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<classifier>javadoc</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-hibernate</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-hibernate</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<classifier>javadoc</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-jmh</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-jmh</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<classifier>javadoc</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-benchmark</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-benchmark</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<classifier>javadoc</classifier>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion xstream-benchmark/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<artifactId>xstream-benchmark</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xstream-distribution/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<artifactId>xstream-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xstream-hibernate/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<artifactId>xstream-hibernate</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xstream-jmh/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<artifactId>xstream-jmh</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xstream/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<artifactId>xstream</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 3dd9cc6

Please sign in to comment.