Skip to content

Commit

Permalink
bump version to 3.1.1-SNAPSHOT; remove unused com.twitter.util depend…
Browse files Browse the repository at this point in the history
…ency from scrooge-maven-plugin
  • Loading branch information
Chunyan Song committed Apr 15, 2013
1 parent eb28fd9 commit d733405
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId>
<artifactId>scrooge</artifactId>
<packaging>pom</packaging>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
<name>scrooge</name>
<url>http://github.com/twitter/scrooge</url>
<description>A Thrift generator for Scala</description>
Expand Down
4 changes: 2 additions & 2 deletions scrooge-generator/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>scrooge</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<properties>
<git.dir>${project.basedir}/../../.git</git.dir>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-runtime</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- library dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion scrooge-maven-plugin/demo/pom.xml
Expand Up @@ -144,7 +144,7 @@
<plugin>
<groupId>com.twitter</groupId>
<artifactId>scrooge-maven-plugin</artifactId>
<version>3.0.9</version>
<version>3.1.1-SNAPSHOT</version>
<configuration>
<thriftNamespaceMappings>
<thriftNamespaceMapping>
Expand Down
13 changes: 2 additions & 11 deletions scrooge-maven-plugin/pom.xml
Expand Up @@ -10,17 +10,8 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>scrooge</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core_2.9.2</artifactId>
<version>6.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -124,7 +115,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-generator</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
<reporting>
Expand Down
2 changes: 1 addition & 1 deletion scrooge-runtime/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>scrooge</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<properties>
<git.dir>${project.basedir}/../../.git</git.dir>
Expand Down

0 comments on commit d733405

Please sign in to comment.