Skip to content

Commit

Permalink
Merge "Rev auto-reconfiguration version to 0.6.1.BUILD-SNAPSHOT"
Browse files Browse the repository at this point in the history
  • Loading branch information
scothis authored and testazuretrain committed Sep 13, 2011
2 parents 76ebb62 + 49d5d57 commit d75dffc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions auto-reconfiguration/auto-reconfiguration-core/pom.xml
Expand Up @@ -6,11 +6,10 @@
<artifactId>auto-reconfiguration-core</artifactId>
<packaging>jar</packaging>
<name>auto-reconfiguration-core</name>
<version>0.6.0</version>
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1.BUILD-SNAPSHOT</version>
<relativePath>../auto-reconfiguration-parent</relativePath>
</parent>
<properties>
Expand Down
3 changes: 1 addition & 2 deletions auto-reconfiguration/auto-reconfiguration-dist/pom.xml
Expand Up @@ -6,11 +6,10 @@
<artifactId>auto-reconfiguration</artifactId>
<packaging>jar</packaging>
<name>auto-reconfiguration</name>
<version>0.6.0</version>
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1.BUILD-SNAPSHOT</version>
<relativePath>../auto-reconfiguration-parent</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion auto-reconfiguration/auto-reconfiguration-parent/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1.BUILD-SNAPSHOT</version>
<name>parent</name>
<packaging>pom</packaging>

Expand Down
3 changes: 1 addition & 2 deletions auto-reconfiguration/auto-reconfiguration-springenv/pom.xml
Expand Up @@ -6,11 +6,10 @@
<artifactId>auto-reconfiguration-springenv</artifactId>
<packaging>jar</packaging>
<name>auto-reconfiguration-springenv</name>
<version>0.6.0</version>
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1.BUILD-SNAPSHOT</version>
<relativePath>../auto-reconfiguration-parent</relativePath>
</parent>
<properties>
Expand Down
3 changes: 1 addition & 2 deletions auto-reconfiguration/pom.xml
Expand Up @@ -6,12 +6,11 @@
<artifactId>auto-reconfiguration-root</artifactId>
<packaging>pom</packaging>
<name>auto-reconfiguration-root</name>
<version>0.6.0</version>

<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1.BUILD-SNAPSHOT</version>
<relativePath>auto-reconfiguration-parent</relativePath>
</parent>

Expand Down

0 comments on commit d75dffc

Please sign in to comment.