You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2012/05/15 12:52:58 UTC

svn commit: r1338636 - in /incubator/wookie/trunk: ./ connector/java/ etc/release/ modules/jcr/ parser/java/ src/

Author: scottbw
Date: Tue May 15 10:52:57 2012
New Revision: 1338636

URL: http://svn.apache.org/viewvc?rev=1338636&view=rev
Log:
Preparing for 0.10.0 release by setting release version and svn tag in properties, configuration, and pom-templates

Added:
    incubator/wookie/trunk/etc/release/runsignatures.sh
Modified:
    incubator/wookie/trunk/build.properties
    incubator/wookie/trunk/connector/java/build.properties
    incubator/wookie/trunk/connector/java/ivy.xml
    incubator/wookie/trunk/connector/java/pom-template.xml
    incubator/wookie/trunk/etc/release/runsignatures.bat
    incubator/wookie/trunk/ivy.xml
    incubator/wookie/trunk/modules/jcr/build.properties
    incubator/wookie/trunk/modules/jcr/ivy.xml
    incubator/wookie/trunk/parser/java/build.properties
    incubator/wookie/trunk/parser/java/ivy.xml
    incubator/wookie/trunk/parser/java/pom-template.xml
    incubator/wookie/trunk/pom-template.xml
    incubator/wookie/trunk/src/widgetserver.properties

Modified: incubator/wookie/trunk/build.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/build.properties?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/build.properties (original)
+++ incubator/wookie/trunk/build.properties Tue May 15 10:52:57 2012
@@ -1,4 +1,4 @@
-version=0.10.0-incubating-SNAPSHOT
+version=0.10.0-incubating
 
 # Uncomment to include Extra features
 include.extra.features

Modified: incubator/wookie/trunk/connector/java/build.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/build.properties?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/build.properties (original)
+++ incubator/wookie/trunk/connector/java/build.properties Tue May 15 10:52:57 2012
@@ -1,4 +1,4 @@
-version=0.10.0-incubating-SNAPSHOT
+version=0.10.0-incubating
 
 # build configuration properties
 build.dir=../../build

Modified: incubator/wookie/trunk/connector/java/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/ivy.xml?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/ivy.xml (original)
+++ incubator/wookie/trunk/connector/java/ivy.xml Tue May 15 10:52:57 2012
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.10.0-incubating-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.10.0-incubating"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: incubator/wookie/trunk/connector/java/pom-template.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/pom-template.xml?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/pom-template.xml (original)
+++ incubator/wookie/trunk/connector/java/pom-template.xml Tue May 15 10:52:57 2012
@@ -37,9 +37,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/java/</url>        
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.10.0-incubating/connector/java</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.10.0-incubating/connector/java/</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.10.0-incubating/connector/java/</url>        
   </scm>
   
   <mailingLists>

Modified: incubator/wookie/trunk/etc/release/runsignatures.bat
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/runsignatures.bat?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/runsignatures.bat (original)
+++ incubator/wookie/trunk/etc/release/runsignatures.bat Tue May 15 10:52:57 2012
@@ -11,7 +11,7 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF 
 rem See the License for the specific language governing permissions and
 rem limitations under the License.
 
-set WOOKIE-VERSION=0.10.0-incubating-SNAPSHOT
+set WOOKIE-VERSION=0.10.0-incubating
 set ROOT-FOLDER=%WOOKIE-VERSION%
 set SOURCE-FOLDER=source
 set SRC-BUILD-TAR=apache-wookie-%WOOKIE-VERSION%-src.tar.gz

