Author: jrbauer
Date: Fri Apr 12 19:13:26 2013
New Revision: 1467422
URL: http://svn.apache.org/r1467422
Log:
[maven-release-plugin] prepare release 1.2.3
Modified:
openjpa/branches/1.2.x/openjpa-all/pom.xml
openjpa/branches/1.2.x/openjpa-examples/pom.xml
openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml
openjpa/branches/1.2.x/openjpa-integration/pom.xml
openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
openjpa/branches/1.2.x/openjpa-jdbc/pom.xml
openjpa/branches/1.2.x/openjpa-kernel/pom.xml
openjpa/branches/1.2.x/openjpa-lib/pom.xml
openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml
openjpa/branches/1.2.x/openjpa-persistence/pom.xml
openjpa/branches/1.2.x/openjpa-project/pom.xml
openjpa/branches/1.2.x/openjpa-slice/pom.xml
openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml
openjpa/branches/1.2.x/pom.xml
Modified: openjpa/branches/1.2.x/openjpa-all/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-all/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-all/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-all/pom.xml Fri Apr 12 19:13:26 2013
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<build>
@@ -54,7 +54,7 @@
<fileset dir="${basedir}/..">
<include name="*/target/openjpa-*.jar"
/>
<exclude
name="*/target/openjpa-examples-*.jar" />
- <exclude name="**/*test*.jar"/>
+ <exclude name="**/*test*.jar" />
<exclude name="**/*-sources.jar" />
<exclude name="**/*-javadoc.jar" />
</fileset>
Modified: openjpa/branches/1.2.x/openjpa-examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-examples/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-examples/pom.xml Fri Apr 12 19:13:26 2013
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml Fri Apr 12
19:13:26 2013
@@ -37,7 +37,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
@@ -63,7 +63,7 @@
<echo>Running OpenJPA Examples</echo>
<property name="examples.base"
value="${basedir}/target/examples" />
- <delete dir="${examples.base}" quiet="true"/>
+ <delete dir="${examples.base}" quiet="true" />
<mkdir dir="${examples.base}" />
<unzip overwrite="false" dest="${examples.base}"
src="../../openjpa-project/target/site/downloads/apache-openjpa-${project.version}-binary.zip"
/>
Modified: openjpa/branches/1.2.x/openjpa-integration/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/pom.xml Fri Apr 12 19:13:26 2013
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml Fri Apr 12 19:13:26
2013
@@ -60,7 +60,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-jdbc/pom.xml Fri Apr 12 19:13:26 2013
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-kernel/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/pom.xml Fri Apr 12 19:13:26 2013
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-lib/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-lib/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-lib/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-lib/pom.xml Fri Apr 12 19:13:26 2013
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml Fri Apr 12 19:13:26
2013
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-persistence/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-persistence/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-persistence/pom.xml Fri Apr 12 19:13:26 2013
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/pom.xml Fri Apr 12 19:13:26 2013
@@ -39,7 +39,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-slice/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-slice/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-slice/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-slice/pom.xml Fri Apr 12 19:13:26 2013
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml Fri Apr 12 19:13:26 2013
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
</parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/1.2.x/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/pom.xml?rev=1467422&r1=1467421&r2=1467422&view=diff
==============================================================================
--- openjpa/branches/1.2.x/pom.xml (original)
+++ openjpa/branches/1.2.x/pom.xml Fri Apr 12 19:13:26 2013
@@ -34,7 +34,7 @@
<artifactId>openjpa-parent</artifactId>
<packaging>pom</packaging>
<name>OpenJPA Parent POM</name>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
<description>Apache OpenJPA implementation of JSR-220 JPA 1.0</description>
@@ -128,9 +128,9 @@
</distributionManagement>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/1.2.x</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/1.2.x</developerConnection>
- <url>http://svn.apache.org/repos/asf/openjpa/branches/1.2.x</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.2.3</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.2.3</developerConnection>
+ <url>http://svn.apache.org/repos/asf/openjpa/tags/1.2.3</url>
</scm>
<modules>