OPENJPA-1639 use 2.0.1-SNAPSHOT until 2.0.0 is released

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@936502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-04-21 20:47:50 +00:00
parent 2c9790e84f
commit 4791781de0
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<dependency> <dependency>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId> <artifactId>openjpa</artifactId>
<version>${pom.version}</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>