You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2013/03/27 00:38:43 UTC

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

Author: rgardler
Date: Tue Mar 26 23:38:42 2013
New Revision: 1461376

URL: http://svn.apache.org/r1461376
Log:
bump minor version number in trunk

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/etc/release/runsignatures.bat
    wookie/trunk/etc/release/runsignatures.sh
    wookie/trunk/ivy.xml
    wookie/trunk/modules/jcr/build.properties
    wookie/trunk/modules/jcr/ivy.xml
    wookie/trunk/parser/java/build.properties
    wookie/trunk/parser/java/ivy.xml
    wookie/trunk/parser/java/pom-template.xml
    wookie/trunk/pom-template.xml
    wookie/trunk/src/widgetserver.properties

Modified: wookie/trunk/build.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/build.properties?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/build.properties (original)
+++ wookie/trunk/build.properties Tue Mar 26 23:38:42 2013
@@ -1,4 +1,4 @@
-version=0.14
+version=0.14.1-SNAPSHOT
 
 # 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=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/connector/java/build.properties (original)
+++ wookie/trunk/connector/java/build.properties Tue Mar 26 23:38:42 2013
@@ -1,4 +1,4 @@
-version=0.14
+version=0.14.1-SNAPSHOT
 
 # 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=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/connector/java/ivy.xml (original)
+++ wookie/trunk/connector/java/ivy.xml Tue Mar 26 23:38:42 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.14"/>
+    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.14.1-SNAPSHOT"/>
     
     <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=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/connector/java/pom-template.xml (original)
