Author: struberg
Date: Tue Sep 13 17:39:56 2016
New Revision: 1760582
URL: http://svn.apache.org/viewvc?rev=1760582&view=rev
Log:
OPENJPA-2662 DO NOT MERGE!
adding -asm to the version to allow debugging trunk and this fb in parallel
Modified:
openjpa/branches/fb-3.0-asm/openjpa-all/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-examples/image-gallery/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-examples/openbooks/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-examples/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-examples/simple/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-integration/daytrader/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-integration/examples/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-integration/jmx/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-integration/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-integration/slf4j/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-integration/tck/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-integration/validation/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-jdbc/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-jest/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-kernel/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-lib/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-persistence-jdbc/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-persistence-locking/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-persistence/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-project/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-slice/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-maven-plugin/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-tools/pom.xml
openjpa/branches/fb-3.0-asm/openjpa-xmlstore/pom.xml
openjpa/branches/fb-3.0-asm/openjpa/pom.xml
openjpa/branches/fb-3.0-asm/pom.xml
Modified: openjpa/branches/fb-3.0-asm/openjpa-all/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-all/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-all/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-all/pom.xml Tue Sep 13 17:39:56 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-examples/image-gallery/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-examples/image-gallery/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-examples/image-gallery/pom.xml
(original)
+++ openjpa/branches/fb-3.0-asm/openjpa-examples/image-gallery/pom.xml Tue Sep
13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa.openjpa-examples</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-examples/openbooks/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-examples/openbooks/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-examples/openbooks/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-examples/openbooks/pom.xml Tue Sep 13
17:39:56 2016
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa.openjpa-examples</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-examples/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-examples/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-examples/pom.xml Tue Sep 13 17:39:56
2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-examples/simple/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-examples/simple/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-examples/simple/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-examples/simple/pom.xml Tue Sep 13
17:39:56 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa.openjpa-examples</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-integration/daytrader/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-integration/daytrader/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-integration/daytrader/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-integration/daytrader/pom.xml Tue Sep
13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<artifactId>openjpa-integration-daytrader</artifactId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-integration/examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-integration/examples/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-integration/examples/pom.xml Tue Sep 13
17:39:56 2016
@@ -37,7 +37,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-integration/jmx/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-integration/jmx/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-integration/jmx/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-integration/jmx/pom.xml Tue Sep 13
17:39:56 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<artifactId>openjpa-integration-jmx</artifactId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-integration/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-integration/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-integration/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-integration/pom.xml Tue Sep 13 17:39:56
2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-integration/slf4j/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-integration/slf4j/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-integration/slf4j/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-integration/slf4j/pom.xml Tue Sep 13
17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<artifactId>openjpa-integration-slf4j</artifactId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-integration/tck/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-integration/tck/pom.xml Tue Sep 13
17:39:56 2016
@@ -75,7 +75,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-integration/validation/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-integration/validation/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-integration/validation/pom.xml
(original)
+++ openjpa/branches/fb-3.0-asm/openjpa-integration/validation/pom.xml Tue Sep
13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-jdbc/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-jdbc/pom.xml Tue Sep 13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-jest/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-jest/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-jest/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-jest/pom.xml Tue Sep 13 17:39:56 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-kernel/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-kernel/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-kernel/pom.xml Tue Sep 13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-lib/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-lib/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-lib/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-lib/pom.xml Tue Sep 13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-persistence-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-persistence-jdbc/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-persistence-jdbc/pom.xml Tue Sep 13
17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-persistence-locking/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-persistence-locking/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-persistence-locking/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-persistence-locking/pom.xml Tue Sep 13
17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-persistence/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-persistence/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-persistence/pom.xml Tue Sep 13 17:39:56
2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-project/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-project/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-project/pom.xml Tue Sep 13 17:39:56 2016
@@ -39,7 +39,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-slice/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-slice/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-slice/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-slice/pom.xml Tue Sep 13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified:
openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics-was/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
---
openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
(original)
+++
openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
Tue Sep 13 17:39:56 2016
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-tools</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<artifactId>openjpa-fetch-statistics-was</artifactId>
Modified:
openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics/pom.xml
(original)
+++ openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-fetch-statistics/pom.xml
Tue Sep 13 17:39:56 2016
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-tools</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<artifactId>openjpa-fetch-statistics</artifactId>
Modified: openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-maven-plugin/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-maven-plugin/pom.xml
(original)
+++ openjpa/branches/fb-3.0-asm/openjpa-tools/openjpa-maven-plugin/pom.xml Tue
Sep 13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-tools</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: openjpa/branches/fb-3.0-asm/openjpa-tools/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-tools/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-tools/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-tools/pom.xml Tue Sep 13 17:39:56 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
<!-- <relativePath>../pom.xml</relativePath>-->
</parent>
Modified: openjpa/branches/fb-3.0-asm/openjpa-xmlstore/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa-xmlstore/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa-xmlstore/pom.xml Tue Sep 13 17:39:56
2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/fb-3.0-asm/openjpa/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/openjpa/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/openjpa/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/openjpa/pom.xml Tue Sep 13 17:39:56 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
</parent>
<artifactId>openjpa</artifactId>
Modified: openjpa/branches/fb-3.0-asm/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/fb-3.0-asm/pom.xml?rev=1760582&r1=1760581&r2=1760582&view=diff
==============================================================================
--- openjpa/branches/fb-3.0-asm/pom.xml (original)
+++ openjpa/branches/fb-3.0-asm/pom.xml Tue Sep 13 17:39:56 2016
@@ -36,7 +36,7 @@
<name>OpenJPA Parent POM</name>
<description>Apache OpenJPA implementation of JSR-338 JPA 2.1</description>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-asm-SNAPSHOT</version>
<properties>
<java.class.version>1.7</java.class.version>