Author: psharples
Date: Fri Jun 15 14:09:55 2012
New Revision: 1350634

URL: http://svn.apache.org/viewvc?rev=1350634&view=rev
Log:
Rolling forward the version to 0.12.0-incubating-SNAPSHOT

Modified:
    incubator/wookie/trunk/WebContent/demo/index.htm
    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/etc/release/runsignatures.sh
    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/WebContent/demo/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/demo/index.htm?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/demo/index.htm (original)
+++ incubator/wookie/trunk/WebContent/demo/index.htm Fri Jun 15 14:09:55 2012
@@ -17,7 +17,7 @@
 
 <html>
        <head>
-               <title>Apache Wookie 0.10</title>
+               <title>Apache Wookie 0.12</title>
                <script src="jquery.min.js"></script>
                <script src="wookie-connector.js"></script>
                <script src="wookie.js"></script>

Modified: incubator/wookie/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/build.properties?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/build.properties (original)
+++ incubator/wookie/trunk/build.properties Fri Jun 15 14:09:55 2012
@@ -1,4 +1,4 @@
-version=0.11.0-incubating
+version=0.12.0-incubating-SNAPSHOT
 
 # 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=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/build.properties (original)
+++ incubator/wookie/trunk/connector/java/build.properties Fri Jun 15 14:09:55 
2012
@@ -1,4 +1,4 @@
-version=0.11.0-incubating
+version=0.12.0-incubating-SNAPSHOT
 
 # 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=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/ivy.xml (original)
+++ incubator/wookie/trunk/connector/java/ivy.xml Fri Jun 15 14:09:55 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.11.0-incubating"/>
+    <info organisation="org.apache.wookie" module="wookie-java-connector" 
revision="0.12.0-incubating-SNAPSHOT"/>
     
     <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=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/java/pom-template.xml (original)
+++ incubator/wookie/trunk/connector/java/pom-template.xml Fri Jun 15 14:09:55 
2012
@@ -37,9 +37,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.11.0-incubating/connector/java</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.11.0-incubating/connector/java/</developerConnection>
-    
<url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.11.0-incubating/connector/java/</url>
+    
<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>
   </scm>
   
   <mailingLists>

Modified: incubator/wookie/trunk/etc/release/runsignatures.bat
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/runsignatures.bat?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/runsignatures.bat (original)
+++ incubator/wookie/trunk/etc/release/runsignatures.bat Fri Jun 15 14:09:55 
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.11.0-incubating
+set WOOKIE-VERSION=0.12.0-incubating-SNAPSHOT
 set ROOT-FOLDER=%WOOKIE-VERSION%
 set SOURCE-FOLDER=source
 set SRC-BUILD-TAR=apache-wookie-%WOOKIE-VERSION%-src.tar.gz

Modified: incubator/wookie/trunk/etc/release/runsignatures.sh
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/runsignatures.sh?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/runsignatures.sh (original)
+++ incubator/wookie/trunk/etc/release/runsignatures.sh Fri Jun 15 14:09:55 2012
@@ -13,7 +13,7 @@
 # limitations under the License.
 #
 echo "Run Signatures"
-export WOOKIE_VERSION="0.11.0-incubating"
+export WOOKIE_VERSION="0.12.0-incubating-SNAPSHOT"
 export ROOT_FOLDER=$WOOKIE_VERSION
 export SOURCE_FOLDER="$WOOKIE_VERSION/source/"
 export SRC_BUILD_TAR="apache-wookie-$WOOKIE_VERSION-src.tar.gz"

Modified: incubator/wookie/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Fri Jun 15 14:09:55 2012
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie" 
revision="0.11.0-incubating"/>
+    <info organisation="org.apache.wookie" module="wookie" 
revision="0.12.0-incubating-SNAPSHOT"/>
     
     <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.11.0-incubating" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-java-connector" 
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
         </dependency>
-        <dependency org="org.apache.wookie" name="wookie-parser" 
rev="0.11.0-incubating" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-parser" 
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
         </dependency>
         
         <!--  Uncomment to include JCR persistence manager -->