+++ wookie/trunk/connector/java/pom-template.xml Tue Mar 26 23:38:42 2013
@@ -1,151 +1,151 @@
-<?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>${ivy.pom.groupId}</groupId>
-  <artifactId>${ivy.pom.artifactId}</artifactId>
-  <packaging>jar</packaging>
-  <version>${ivy.pom.version}</version>
-  <name>Apache Wookie java connector</name>
-  <description>Apache Wookie remote java connector</description>
-  <licenses>
-	<license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>  
-  <url>http://wookie.apache.org/connector/java/</url>
-  <inceptionYear>2009</inceptionYear>
-
-  <scm>
-    <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>
-	<mailingList>
-		<name>Wookie Developer List</name>
-		<subscribe>dev-subscribe@wookie.apache.org</subscribe>
-		<unsubscribe>dev-unsubscribe@wookie.apache.org</unsubscribe>
-		<post>mailto:dev@wookie.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/wookie-dev/</archive>
-	</mailingList>
-  </mailingLists>
-
-  <issueManagement>
-	<url>https://issues.apache.org/jira/browse/WOOKIE</url>
-  </issueManagement>
-
-  <developers>
-    <developer>
-      <id>mfranklin</id>
-      <name>Matt Franklin</name>
-      <email>mfranklin@mitre.org</email>
-      <timezone>-5</timezone>
-      <organization>The MITRE Corporation</organization>
-      <organizationUrl>http://www.mitre.org</organizationUrl>
-      <roles>
-        <role>committer</role>
-        <role>PMC member</role>
-      </roles>
-    </developer>
-	<developer>
-		<id>ate</id>
-		<name>Ate Douma</name>
-		<email>ate@douma.nu</email>
-		<timezone>+1</timezone>
-		<organization>Hippo</organization>
-		<organizationUrl>http://www.onehippo.com</organizationUrl>
-		<roles>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>rgardler</id>
-		<name>Ross Gardler</name>
-		<email>rgardler@opendirective.com</email>
-		<timezone>0</timezone>
-		<organization>Opendirective</organization>
-		<organizationUrl>http://www.opendirective.com</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>	
-	<developer>
-		<id>psharples</id>
-		<name>Paul Sharples</name>
-		<email>psharples@apache.org</email>
-		<timezone>0</timezone>
-		<organization>The University of Bolton</organization>
-		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>release manager</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>scottbw</id>
-		<name>Scott Wilson</name>
-		<email>scottbw@apache.org</email>
-		<timezone>0</timezone>
-		<organization>The University of Bolton</organization>
-		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>raido</id>
-		<name>Raido Kuli</name>
-		<email>raido@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>hmt</id>
-		<name>Hoang Minh Tien</name>
-		<email>hmt@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>krispopat</id>
-		<name>Kris Popat</name>
-		<email>krispopat@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-  </developers>      
-</project>
\ No newline at end of file
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>${ivy.pom.groupId}</groupId>
+  <artifactId>${ivy.pom.artifactId}</artifactId>
+  <packaging>jar</packaging>
+  <version>${ivy.pom.version}</version>
+  <name>Apache Wookie java connector</name>
+  <description>Apache Wookie remote java connector</description>
+  <licenses>
+	<license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>  
+  <url>http://wookie.apache.org/connector/java/</url>
+  <inceptionYear>2009</inceptionYear>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.14.1-SNAPSHOT/connector/java</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.14.1-SNAPSHOT/connector/java/</developerConnection>
+    <url>http://svn.apache.org/viewvc/wookie/tags/0.14.1-SNAPSHOT/connector/java/</url>
+  </scm>
+  
+ <mailingLists>
+	<mailingList>
+		<name>Wookie Developer List</name>
+		<subscribe>dev-subscribe@wookie.apache.org</subscribe>
+		<unsubscribe>dev-unsubscribe@wookie.apache.org</unsubscribe>
+		<post>mailto:dev@wookie.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/wookie-dev/</archive>
+	</mailingList>
+  </mailingLists>
+
+  <issueManagement>
+	<url>https://issues.apache.org/jira/browse/WOOKIE</url>
+  </issueManagement>
+
+  <developers>
+    <developer>
+      <id>mfranklin</id>
+      <name>Matt Franklin</name>
+      <email>mfranklin@mitre.org</email>
+      <timezone>-5</timezone>
+      <organization>The MITRE Corporation</organization>
+      <organizationUrl>http://www.mitre.org</organizationUrl>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+	<developer>
+		<id>ate</id>
+		<name>Ate Douma</name>
+		<email>ate@douma.nu</email>
+		<timezone>+1</timezone>
+		<organization>Hippo</organization>
+		<organizationUrl>http://www.onehippo.com</organizationUrl>
+		<roles>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>rgardler</id>
+		<name>Ross Gardler</name>
+		<email>rgardler@opendirective.com</email>
+		<timezone>0</timezone>
+		<organization>Opendirective</organization>
+		<organizationUrl>http://www.opendirective.com</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>	
+	<developer>
+		<id>psharples</id>
+		<name>Paul Sharples</name>
+		<email>psharples@apache.org</email>
+		<timezone>0</timezone>
+		<organization>The University of Bolton</organization>
+		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>release manager</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>scottbw</id>
+		<name>Scott Wilson</name>
+		<email>scottbw@apache.org</email>
+		<timezone>0</timezone>
+		<organization>The University of Bolton</organization>
+		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>raido</id>
+		<name>Raido Kuli</name>
+		<email>raido@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>hmt</id>
+		<name>Hoang Minh Tien</name>
+		<email>hmt@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>krispopat</id>
+		<name>Kris Popat</name>
+		<email>krispopat@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+  </developers>      
+</project>

Modified: wookie/trunk/etc/release/runsignatures.bat
URL: http://svn.apache.org/viewvc/wookie/trunk/etc/release/runsignatures.bat?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/etc/release/runsignatures.bat (original)
+++ wookie/trunk/etc/release/runsignatures.bat Tue Mar 26 23:38:42 2013
@@ -1,79 +1,79 @@
-rem
-rem Licensed under the Apache License, Version 2.0 (the "License");
-rem you may not use this file except in compliance with the License.
-rem You may obtain a copy of the License at
-rem
-rem      http://www.apache.org/licenses/LICENSE-2.0
-rem
-rem Unless required by applicable law or agreed to in writing, software
-rem distributed under the License is distributed on an "AS IS" BASIS,
-rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-rem See the License for the specific language governing permissions and
-rem limitations under the License.
-
-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
-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
-
+rem
+rem Licensed under the Apache License, Version 2.0 (the "License");
+rem you may not use this file except in compliance with the License.
+rem You may obtain a copy of the License at
+rem
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+set WOOKIE-VERSION=0.14.1-SNAPSHOT
+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: wookie/trunk/etc/release/runsignatures.sh
URL: http://svn.apache.org/viewvc/wookie/trunk/etc/release/runsignatures.sh?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/etc/release/runsignatures.sh (original)
+++ wookie/trunk/etc/release/runsignatures.sh Tue Mar 26 23:38:42 2013
@@ -13,7 +13,7 @@
 # limitations under the License.
 #
 echo "Run Signatures"
