Author: dwoods
Date: Thu Aug 19 19:35:13 2010
New Revision: 987279
URL: http://svn.apache.org/viewvc?rev=987279&view=rev
Log:
[maven-release-plugin] rollback the release of 2.0.1
Modified:
openjpa/branches/2.0.x/openjpa-testsupport/pom.xml
Modified: openjpa/branches/2.0.x/openjpa-testsupport/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-testsupport/pom.xml?rev=987279&r1=987278&r2=987279&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-testsupport/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-testsupport/pom.xml Thu Aug 19 19:35:13 2010
@@ -43,12 +43,7 @@
<artifactId>openjpa-persistence-jdbc</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>jakarta-regexp</groupId>
- <artifactId>jakarta-regexp</artifactId>
- <scope>test</scope>
- </dependency>
- <!-- ignore depend on o-p-j tests jar
+ <!-- need a depend on o-p-j tests jar -->
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId>
@@ -56,7 +51,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- -->
+ <dependency>
+ <groupId>jakarta-regexp</groupId>
+ <artifactId>jakarta-regexp</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>