Skip to content

Commit

Permalink
Updated to new version numbers in parent pom project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Schaffer committed Dec 24, 2008
1 parent 64c7a08 commit 2d4a9e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parent/pom.xml
Expand Up @@ -4,11 +4,11 @@
<groupId>com.cimians.code.corundum</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<parent>
<groupId>com.cimians.code</groupId>
<artifactId>corundum</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.cimians.code.corundum</groupId>
<artifactId>runner</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 2d4a9e5

Please sign in to comment.