Skip to content

Commit

Permalink
auto-reconfiguration 0.6.0 release
Browse files Browse the repository at this point in the history
Change-Id: Ide3af142c619b2a857efcc53e4811a026fbacea6
  • Loading branch information
scothis committed Sep 12, 2011
1 parent 455f124 commit 2307cbc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions auto-reconfiguration/auto-reconfiguration-core/pom.xml
Expand Up @@ -6,11 +6,11 @@
<artifactId>auto-reconfiguration-core</artifactId>
<packaging>jar</packaging>
<name>auto-reconfiguration-core</name>
<version>0.6.0-BUILD-SNAPSHOT</version>
<version>0.6.0</version>
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration-parent</artifactId>
<version>0.6.0-BUILD-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../auto-reconfiguration-parent</relativePath>
</parent>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions auto-reconfiguration/auto-reconfiguration-dist/pom.xml
Expand Up @@ -6,11 +6,11 @@
<artifactId>auto-reconfiguration</artifactId>
<packaging>jar</packaging>
<name>auto-reconfiguration</name>
<version>0.6.0-BUILD-SNAPSHOT</version>
<version>0.6.0</version>
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration-parent</artifactId>
<version>0.6.0-BUILD-SNAPSHOT</version>
<version>0.6.0</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-BUILD-SNAPSHOT</version>
<version>0.6.0</version>
<name>parent</name>
<packaging>pom</packaging>

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

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

Expand Down

0 comments on commit 2307cbc

Please sign in to comment.