Modified: incubator/wookie/trunk/modules/jcr/build.properties
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/modules/jcr/build.properties?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/modules/jcr/build.properties (original)
+++ incubator/wookie/trunk/modules/jcr/build.properties Fri Jun 15 14:09:55 2012
@@ -1,4 +1,4 @@
-version=0.11.0-incubating
+version=0.12.0-incubating-SNAPSHOT
 
 # 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=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/modules/jcr/ivy.xml (original)
+++ incubator/wookie/trunk/modules/jcr/ivy.xml Fri Jun 15 14:09:55 2012
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-jcr" 
revision="0.11.0-incubating"/>
+    <info organisation="org.apache.wookie" module="wookie-jcr" 
revision="0.12.0-incubating-SNAPSHOT"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and 
libraries to deploy in a production environment"/>
@@ -24,10 +24,10 @@
        </configurations>
     
     <dependencies>
-       <dependency org="org.apache.wookie" name="wookie" 
rev="0.11.0-incubating" conf="deploy->default">
+       <dependency org="org.apache.wookie" name="wookie" 
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
           <artifact name="wookie" type="war" ext="war" conf="deploy->default"/>
        </dependency>
-       <dependency org="org.apache.wookie" name="wookie-parser" 
rev="0.11.0-incubating" conf="deploy->default">
+       <dependency org="org.apache.wookie" name="wookie-parser" 
rev="0.12.0-incubating-SNAPSHOT" conf="deploy->default">
        </dependency>
         <dependency org="commons-pool" name="commons-pool" rev="1.3" 
conf="deploy->default">
                </dependency>   

Modified: incubator/wookie/trunk/parser/java/build.properties
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/build.properties?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/build.properties (original)
+++ incubator/wookie/trunk/parser/java/build.properties Fri Jun 15 14:09:55 2012
@@ -1,4 +1,4 @@
-version=0.11.0-incubating
+version=0.12.0-incubating-SNAPSHOT
 
 # 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=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/ivy.xml (original)
+++ incubator/wookie/trunk/parser/java/ivy.xml Fri Jun 15 14:09:55 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.11.0-incubating"/>
+    <info organisation="org.apache.wookie" module="wookie-parser" 
revision="0.12.0-incubating-SNAPSHOT"/>
     
     <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=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/pom-template.xml (original)
+++ incubator/wookie/trunk/parser/java/pom-template.xml Fri Jun 15 14:09:55 2012
@@ -31,9 +31,9 @@
   <inceptionYear>2009</inceptionYear>
     
   <scm>
-       
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.11.0-incubating/parser</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.11.0-incubating/parser/</developerConnection>
-       
<url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.11.0-incubating/parser/</url>
+       
<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>
   </scm>
   
   <mailingLists>

Modified: incubator/wookie/trunk/pom-template.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/pom-template.xml?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/pom-template.xml (original)
+++ incubator/wookie/trunk/pom-template.xml Fri Jun 15 14:09:55 2012
@@ -36,9 +36,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wookie/tags/0.11.0-incubating</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wookie/tags/0.11.0-incubating</developerConnection>
-    
<url>http://svn.apache.org/viewvc/incubator/wookie/tags/0.11.0-incubating/</url>
+    
<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>
   </scm>
   
   <mailingLists>

Modified: incubator/wookie/trunk/src/widgetserver.properties
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/widgetserver.properties?rev=1350634&r1=1350633&r2=1350634&view=diff
==============================================================================
--- incubator/wookie/trunk/src/widgetserver.properties (original)
+++ incubator/wookie/trunk/src/widgetserver.properties Fri Jun 15 14:09:55 2012
@@ -1,4 +1,4 @@
-widget.version=0.11.0-incubating
+widget.version=0.12.0-incubating-SNAPSHOT
 widget.build.date=
 [email protected]
 widget.web.page=http://incubator.apache.org/wookie


Reply via email to