Skip to content

Commit

Permalink
Move everything to using 0.2-incubating-SNAPSHOT while 0.1-incubting …
Browse files Browse the repository at this point in the history
…is voted on

git-svn-id: https://svn.apache.org/repos/asf/incubator/aries/trunk/transaction@933693 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hughesj committed Apr 13, 2010
1 parent 7a69200 commit a5fc73b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>java5-parent</artifactId>
<version>0.1-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -82,12 +82,12 @@
<dependency>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>org.apache.aries.blueprint</artifactId>
<version>0.1-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.aries.testsupport</groupId>
<artifactId>org.apache.aries.testsupport.unit</artifactId>
<version>0.1-incubating</version>
<version>0.2-incubating-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a5fc73b

Please sign in to comment.