-export WOOKIE_VERSION="0.14"
+export WOOKIE_VERSION="0.14.1-SNAPSHOT"
 export ROOT_FOLDER=$WOOKIE_VERSION
 export SOURCE_FOLDER="$WOOKIE_VERSION/source/"
 export SRC_BUILD_TAR="apache-wookie-$WOOKIE_VERSION-src.tar.gz"
@@ -76,4 +76,4 @@ gpg --verify $BINARY_WAR_ZIP.asc $BINARY
 echo Creating MD5 value for $BINARY_WAR_ZIP
 gpg --print-md MD5 $BINARY_WAR_ZIP > $BINARY_WAR_ZIP.md5
 echo Creating SHA512 value for $BINARY_WAR_ZIP
-gpg --print-md SHA512 $BINARY_WAR_ZIP > $BINARY_WAR_ZIP.sha
\ No newline at end of file
+gpg --print-md SHA512 $BINARY_WAR_ZIP > $BINARY_WAR_ZIP.sha

Modified: wookie/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/ivy.xml?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/ivy.xml (original)
+++ wookie/trunk/ivy.xml Tue Mar 26 23:38:42 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie" revision="0.14"/>
+    <info organisation="org.apache.wookie" module="wookie" revision="0.14.1-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.14" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-java-connector" rev="0.14.1-SNAPSHOT" conf="deploy->default">
         </dependency>
-        <dependency org="org.apache.wookie" name="wookie-parser" rev="0.14" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-parser" rev="0.14.1-SNAPSHOT" 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=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/modules/jcr/build.properties (original)
+++ wookie/trunk/modules/jcr/build.properties Tue Mar 26 23:38:42 2013
@@ -1,4 +1,4 @@
-version=0.14
+version=0.14.1-SNAPSHOT
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/trunk/modules/jcr/ivy.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/modules/jcr/ivy.xml?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/modules/jcr/ivy.xml (original)
+++ wookie/trunk/modules/jcr/ivy.xml Tue Mar 26 23:38:42 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-jcr" revision="0.14"/>
+    <info organisation="org.apache.wookie" module="wookie-jcr" revision="0.14.1-SNAPSHOT"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: wookie/trunk/parser/java/build.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/parser/java/build.properties?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/parser/java/build.properties (original)
+++ wookie/trunk/parser/java/build.properties Tue Mar 26 23:38:42 2013
@@ -1,4 +1,4 @@
-version=0.14
+version=0.14.1-SNAPSHOT
 
 # 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=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/parser/java/ivy.xml (original)
+++ wookie/trunk/parser/java/ivy.xml Tue Mar 26 23:38:42 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.14"/>
+    <info organisation="org.apache.wookie" module="wookie-parser" revision="0.14.1-SNAPSHOT"/>
     
     <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=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/parser/java/pom-template.xml (original)
