]> source.dussan.org Git - poi.git/commitdiff
release prepare for 3.15-beta1 - updating build.xml and status.xml
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 3 Apr 2016 22:58:08 +0000 (22:58 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 3 Apr 2016 22:58:08 +0000 (22:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737617 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ce4a18609229c48e8de6bbf500bd4ddb81037be6..efdeaa540c0c404f747e5984557e2fcda4b89746 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -41,7 +41,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="3.15-beta2"/>
+    <property name="version.id" value="3.15-beta1"/>
 
     <property environment="env"/>
     <!-- the repository to download jars from -->
@@ -2074,17 +2074,17 @@ under the License.
         <!-- (revision)properties can't be set and read within one svn block -->
         <echo message="updating build.xml and status.xml"/>
         <svn refid="svn.settings">
-            <update dir="." recurse="true"/>
             <commit message="release prepare for ${version.id} - updating build.xml and status.xml" recurse="false">
                 <fileset dir="." includes="build.xml,src/documentation/content/xdocs/status.xml"/>
             </commit>
+            <update dir="." recurse="true"/>
             <status path="." revisionProperty="svn_version1"/>
         </svn>
-        <echo message="pin documentation"/>
+        <echo message="pin documentation - release ${svn_version1}"/>
         <svn refid="svn.settings">
-            <update dir="." recurse="true"/>
             <propset path="src" name="svn:externals" value="documentation -r${svn_version1} https://svn.apache.org/repos/asf/poi/site/src/documentation"/>
             <commit message="release prepare for ${version.id} - pin documentation" dir="src" recurse="false"/>
+            <update dir="." recurse="true"/>
             <status path="." revisionProperty="svn_version2"/>
         </svn>
         <echo message="create release tag"/>
@@ -2092,8 +2092,7 @@ under the License.
             <copy
                 srcUrl="https://svn.apache.org/repos/asf/poi/trunk"
                 destUrl="https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}"
-                message="tag r${svn_version2} as ${version.id}"
-                revision="${svn_version2}"/>
+                message="tag r${svn_version2} as ${version.id}"/>
         </svn>
 
         <!-- update build.xml to the next beta version -->