Added: incubator/wookie/trunk/etc/release/runsignatures.sh
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/runsignatures.sh?rev=1338636&view=auto
==============================================================================
--- incubator/wookie/trunk/etc/release/runsignatures.sh (added)
+++ incubator/wookie/trunk/etc/release/runsignatures.sh Tue May 15 10:52:57 2012
@@ -0,0 +1,79 @@
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+set WOOKIE-VERSION=0.10.0-incubating
+set ROOT-FOLDER=%WOOKIE-VERSION%
+set SOURCE-FOLDER=source
+set SRC-BUILD-TAR=apache-wookie-%WOOKIE-VERSION%-src.tar.gz
+set SRC-BUILD-ZIP=apache-wookie-%WOOKIE-VERSION%-src.zip
+set BINARY-FOLDER-STANDALONE=binary/standalone
+set BINARY-STANDALONE-TAR=apache-wookie-%WOOKIE-VERSION%-standalone.tar.gz
+set BINARY-STANDALONE-ZIP=apache-wookie-%WOOKIE-VERSION%-standalone.zip
+set BINARY-FOLDER-WAR=binary/war
+set BINARY-WAR-TAR=apache-wookie-%WOOKIE-VERSION%-war.tar.gz
+set BINARY-WAR-ZIP=apache-wookie-%WOOKIE-VERSION%-war.zip
+
+cd %ROOT-FOLDER%/%SOURCE-FOLDER%
+gpg2 --armor --output %SRC-BUILD-TAR%.asc --detach-sig %SRC-BUILD-TAR%
+echo verifying the signature for %SRC-BUILD-TAR%
+gpg2 --verify %SRC-BUILD-TAR%.asc %SRC-BUILD-TAR%
+echo Creating MD5 value for %SRC-BUILD-TAR%
+gpg2 --print-md MD5 %SRC-BUILD-TAR% > %SRC-BUILD-TAR%.md5
+echo Creating SHA512 value for %SRC-BUILD-TAR%
+gpg2 --print-md SHA512 %SRC-BUILD-TAR% > %SRC-BUILD-TAR%.sha
+
+gpg2 --armor --output %SRC-BUILD-ZIP%.asc --detach-sig %SRC-BUILD-ZIP%
+echo verifying the signature for %SRC-BUILD-ZIP%
+gpg2 --verify %SRC-BUILD-ZIP%.asc %SRC-BUILD-ZIP%
+echo Creating MD5 value for %SRC-BUILD-ZIP%
+gpg2 --print-md MD5 %SRC-BUILD-ZIP% > %SRC-BUILD-ZIP%.md5
+echo Creating SHA512 value for %SRC-BUILD-ZIP%
+gpg2 --print-md SHA512 %SRC-BUILD-ZIP% > %SRC-BUILD-ZIP%.sha
+
+cd ../%BINARY-FOLDER-STANDALONE%
+
+gpg2 --armor --output %BINARY-STANDALONE-TAR%.asc --detach-sig %BINARY-STANDALONE-TAR%
+echo verifying the signature for %BINARY-STANDALONE-TAR%
+gpg2 --verify %BINARY-STANDALONE-TAR%.asc %BINARY-STANDALONE-TAR%
+echo Creating MD5 value for %BINARY-STANDALONE-TAR%
+gpg2 --print-md MD5 %BINARY-STANDALONE-TAR% > %BINARY-STANDALONE-TAR%.md5
+echo Creating SHA512 value for %BINARY-STANDALONE-TAR%
+gpg2 --print-md SHA512 %BINARY-STANDALONE-TAR% > %BINARY-STANDALONE-TAR%.sha
+
+gpg2 --armor --output %BINARY-STANDALONE-ZIP%.asc --detach-sig %BINARY-STANDALONE-ZIP%
+echo verifying the signature for %BINARY-STANDALONE-ZIP%
+gpg2 --verify %BINARY-STANDALONE-ZIP%.asc %BINARY-STANDALONE-ZIP%
+echo Creating MD5 value for %BINARY-STANDALONE-ZIP%
+gpg2 --print-md MD5 %BINARY-STANDALONE-ZIP% > %BINARY-STANDALONE-ZIP%.md5
+echo Creating SHA512 value for %BINARY-STANDALONE-ZIP%
+gpg2 --print-md SHA512 %BINARY-STANDALONE-ZIP% > %BINARY-STANDALONE-ZIP%.sha
+
+cd ../../%BINARY-FOLDER-WAR%
+
+gpg2 --armor --output %BINARY-WAR-TAR%.asc --detach-sig %BINARY-WAR-TAR%
+echo verifying the signature for %BINARY-WAR-TAR%
+gpg2 --verify %BINARY-WAR-TAR%.asc %BINARY-WAR-TAR%
+echo Creating MD5 value for %BINARY-WAR-TAR%
+gpg2 --print-md MD5 %BINARY-WAR-TAR% > %BINARY-WAR-TAR%.md5
+echo Creating SHA512 value for %BINARY-WAR-TAR%
+gpg2 --print-md SHA512 %BINARY-WAR-TAR% > %BINARY-WAR-TAR%.sha
+
+gpg2 --armor --output %BINARY-WAR-ZIP%.asc --detach-sig %BINARY-WAR-ZIP%
+echo verifying the signature for %BINARY-WAR-ZIP%
+gpg2 --verify %BINARY-WAR-ZIP%.asc %BINARY-WAR-ZIP%
+echo Creating MD5 value for %BINARY-WAR-ZIP%
+gpg2 --print-md MD5 %BINARY-WAR-ZIP% > %BINARY-WAR-ZIP%.md5
+echo Creating SHA512 value for %BINARY-WAR-ZIP%
+gpg2 --print-md SHA512 %BINARY-WAR-ZIP% > %BINARY-WAR-ZIP%.sha
+pause
+