+++ wookie/trunk/parser/java/pom-template.xml Tue Mar 26 23:38:42 2013
@@ -1,145 +1,145 @@
-<?xml version="1.0"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	You 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. 
-	-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>${ivy.pom.groupId}</groupId> 
-  <artifactId>${ivy.pom.artifactId}</artifactId>
-  <packaging>jar</packaging>
-  <version>${ivy.pom.version}</version>
-  <name>Apache Wookie parser</name>
-  <description>Apache Wookie W3C widget parser</description>
-  <licenses>
-	<license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <url>http://wookie.apache.org/wookie/</url>
-  <inceptionYear>2009</inceptionYear>
-    
-  <scm>
-	<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>
-	<mailingList>
-		<name>Wookie Developer List</name>
-		<subscribe>dev-subscribe@wookie.apache.org</subscribe>
-		<unsubscribe>dev-unsubscribe@wookie.apache.org</unsubscribe>
-		<post>mailto:dev@wookie.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/wookie-dev/</archive>
-	</mailingList>
-  </mailingLists>
-
-  <issueManagement>
-	<url>https://issues.apache.org/jira/browse/WOOKIE</url>
-  </issueManagement>
-
-  <developers>
-    <developer>
-      <id>mfranklin</id>
-      <name>Matt Franklin</name>
-      <email>mfranklin@mitre.org</email>
-      <timezone>-5</timezone>
-      <organization>The MITRE Corporation</organization>
-      <organizationUrl>http://www.mitre.org</organizationUrl>
-      <roles>
-        <role>committer</role>
-        <role>PMC member</role>
-      </roles>
-    </developer>
-	<developer>
-		<id>ate</id>
-		<name>Ate Douma</name>
-		<email>ate@douma.nu</email>
-		<timezone>+1</timezone>
-		<organization>Hippo</organization>
-		<organizationUrl>http://www.onehippo.com</organizationUrl>
-		<roles>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>rgardler</id>
-		<name>Ross Gardler</name>
-		<email>rgardler@opendirective.com</email>
-		<timezone>0</timezone>
-		<organization>Opendirective</organization>
-		<organizationUrl>http://www.opendirective.com</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>	
-	<developer>
-		<id>psharples</id>
-		<name>Paul Sharples</name>
-		<email>psharples@apache.org</email>
-		<timezone>0</timezone>
-		<organization>The University of Bolton</organization>
-		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>release manager</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>scottbw</id>
-		<name>Scott Wilson</name>
-		<email>scottbw@apache.org</email>
-		<timezone>0</timezone>
-		<organization>The University of Bolton</organization>
-		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>raido</id>
-		<name>Raido Kuli</name>
-		<email>raido@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>hmt</id>
-		<name>Hoang Minh Tien</name>
-		<email>hmt@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>krispopat</id>
-		<name>Kris Popat</name>
-		<email>krispopat@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-  </developers>    
-</project>
\ No newline at end of file
+<?xml version="1.0"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	You 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. 
+	-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>${ivy.pom.groupId}</groupId> 
+  <artifactId>${ivy.pom.artifactId}</artifactId>
+  <packaging>jar</packaging>
+  <version>${ivy.pom.version}</version>
+  <name>Apache Wookie parser</name>
+  <description>Apache Wookie W3C widget parser</description>
+  <licenses>
+	<license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <url>http://wookie.apache.org/wookie/</url>
+  <inceptionYear>2009</inceptionYear>
+    
+  <scm>
+	<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.14.1-SNAPSHOT/parser</connection>
+	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.14.1-SNAPSHOT/parser/</developerConnection>
+	<url>http://svn.apache.org/viewvc/wookie/tags/0.14.1-SNAPSHOT/parser/</url>
+  </scm>
+  
+  <mailingLists>
+	<mailingList>
+		<name>Wookie Developer List</name>
+		<subscribe>dev-subscribe@wookie.apache.org</subscribe>
+		<unsubscribe>dev-unsubscribe@wookie.apache.org</unsubscribe>
+		<post>mailto:dev@wookie.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/wookie-dev/</archive>
+	</mailingList>
+  </mailingLists>
+
+  <issueManagement>
+	<url>https://issues.apache.org/jira/browse/WOOKIE</url>
+  </issueManagement>
+
+  <developers>
+    <developer>
+      <id>mfranklin</id>
+      <name>Matt Franklin</name>
+      <email>mfranklin@mitre.org</email>
+      <timezone>-5</timezone>
+      <organization>The MITRE Corporation</organization>
+      <organizationUrl>http://www.mitre.org</organizationUrl>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+	<developer>
+		<id>ate</id>
+		<name>Ate Douma</name>
+		<email>ate@douma.nu</email>
+		<timezone>+1</timezone>
+		<organization>Hippo</organization>
+		<organizationUrl>http://www.onehippo.com</organizationUrl>
+		<roles>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>rgardler</id>
+		<name>Ross Gardler</name>
+		<email>rgardler@opendirective.com</email>
+		<timezone>0</timezone>
+		<organization>Opendirective</organization>
+		<organizationUrl>http://www.opendirective.com</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>	
+	<developer>
+		<id>psharples</id>
+		<name>Paul Sharples</name>
+		<email>psharples@apache.org</email>
+		<timezone>0</timezone>
+		<organization>The University of Bolton</organization>
+		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>release manager</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>scottbw</id>
+		<name>Scott Wilson</name>
+		<email>scottbw@apache.org</email>
+		<timezone>0</timezone>
+		<organization>The University of Bolton</organization>
+		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>raido</id>
+		<name>Raido Kuli</name>
+		<email>raido@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>hmt</id>
+		<name>Hoang Minh Tien</name>
+		<email>hmt@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>krispopat</id>
+		<name>Kris Popat</name>
+		<email>krispopat@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+  </developers>    
+</project>

