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 release swift-root-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcox committed Feb 22, 2013
1 parent 7259680 commit c9b5d45
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Annotation based Thrift implementation</description>
Expand All @@ -20,7 +20,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>HEAD</tag>
<tag>swift-root-0.5.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -107,13 +107,13 @@
<dependency>
<groupId>com.facebook.nifty</groupId>
<artifactId>nifty-core</artifactId>
<version>${dep.fb.nifty.version}</version>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>com.facebook.nifty</groupId>
<artifactId>nifty-client</artifactId>
<version>${dep.fb.nifty.version}</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion swift-codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>swift-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swift-generator-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>swift-generator-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swift-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>swift-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swift-idl-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>swift-idl-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swift-load-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>swift-load-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swift-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<groupId>com.facebook.mojo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion swift-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>swift-service</artifactId>
Expand Down

0 comments on commit c9b5d45

Please sign in to comment.