Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcox committed Jul 8, 2016
1 parent 36b323d commit d9ae7b6
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Annotation based Thrift implementation</description>
Expand All @@ -42,7 +42,7 @@
<connection>scm:git:git://github.com/facebook/swift.git</connection>
<developerConnection>scm:git:git@github.com:facebook/swift.git</developerConnection>
<url>https://github.com/facebook/swift</url>
<tag>swift-root-0.20.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion swift-annotations/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-codec/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-generator-cli/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-generator/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-idl-parser/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
</parent>

<artifactId>swift-idl-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swift-javadoc/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-load-generator/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-maven-plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-service/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift-test-utils/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion swift2thrift-generator-cli/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>swift-root</artifactId>
<groupId>com.facebook.swift</groupId>
<version>0.20.0</version>
<version>0.21.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit d9ae7b6

Please sign in to comment.