Modified: incubator/wookie/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Tue May 15 10:52:57 2012
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie" revision="0.10.0-incubating-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie" revision="0.10.0-incubating"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: incubator/wookie/trunk/modules/jcr/build.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/modules/jcr/build.properties?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/modules/jcr/build.properties (original)
+++ incubator/wookie/trunk/modules/jcr/build.properties Tue May 15 10:52:57 2012
@@ -1,4 +1,4 @@
-version=0.10.0-incubating-SNAPSHOT
+version=0.10.0-incubating
 
 # build configuration properties
 build.dir=../../build

Modified: incubator/wookie/trunk/modules/jcr/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/modules/jcr/ivy.xml?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/modules/jcr/ivy.xml (original)
+++ incubator/wookie/trunk/modules/jcr/ivy.xml Tue May 15 10:52:57 2012
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-jcr" revision="0.10.0-incubating-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-jcr" revision="0.10.0-incubating"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: incubator/wookie/trunk/parser/java/build.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/build.properties?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/build.properties (original)
+++ incubator/wookie/trunk/parser/java/build.properties Tue May 15 10:52:57 2012
@@ -1,4 +1,4 @@
-version=0.10.0-incubating-SNAPSHOT
+version=0.10.0-incubating
 
 # build configuration properties
 build.dir=../../build

Modified: incubator/wookie/trunk/parser/java/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/ivy.xml?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/ivy.xml (original)
+++ incubator/wookie/trunk/parser/java/ivy.xml Tue May 15 10:52:57 2012
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
-    <info organisation="org.apache.wookie" module="wookie-parser" revision="0.10.0-incubating-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-parser" revision="0.10.0-incubating"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: incubator/wookie/trunk/parser/java/pom-template.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/pom-template.xml?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/pom-template.xml (original)
+++ incubator/wookie/trunk/parser/java/pom-template.xml Tue May 15 10:52:57 2012
@@ -31,9 +31,9 @@
   <inceptionYear>2009</inceptionYear>
     
   <scm>
-	<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/trunk/parser</connection>
-	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/trunk/parser/</developerConnection>
-	<url>http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/</url>
+	<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.10.0-incubating/parser</connection>
+	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.10.0-incubating/parser/</developerConnection>
+	<url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.10.0-incubating/parser/</url>
   </scm>
   
   <mailingLists>

Modified: incubator/wookie/trunk/pom-template.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/pom-template.xml?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/pom-template.xml (original)
+++ incubator/wookie/trunk/pom-template.xml Tue May 15 10:52:57 2012
@@ -36,9 +36,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/wookie/trunk/</url>        
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.10.0-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.10.0-incubating</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.10.0-incubating</url>        
   </scm>
   
   <mailingLists>

Modified: incubator/wookie/trunk/src/widgetserver.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/src/widgetserver.properties?rev=1338636&r1=1338635&r2=1338636&view=diff
==============================================================================
--- incubator/wookie/trunk/src/widgetserver.properties (original)
+++ incubator/wookie/trunk/src/widgetserver.properties Tue May 15 10:52:57 2012
@@ -1,4 +1,4 @@
-widget.version=0.10.0-incubating-SNAPSHOT
+widget.version=0.10.0-incubating
 widget.build.date=
 widget.email.contact=wookie-dev@incubator.apache.org
 widget.web.page=http://incubator.apache.org/wookie