Changed version to be a SNAPSHOT so we can use the snapshotRepository

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@434196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-08-23 21:37:05 +00:00
parent 086ecd6507
commit bad3cba9b6
11 changed files with 15 additions and 14 deletions

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<build>
<!-- needed to let maven pass the "compile" phase -->

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>

View File

@ -16,7 +16,7 @@
Changing this version needs to also be done in all children poms
See: http://jira.codehaus.org/browse/MNG-624
-->
<version>0.9.0</version>
<version>0.9.0-SNAPSHOT</version>
<url>http://incubator.apache.org/projects/openjpa</url>
<issueManagement>
<system>jira</system>
@ -248,11 +248,12 @@
<distributionManagement>
<repository>
<id>people.apache.org</id>
<url>scp://people.apache.org/home/mprudhom/public_html/openjpa/m2repo</url>
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url>
</repository>
<snapshotRepository>
<id>openjpa</id>
<url>scp://people.apache.org/home/mprudhom/public_html/openjpa/m2snapshot</url>
<id>people.apache.org</id>
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
<site>
<id>people.apache.org</id>