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/25 23:51:12 UTC

svn commit: r989384 - /openjpa/branches/1.0.x/openjpa-project/pom.xml

Author: mikedd
Date: Wed Aug 25 21:51:12 2010
New Revision: 989384

URL: http://svn.apache.org/viewvc?rev=989384&view=rev
Log:
[maven-release-plugin] rollback the release of 1.0.4

Modified:
    openjpa/branches/1.0.x/openjpa-project/pom.xml

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=989384&r1=989383&r2=989384&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-project/pom.xml Wed Aug 25 21:51:12 2010
@@ -377,19 +377,13 @@
                                                 <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">
+                                        <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"/>
                                         </scp>
-                                        <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest-1.0.x/docs" 
-                                             trust="true">
+                                        <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"/> 
                                         </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"/>
                                         </delete>