Author: psharples
Date: Tue Feb 11 11:19:21 2014
New Revision: 1567057

URL: http://svn.apache.org/r1567057
Log:
Updated parser config files for 1.0.0

Modified:
    wookie/branches/wookie-1.0.x/parser/java/build.properties
    wookie/branches/wookie-1.0.x/parser/java/ivy.xml
    wookie/branches/wookie-1.0.x/parser/java/pom-template.xml

Modified: wookie/branches/wookie-1.0.x/parser/java/build.properties
URL: 
http://svn.apache.org/viewvc/wookie/branches/wookie-1.0.x/parser/java/build.properties?rev=1567057&r1=1567056&r2=1567057&view=diff
==============================================================================
--- wookie/branches/wookie-1.0.x/parser/java/build.properties (original)
+++ wookie/branches/wookie-1.0.x/parser/java/build.properties Tue Feb 11 
11:19:21 2014
@@ -1,4 +1,4 @@
-version=0.15.0
+version=1.0.0
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/branches/wookie-1.0.x/parser/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/wookie/branches/wookie-1.0.x/parser/java/ivy.xml?rev=1567057&r1=1567056&r2=1567057&view=diff
==============================================================================
--- wookie/branches/wookie-1.0.x/parser/java/ivy.xml (original)
+++ wookie/branches/wookie-1.0.x/parser/java/ivy.xml Tue Feb 11 11:19:21 2014
@@ -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.15.0"/>
+    <info organisation="org.apache.wookie" module="wookie-parser" 
revision="1.0.0"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and 
libraries to deploy in a production environment"/>

Modified: wookie/branches/wookie-1.0.x/parser/java/pom-template.xml
URL: 
http://svn.apache.org/viewvc/wookie/branches/wookie-1.0.x/parser/java/pom-template.xml?rev=1567057&r1=1567056&r2=1567057&view=diff
==============================================================================
--- wookie/branches/wookie-1.0.x/parser/java/pom-template.xml (original)
+++ wookie/branches/wookie-1.0.x/parser/java/pom-template.xml Tue Feb 11 
11:19:21 2014
@@ -31,9 +31,9 @@
   <inceptionYear>2009</inceptionYear>
     
   <scm>
-       
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.15.0/parser</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.15.0/parser/</developerConnection>
-       <url>http://svn.apache.org/viewvc/wookie/tags/0.15.0/parser/</url>
+       
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/1.0.0/parser</connection>
+       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/1.0.0/parser/</developerConnection>
+       <url>http://svn.apache.org/viewvc/wookie/tags/1.0.0/parser/</url>
   </scm>
   
   <mailingLists>


Reply via email to