Skip to content

Commit

Permalink
[maven-release-plugin] prepare release protostuff-1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jul 3, 2017
1 parent 853eb30 commit 8d266da
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.protostuff</groupId>
<artifactId>protostuff</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>pom</packaging>
<name>protostuff</name>
<description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<url>https://github.com/protostuff/protostuff</url>
<connection>scm:git:https://github.com/protostuff/protostuff.git</connection>
<developerConnection>scm:git:git@github.com:protostuff/protostuff.git</developerConnection>
<tag>protostuff-1.3.2</tag>
<tag>protostuff-1.6.0</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>protostuff-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-benchmarks/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
34 changes: 17 additions & 17 deletions protostuff-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>io.protostuff</groupId>
<artifactId>protostuff-bom</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

Expand Down Expand Up @@ -40,7 +40,7 @@
<url>https://github.com/protostuff/protostuff</url>
<connection>scm:git:https://github.com/protostuff/protostuff.git</connection>
<developerConnection>scm:git:git@github.com:protostuff/protostuff.git</developerConnection>
<tag>protostuff-1.3.2</tag>
<tag>protostuff-1.6.0</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -97,77 +97,77 @@
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-api</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-collectionschema</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-compiler</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-json</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-kvp</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-maven-plugin</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-parser</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime-md</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime-registry</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime-view</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-uberjar</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-xml</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-yaml</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-collectionschema/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-compiler/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>protostuff-compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-core/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>protostuff-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-it/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>protostuff :: it</name>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-json/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-kvp/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>protostuff-kvp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-maven-plugin/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-msgpack/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-parser/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-runtime-md/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-runtime-registry/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>protostuff-runtime-registry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-runtime-view/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-runtime/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>protostuff-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-uberjar/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-xml/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion protostuff-yaml/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>protostuff</artifactId>
<groupId>io.protostuff</groupId>
<version>1.5.7-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 8d266da

Please sign in to comment.