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 2013/03/09 16:05:46 UTC

svn commit: r1454729 - in /wookie/trunk: ./ connector/java/ connector/js/ digsig-client/java/ etc/release/ modules/jcr/ parser/java/

Author: scottbw
Date: Sat Mar  9 15:05:45 2013
New Revision: 1454729

URL: http://svn.apache.org/r1454729
Log:
Updating version to 0.14 ready for next release

Modified:
    wookie/trunk/build.properties
    wookie/trunk/connector/java/build.properties
    wookie/trunk/connector/java/ivy.xml
    wookie/trunk/connector/java/pom-template.xml
    wookie/trunk/connector/js/wookie-connector.js
    wookie/trunk/digsig-client/java/build.properties
    wookie/trunk/etc/release/runsignatures.bat
    wookie/trunk/etc/release/runsignatures.sh
    wookie/trunk/ivy.xml
    wookie/trunk/modules/jcr/build.properties
    wookie/trunk/parser/java/build.properties
    wookie/trunk/parser/java/ivy.xml
    wookie/trunk/parser/java/pom-template.xml
    wookie/trunk/pom-template.xml

Modified: wookie/trunk/build.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/build.properties?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/build.properties (original)
+++ wookie/trunk/build.properties Sat Mar  9 15:05:45 2013
@@ -1,4 +1,4 @@
-version=0.13.1
+version=0.14
 
 # Uncomment to include Extra features
 include.extra.features

Modified: wookie/trunk/connector/java/build.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/connector/java/build.properties?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/connector/java/build.properties (original)
+++ wookie/trunk/connector/java/build.properties Sat Mar  9 15:05:45 2013
@@ -1,4 +1,4 @@
-version=0.13.1
+version=0.14
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/trunk/connector/java/ivy.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/connector/java/ivy.xml?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/connector/java/ivy.xml (original)
+++ wookie/trunk/connector/java/ivy.xml Sat Mar  9 15:05:45 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.13.1"/>
+    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.14"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: wookie/trunk/connector/java/pom-template.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/connector/java/pom-template.xml?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/connector/java/pom-template.xml (original)
+++ wookie/trunk/connector/java/pom-template.xml Sat Mar  9 15:05:45 2013
@@ -37,9 +37,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.13.1/connector/java</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.13.1/connector/java/</developerConnection>
-    <url>http://svn.apache.org/viewvc/wookie/tags/0.13.1/connector/java/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.14/connector/java</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.14/connector/java/</developerConnection>
+    <url>http://svn.apache.org/viewvc/wookie/tags/0.14/connector/java/</url>
   </scm>
   
  <mailingLists>

Modified: wookie/trunk/connector/js/wookie-connector.js
URL: http://svn.apache.org/viewvc/wookie/trunk/connector/js/wookie-connector.js?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/connector/js/wookie-connector.js (original)
+++ wookie/trunk/connector/js/wookie-connector.js Sat Mar  9 15:05:45 2013
@@ -19,7 +19,7 @@
  
 //
 // Wookie JavaScript Connector 
-// @version 0.13
+// @version 0.14
 //
 //
 // Example usage:

Modified: wookie/trunk/digsig-client/java/build.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/digsig-client/java/build.properties?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/digsig-client/java/build.properties (original)
+++ wookie/trunk/digsig-client/java/build.properties Sat Mar  9 15:05:45 2013
@@ -1,4 +1,4 @@
-version=0.13.1
+version=0.14
 
 # build configuration properties
 build.dir=build

Modified: wookie/trunk/etc/release/runsignatures.bat
URL: http://svn.apache.org/viewvc/wookie/trunk/etc/release/runsignatures.bat?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/etc/release/runsignatures.bat (original)
+++ wookie/trunk/etc/release/runsignatures.bat Sat Mar  9 15:05:45 2013
@@ -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.13.1
+set WOOKIE-VERSION=0.14
 set ROOT-FOLDER=%WOOKIE-VERSION%
 set SOURCE-FOLDER=source
 set SRC-BUILD-TAR=apache-wookie-%WOOKIE-VERSION%-src.tar.gz

