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 2010/08/26 03:24:44 UTC

svn commit: r989419 - in /openjpa/branches/1.0.x: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/tck/ openjpa-jdbc-5/ openjpa-jdbc/ openjpa-kernel-5/ openjpa-kernel/ openjpa-lib-5/ openjpa-lib/ ...

Author: mikedd
Date: Thu Aug 26 01:24:43 2010
New Revision: 989419

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

Modified:
    openjpa/branches/1.0.x/openjpa-all/pom.xml
    openjpa/branches/1.0.x/openjpa-examples/pom.xml
    openjpa/branches/1.0.x/openjpa-integration/examples/pom.xml
    openjpa/branches/1.0.x/openjpa-integration/pom.xml
    openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml
    openjpa/branches/1.0.x/openjpa-jdbc-5/pom.xml
    openjpa/branches/1.0.x/openjpa-jdbc/pom.xml
    openjpa/branches/1.0.x/openjpa-kernel-5/pom.xml
    openjpa/branches/1.0.x/openjpa-kernel/pom.xml
    openjpa/branches/1.0.x/openjpa-lib-5/pom.xml
    openjpa/branches/1.0.x/openjpa-lib/pom.xml
    openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml
    openjpa/branches/1.0.x/openjpa-persistence/pom.xml
    openjpa/branches/1.0.x/openjpa-project/pom.xml
    openjpa/branches/1.0.x/openjpa-xmlstore/pom.xml
    openjpa/branches/1.0.x/pom.xml

Modified: openjpa/branches/1.0.x/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-all/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-all/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-all/pom.xml Thu Aug 26 01:24:43 2010
@@ -28,16 +28,16 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <properties>
         <scm.dir>svn.apache.org/repos/asf/openjpa/branches/1.0.x/openjpa-all</scm.dir>
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/1.0.x/openjpa-all</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/1.0.x/openjpa-all</developerConnection>
-        <url>https://svn.apache.org/repos/asf/openjpa/branches/1.0.x/openjpa-all</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.4/openjpa-all</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.4/openjpa-all</developerConnection>
+        <url>https://svn.apache.org/repos/asf/openjpa/tags/1.0.4/openjpa-all</url>
     </scm>
 
     <build>
@@ -62,8 +62,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.0.x/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-examples/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-examples/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/1.0.x/openjpa-integration/examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-integration/examples/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-integration/examples/pom.xml Thu Aug 26 01:24:43 2010
@@ -36,7 +36,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
 
     <profiles>

Modified: openjpa/branches/1.0.x/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-integration/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-integration/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-integration/pom.xml Thu Aug 26 01:24:43 2010
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <modules>
         <module>examples</module>

Modified: openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-integration/tck/pom.xml Thu Aug 26 01:24:43 2010
@@ -54,7 +54,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
 
     <profiles>

Modified: openjpa/branches/1.0.x/openjpa-jdbc-5/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-jdbc-5/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-jdbc-5/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-jdbc-5/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/1.0.x/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-jdbc/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-jdbc/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <profiles>
         <profile>

Modified: openjpa/branches/1.0.x/openjpa-kernel-5/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-kernel-5/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-kernel-5/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-kernel-5/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/1.0.x/openjpa-kernel/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-kernel/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-kernel/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <profiles>
         <profile>

Modified: openjpa/branches/1.0.x/openjpa-lib-5/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-lib-5/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-lib-5/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-lib-5/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/1.0.x/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-lib/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-lib/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-lib/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <profiles>
         <profile>

Modified: openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-persistence-jdbc/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <properties>
         <openjpa.Log>DefaultLevel=INFO</openjpa.Log>

Modified: openjpa/branches/1.0.x/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-persistence/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-persistence/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <dependencies>
         <dependency>

Modified: openjpa/branches/1.0.x/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-project/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-project/pom.xml Thu Aug 26 01:24:43 2010
@@ -40,7 +40,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
 
     <properties>
@@ -103,9 +103,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.3</developerConnection>
-        <url>https://svn.apache.org/repos/asf/openjpa/tags/1.0.3</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.4</developerConnection>
+        <url>https://svn.apache.org/repos/asf/openjpa/tags/1.0.4</url>
     </scm>
 
     <build>
@@ -359,33 +359,33 @@
                                 <phase>package</phase>
                                 <configuration>
                                     <tasks>
-                                        <mkdir dir="target/site/tempDocs"/>
+                                        <mkdir dir="target/site/tempDocs" />
                                         <unzip dest="target/site/tempDocs">
                                             <fileset dir="target/site/downloads">
-                                                <include name="*binary*.zip"/>
+                                                <include name="*binary*.zip" />
                                             </fileset>
                                             <patternset>
-                                                <include name="**/javadoc/**"/>
-                                                <include name="**/manual/**"/>
+                                                <include name="**/javadoc/**" />
+                                                <include name="**/manual/**" />
                                             </patternset>
                                         </unzip>
                                         <move todir="target/site/tempDocs/docs">
-                                            <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs"/> 
+                                            <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs" /> 
                                         </move>
                                         <checksum>
                                             <fileset dir="target/site/downloads/">
-                                                <include name="*.zip"/>
+                                                <include name="*.zip" />
                                             </fileset>
                                         </checksum>
                                         <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest-1.0.x/downloads" trust="true">
-                                            <fileset dir="target/site/downloads"/>
+                                            <fileset dir="target/site/downloads" />
                                         </scp>
                                         <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest-1.0.x/docs" trust="true">
-                                            <fileset dir="target/site/tempDocs/docs"/> 
+                                            <fileset dir="target/site/tempDocs/docs" /> 
                                         </scp>
-                                        <sshexec host="people.apache.org" username="${nightly.user.name}" password="${nightly.password}" command="chmod -R g+w /www/openjpa.apache.org/builds/latest-1.0.x" trust="true"/>
+                                        <sshexec host="people.apache.org" username="${nightly.user.name}" password="${nightly.password}" command="chmod -R g+w /www/openjpa.apache.org/builds/latest-1.0.x" trust="true" />
                                         <delete>
-                                            <fileset dir="target/site/tempDocs"/>
+                                            <fileset dir="target/site/tempDocs" />
                                         </delete>
                                     </tasks>
                                 </configuration>

Modified: openjpa/branches/1.0.x/openjpa-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-xmlstore/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-xmlstore/pom.xml Thu Aug 26 01:24:43 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
     </parent>
     <profiles>
         <profile>

Modified: openjpa/branches/1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/pom.xml?rev=989419&r1=989418&r2=989419&view=diff
==============================================================================
--- openjpa/branches/1.0.x/pom.xml (original)
+++ openjpa/branches/1.0.x/pom.xml Thu Aug 26 01:24:43 2010
@@ -41,7 +41,7 @@
         Changing this version needs to also be done in all children poms
         See: http://jira.codehaus.org/browse/MNG-624
     -->
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4</version>
     <url>http://openjpa.apache.org</url>
     <issueManagement>
         <system>jira</system>
@@ -619,8 +619,8 @@
       </site>
     </distributionManagement>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/1.0.x</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/1.0.x</developerConnection>
-        <url>http://svn.apache.org/repos/asf/openjpa/branches/1.0.x</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.0.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.0.4</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/tags/1.0.4</url>
     </scm>
 </project>