You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/03/03 20:23:05 UTC

svn commit: r749705 - in /openjpa/branches/1.2.x: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/tck/ openjpa-jdbc/ openjpa-kernel/ openjpa-lib/ openjpa-persistence-jdbc/ openjpa-persistence/ op...

Author: mikedd
Date: Tue Mar  3 19:23:04 2009
New Revision: 749705

URL: http://svn.apache.org/viewvc?rev=749705&view=rev
Log:
[maven-release-plugin] prepare release 1.2.1

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-all/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-all/pom.xml Tue Mar  3 19:23:04 2009
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
 
     <build>
@@ -54,8 +54,8 @@
                                     <fileset dir="${basedir}/..">
                                         <include name="*/target/openjpa-*.jar" />
                                         <exclude name="*/target/openjpa-examples-*.jar" />
-                                        <exclude name="**/*-sources.jar"/>
-                                        <exclude name="**/*-javadoc.jar"/>
+                                        <exclude name="**/*-sources.jar" />
+                                        <exclude name="**/*-javadoc.jar" />
                                     </fileset>
                                 </unjar>
 

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-examples/pom.xml Tue Mar  3 19:23:04 2009
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <dependencies>
         <dependency>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml Tue Mar  3 19:23:04 2009
@@ -38,7 +38,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
 
     <profiles>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/pom.xml Tue Mar  3 19:23:04 2009
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <modules>
         <module>examples</module>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml Tue Mar  3 19:23:04 2009
@@ -61,7 +61,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
 
     <profiles>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-jdbc/pom.xml Tue Mar  3 19:23:04 2009
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <dependencies>
         <dependency>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/pom.xml Tue Mar  3 19:23:04 2009
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <dependencies>
         <dependency>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-lib/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-lib/pom.xml Tue Mar  3 19:23:04 2009
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <dependencies>
         <dependency>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml Tue Mar  3 19:23:04 2009
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <properties>
         <openjpa.loglevel>INFO</openjpa.loglevel>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-persistence/pom.xml Tue Mar  3 19:23:04 2009
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <dependencies>
         <dependency>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/pom.xml Tue Mar  3 19:23:04 2009
@@ -41,7 +41,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
 
     <properties>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-slice/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-slice/pom.xml Tue Mar  3 19:23:04 2009
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>org.apache.openjpa</groupId>
 		<artifactId>openjpa-parent</artifactId>
-		<version>1.2.1-SNAPSHOT</version>
+		<version>1.2.1</version>
 	</parent>
 	<properties>
 		<openjpa.loglevel>INFO</openjpa.loglevel>

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=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml Tue Mar  3 19:23:04 2009
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.1</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/pom.xml?rev=749705&r1=749704&r2=749705&view=diff
==============================================================================
--- openjpa/branches/1.2.x/pom.xml (original)
+++ openjpa/branches/1.2.x/pom.xml Tue Mar  3 19:23:04 2009
@@ -40,7 +40,7 @@
         Changing this version needs to also be done in all children poms
         See: http://jira.codehaus.org/browse/MNG-624
     -->
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
     <url>http://openjpa.apache.org</url>
     <issueManagement>
         <system>jira</system>
@@ -703,8 +703,8 @@
       </site>
     </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.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.2.1</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/tags/1.2.1</url>
     </scm>
 </project>