You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2016/04/09 13:28:12 UTC

svn commit: r1738352 - in /poi: site/src/documentation/release-guide.txt trunk/build.xml

Author: kiwiwings
Date: Sat Apr  9 11:28:12 2016
New Revision: 1738352

URL: http://svn.apache.org/viewvc?rev=1738352&view=rev
Log:
remove copy&paste error in release-prep

Modified:
    poi/site/src/documentation/release-guide.txt
    poi/trunk/build.xml

Modified: poi/site/src/documentation/release-guide.txt
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/release-guide.txt?rev=1738352&r1=1738351&r2=1738352&view=diff
==============================================================================
--- poi/site/src/documentation/release-guide.txt (original)
+++ poi/site/src/documentation/release-guide.txt Sat Apr  9 11:28:12 2016
@@ -121,7 +121,7 @@ $ svn pd 'svn:executable' $(find -name .
   3. Upload to the svn release candidate repo  (needs a Java7+ environment)
      The release candidate repo is located at https://dist.apache.org/repos/dist/dev/poi/(3.15-beta1-RC1)
      {code}
-     ant release-prep3
+     ant -Drelease.rc=RC1 release-prep3
      {code}
 
   4. Summarise key changes, and any backwards incompatible ones,

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1738352&r1=1738351&r2=1738352&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Apr  9 11:28:12 2016
@@ -2126,15 +2126,6 @@ under the License.
         <svn refid="svn.settings">
             <checkout url="https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}" destPath="build/release"/>
         </svn>
-
-        <svn refid="svn.settings">
-            <mkdir url="https://dist.apache.org/repos/dist/dev/poi/${version.id}-${release.rc}"
-                message="release candidate POI ${version.id}"/>
-            <import path="build/release/build/dist"
-                url="https://dist.apache.org/repos/dist/dev/poi/${version.id}-${release.rc}"
-                message="release candidate POI ${version.id}"/>
-        </svn>
-
     </target>
 
     <target name="release-prep2" depends="init" description="compile the freshly checked out svn tag and upload it to the nexus - needs a JDK6">
@@ -2161,7 +2152,7 @@ under the License.
         <svn refid="svn.settings">
             <import path="build/release/build/dist"
                 url="https://dist.apache.org/repos/dist/dev/poi"
-                newEntry="${version.id}-${release.rc}-tmp"
+                newEntry="${version.id}-${release.rc}"
                 message="release candidate POI ${version.id}"/>
         </svn>
     </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org