Modified: wookie/trunk/etc/release/runsignatures.sh
URL: http://svn.apache.org/viewvc/wookie/trunk/etc/release/runsignatures.sh?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/etc/release/runsignatures.sh (original)
+++ wookie/trunk/etc/release/runsignatures.sh Sat Mar  9 15:05:45 2013
@@ -13,7 +13,7 @@
 # limitations under the License.
 #
 echo "Run Signatures"
-export WOOKIE_VERSION="0.13.1"
+export WOOKIE_VERSION="0.14"
 export ROOT_FOLDER=$WOOKIE_VERSION
 export SOURCE_FOLDER="$WOOKIE_VERSION/source/"
 export SRC_BUILD_TAR="apache-wookie-$WOOKIE_VERSION-src.tar.gz"

Modified: wookie/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/ivy.xml?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/ivy.xml (original)
+++ wookie/trunk/ivy.xml Sat Mar  9 15:05:45 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie" revision="0.13.1"/>
+    <info organisation="org.apache.wookie" module="wookie" revision="0.14"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>
@@ -40,9 +40,9 @@
 	</publications>	
 	    
     <dependencies>
-        <dependency org="org.apache.wookie" name="wookie-java-connector" rev="0.13.1" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-java-connector" rev="0.14" conf="deploy->default">
         </dependency>
-        <dependency org="org.apache.wookie" name="wookie-parser" rev="0.13.1" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-parser" rev="0.14" conf="deploy->default">
         </dependency>
         
         <!--  Uncomment to include JCR persistence manager -->

Modified: wookie/trunk/modules/jcr/build.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/modules/jcr/build.properties?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/modules/jcr/build.properties (original)
+++ wookie/trunk/modules/jcr/build.properties Sat Mar  9 15:05:45 2013
@@ -1,4 +1,4 @@
-version=0.13.1
+version=0.14
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/trunk/parser/java/build.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/parser/java/build.properties?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/parser/java/build.properties (original)
+++ wookie/trunk/parser/java/build.properties Sat Mar  9 15:05:45 2013
@@ -1,4 +1,4 @@
-version=0.13.1
+version=0.14
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/trunk/parser/java/ivy.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/parser/java/ivy.xml?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/parser/java/ivy.xml (original)
+++ wookie/trunk/parser/java/ivy.xml Sat Mar  9 15:05:45 2013
@@ -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.13.1"/>
+    <info organisation="org.apache.wookie" module="wookie-parser" revision="0.14"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: wookie/trunk/parser/java/pom-template.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/parser/java/pom-template.xml?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/parser/java/pom-template.xml (original)
+++ wookie/trunk/parser/java/pom-template.xml Sat Mar  9 15:05:45 2013
@@ -31,9 +31,9 @@
   <inceptionYear>2009</inceptionYear>
     
   <scm>
-	<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.13.1/parser</connection>
-	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.13.1/parser/</developerConnection>
-	<url>http://svn.apache.org/viewvc/wookie/tags/0.13.1/parser/</url>
+	<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.14/parser</connection>
+	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.14/parser/</developerConnection>
+	<url>http://svn.apache.org/viewvc/wookie/tags/0.14/parser/</url>
   </scm>
   
   <mailingLists>

Modified: wookie/trunk/pom-template.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/pom-template.xml?rev=1454729&r1=1454728&r2=1454729&view=diff
==============================================================================
--- wookie/trunk/pom-template.xml (original)
+++ wookie/trunk/pom-template.xml Sat Mar  9 15:05:45 2013
@@ -36,9 +36,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.13.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.13.1/</developerConnection>
-    <url>http://svn.apache.org/viewvc/wookie/tags/0.13.1/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.14/</developerConnection>
+    <url>http://svn.apache.org/viewvc/wookie/tags/0.14/</url>
   </scm>
   
   <mailingLists>