Modified: wookie/trunk/pom-template.xml
URL: http://svn.apache.org/viewvc/wookie/trunk/pom-template.xml?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/pom-template.xml (original)
+++ wookie/trunk/pom-template.xml Tue Mar 26 23:38:42 2013
@@ -1,150 +1,150 @@
-<?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>${ivy.pom.groupId}</groupId>
-  <artifactId>${ivy.pom.artifactId}</artifactId>
-  <packaging>war</packaging>
-  <version>${ivy.pom.version}</version>
-  <name>Apache Wookie</name>
-  <description>Apache Wookie</description>
-  <licenses>
-	<license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>  
-  <url>http://wookie.apache.org/</url>
-  <inceptionYear>2009</inceptionYear>
-
-  <scm>
-    <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>
-	<mailingList>
-		<name>Wookie Developer List</name>
-		<subscribe>dev-subscribe@wookie.apache.org</subscribe>
-		<unsubscribe>dev-unsubscribe@wookie.apache.org</unsubscribe>
-		<post>mailto:dev@wookie.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/wookie-dev/</archive>
-	</mailingList>
-  </mailingLists>
-
-  <issueManagement>
-	<url>https://issues.apache.org/jira/browse/WOOKIE</url>
-  </issueManagement>
-
-  <developers>
-    <developer>
-      <id>mfranklin</id>
-      <name>Matt Franklin</name>
-      <email>mfranklin@mitre.org</email>
-      <timezone>-5</timezone>
-      <organization>The MITRE Corporation</organization>
-      <organizationUrl>http://www.mitre.org</organizationUrl>
-      <roles>
-        <role>committer</role>
-        <role>PMC member</role>
-      </roles>
-    </developer>
-	<developer>
-		<id>ate</id>
-		<name>Ate Douma</name>
-		<email>ate@douma.nu</email>
-		<timezone>+1</timezone>
-		<organization>Hippo</organization>
-		<organizationUrl>http://www.onehippo.com</organizationUrl>
-		<roles>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>rgardler</id>
-		<name>Ross Gardler</name>
-		<email>rgardler@opendirective.com</email>
-		<timezone>0</timezone>
-		<organization>Opendirective</organization>
-		<organizationUrl>http://www.opendirective.com</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>	
-	<developer>
-		<id>psharples</id>
-		<name>Paul Sharples</name>
-		<email>psharples@apache.org</email>
-		<timezone>0</timezone>
-		<organization>The University of Bolton</organization>
-		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>release manager</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>scottbw</id>
-		<name>Scott Wilson</name>
-		<email>scottbw@apache.org</email>
-		<timezone>0</timezone>
-		<organization>The University of Bolton</organization>
-		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>raido</id>
-		<name>Raido Kuli</name>
-		<email>raido@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>hmt</id>
-		<name>Hoang Minh Tien</name>
-		<email>hmt@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-	<developer>
-		<id>krispopat</id>
-		<name>Kris Popat</name>
-		<email>krispopat@apache.org</email>
-		<timezone>0</timezone>
-		<roles>
-			<role>committer</role>
-			<role>PMC member</role>
-		</roles>
-	</developer>
-  </developers>     
-</project>
\ No newline at end of file
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>${ivy.pom.groupId}</groupId>
+  <artifactId>${ivy.pom.artifactId}</artifactId>
+  <packaging>war</packaging>
+  <version>${ivy.pom.version}</version>
+  <name>Apache Wookie</name>
+  <description>Apache Wookie</description>
+  <licenses>
+	<license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>  
+  <url>http://wookie.apache.org/</url>
+  <inceptionYear>2009</inceptionYear>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.14.1-SNAPSHOT</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.14.1-SNAPSHOT/</developerConnection>
+    <url>http://svn.apache.org/viewvc/wookie/tags/0.14.1-SNAPSHOT/</url>
+  </scm>
+  
+  <mailingLists>
+	<mailingList>
+		<name>Wookie Developer List</name>
+		<subscribe>dev-subscribe@wookie.apache.org</subscribe>
+		<unsubscribe>dev-unsubscribe@wookie.apache.org</unsubscribe>
+		<post>mailto:dev@wookie.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/wookie-dev/</archive>
+	</mailingList>
+  </mailingLists>
+
+  <issueManagement>
+	<url>https://issues.apache.org/jira/browse/WOOKIE</url>
+  </issueManagement>
+
+  <developers>
+    <developer>
+      <id>mfranklin</id>
+      <name>Matt Franklin</name>
+      <email>mfranklin@mitre.org</email>
+      <timezone>-5</timezone>
+      <organization>The MITRE Corporation</organization>
+      <organizationUrl>http://www.mitre.org</organizationUrl>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+	<developer>
+		<id>ate</id>
+		<name>Ate Douma</name>
+		<email>ate@douma.nu</email>
+		<timezone>+1</timezone>
+		<organization>Hippo</organization>
+		<organizationUrl>http://www.onehippo.com</organizationUrl>
+		<roles>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>rgardler</id>
+		<name>Ross Gardler</name>
+		<email>rgardler@opendirective.com</email>
+		<timezone>0</timezone>
+		<organization>Opendirective</organization>
+		<organizationUrl>http://www.opendirective.com</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>	
+	<developer>
+		<id>psharples</id>
+		<name>Paul Sharples</name>
+		<email>psharples@apache.org</email>
+		<timezone>0</timezone>
+		<organization>The University of Bolton</organization>
+		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>release manager</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>scottbw</id>
+		<name>Scott Wilson</name>
+		<email>scottbw@apache.org</email>
+		<timezone>0</timezone>
+		<organization>The University of Bolton</organization>
+		<organizationUrl>http://www.bolton.ac.uk</organizationUrl>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>raido</id>
+		<name>Raido Kuli</name>
+		<email>raido@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>hmt</id>
+		<name>Hoang Minh Tien</name>
+		<email>hmt@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+	<developer>
+		<id>krispopat</id>
+		<name>Kris Popat</name>
+		<email>krispopat@apache.org</email>
+		<timezone>0</timezone>
+		<roles>
+			<role>committer</role>
+			<role>PMC member</role>
+		</roles>
+	</developer>
+  </developers>     
+</project>

Modified: wookie/trunk/src/widgetserver.properties
URL: http://svn.apache.org/viewvc/wookie/trunk/src/widgetserver.properties?rev=1461376&r1=1461375&r2=1461376&view=diff
==============================================================================
--- wookie/trunk/src/widgetserver.properties (original)
+++ wookie/trunk/src/widgetserver.properties Tue Mar 26 23:38:42 2013
@@ -1,4 +1,4 @@
-widget.version=0.14
+widget.version=0.14.1-SNAPSHOT
 widget.build.date=
 widget.email.contact=dev@wookie.apache.org
 widget.web.page=http://wookie.apache.org/