You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/10/19 18:55:57 UTC

svn commit: r1186331 - in /incubator/wookie/branches/0.9.1: build.properties connector/java/ivy.xml ivy.xml parser/java/ivy.xml

Author: psharples
Date: Wed Oct 19 16:55:56 2011
New Revision: 1186331

URL: http://svn.apache.org/viewvc?rev=1186331&view=rev
Log:
Updated version for this branch

Modified:
    incubator/wookie/branches/0.9.1/build.properties
    incubator/wookie/branches/0.9.1/connector/java/ivy.xml
    incubator/wookie/branches/0.9.1/ivy.xml
    incubator/wookie/branches/0.9.1/parser/java/ivy.xml

Modified: incubator/wookie/branches/0.9.1/build.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/build.properties?rev=1186331&r1=1186330&r2=1186331&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/build.properties (original)
+++ incubator/wookie/branches/0.9.1/build.properties Wed Oct 19 16:55:56 2011
@@ -1,4 +1,4 @@
-version=0.9.1-SNAPSHOT
+version=0.9.1
 
 # Uncomment to include Extra features
 include.extra.features

Modified: incubator/wookie/branches/0.9.1/connector/java/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/connector/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/connector/java/ivy.xml (original)
+++ incubator/wookie/branches/0.9.1/connector/java/ivy.xml Wed Oct 19 16:55:56 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.9.1-incubating-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.9.1-incubating"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: incubator/wookie/branches/0.9.1/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/ivy.xml (original)
+++ incubator/wookie/branches/0.9.1/ivy.xml Wed Oct 19 16:55:56 2011
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie" revision="0.9.1-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie" revision="0.9.1"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>

Modified: incubator/wookie/branches/0.9.1/parser/java/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/parser/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/parser/java/ivy.xml (original)
+++ incubator/wookie/branches/0.9.1/parser/java/ivy.xml Wed Oct 19 16:55:56 2011
@@ -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.9.1-incubating-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-parser" revision="0.9.1-incubating"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>



Re: svn commit: r1186331 - in /incubator/wookie/branches/0.9.1: build.properties connector/java/ivy.xml ivy.xml parser/java/ivy.xml

Posted by Paul Sharples <p....@bolton.ac.uk>.
On 19/10/2011 21:56, Paul Sharples wrote:
> On 19/10/2011 21:33, Scott Wilson wrote:
>> I was just about to ask "are we there yet?" :-)
>>
>> Thanks for doing this Paul - I presume you'll be creating the release 
>> artefacts and calling the vote tomorrow?
>>
>> S
>
> Yub, thats the plan. I'll make the build artifacts from the 0.9.1 
> branch & then the trunk from tomorrow becomes 0.9.2.  I just wanted to 
> check something with Ross as he said he planned to rejig the 
> subprojects, but i think at this stage it might be better added in for 
> 0.9.2.
>
> BTW: i've got the signing of artifacts working via ant today, which is 
> something we need for publishing to the staging/release maven repo 
> (otherwise i would have started on the builds today).

Following on from this message, just to let everyone know that version 
0.9.1 of wookie has now been branched and the trunk is now version 0.9.2.

Paul

>
>>
>> On 19 Oct 2011, at 17:55, psharples@apache.org wrote:
>>
>>> Author: psharples
>>> Date: Wed Oct 19 16:55:56 2011
>>> New Revision: 1186331
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1186331&view=rev
>>> Log:
>>> Updated version for this branch
>>>
>>> Modified:
>>>     incubator/wookie/branches/0.9.1/build.properties
>>>     incubator/wookie/branches/0.9.1/connector/java/ivy.xml
>>>     incubator/wookie/branches/0.9.1/ivy.xml
>>>     incubator/wookie/branches/0.9.1/parser/java/ivy.xml
>>>
>>> Modified: incubator/wookie/branches/0.9.1/build.properties
>>> URL: 
>>> http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/build.properties?rev=1186331&r1=1186330&r2=1186331&view=diff
>>> ============================================================================== 
>>>
>>> --- incubator/wookie/branches/0.9.1/build.properties (original)
>>> +++ incubator/wookie/branches/0.9.1/build.properties Wed Oct 19 
>>> 16:55:56 2011
>>> @@ -1,4 +1,4 @@
>>> -version=0.9.1-SNAPSHOT
>>> +version=0.9.1
>>>
>>> # Uncomment to include Extra features
>>> include.extra.features
>>>
>>> Modified: incubator/wookie/branches/0.9.1/connector/java/ivy.xml
>>> URL: 
>>> http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/connector/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
>>> ============================================================================== 
>>>
>>> --- incubator/wookie/branches/0.9.1/connector/java/ivy.xml (original)
>>> +++ incubator/wookie/branches/0.9.1/connector/java/ivy.xml Wed Oct 
>>> 19 16:55:56 2011
>>> @@ -15,7 +15,7 @@
>>>    limitations under the License.
>>> -->
>>> <ivy-module version="2.0">
>>> -<info organisation="org.apache.wookie" 
>>> module="wookie-java-connector" revision="0.9.1-incubating-SNAPSHOT"/>
>>> +<info organisation="org.apache.wookie" 
>>> module="wookie-java-connector" revision="0.9.1-incubating"/>
>>>
>>> <configurations>
>>> <conf name="deploy" description="Provide the necessary files and 
>>> libraries to deploy in a production environment"/>
>>>
>>> Modified: incubator/wookie/branches/0.9.1/ivy.xml
>>> URL: 
>>> http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
>>> ============================================================================== 
>>>
>>> --- incubator/wookie/branches/0.9.1/ivy.xml (original)
>>> +++ incubator/wookie/branches/0.9.1/ivy.xml Wed Oct 19 16:55:56 2011
>>> @@ -15,7 +15,7 @@
>>>    limitations under the License.
>>> -->
>>> <ivy-module version="2.0">
>>> -<info organisation="org.apache.wookie" module="wookie" 
>>> revision="0.9.1-SNAPSHOT"/>
>>> +<info organisation="org.apache.wookie" module="wookie" 
>>> revision="0.9.1"/>
>>>
>>> <configurations>
>>> <conf name="deploy" description="Provide the necessary files and 
>>> libraries to deploy in a production environment"/>
>>>
>>> Modified: incubator/wookie/branches/0.9.1/parser/java/ivy.xml
>>> URL: 
>>> http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/parser/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
>>> ============================================================================== 
>>>
>>> --- incubator/wookie/branches/0.9.1/parser/java/ivy.xml (original)
>>> +++ incubator/wookie/branches/0.9.1/parser/java/ivy.xml Wed Oct 19 
>>> 16:55:56 2011
>>> @@ -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.9.1-incubating-SNAPSHOT"/>
>>> +<info organisation="org.apache.wookie" module="wookie-parser" 
>>> revision="0.9.1-incubating"/>
>>>
>>> <configurations>
>>> <conf name="deploy" description="Provide the necessary files and 
>>> libraries to deploy in a production environment"/>
>>>
>>>
>
>


Re: svn commit: r1186331 - in /incubator/wookie/branches/0.9.1: build.properties connector/java/ivy.xml ivy.xml parser/java/ivy.xml

Posted by Paul Sharples <p....@bolton.ac.uk>.
On 19/10/2011 21:33, Scott Wilson wrote:
> I was just about to ask "are we there yet?" :-)
>
> Thanks for doing this Paul - I presume you'll be creating the release artefacts and calling the vote tomorrow?
>
> S

Yub, thats the plan. I'll make the build artifacts from the 0.9.1 branch 
& then the trunk from tomorrow becomes 0.9.2.  I just wanted to check 
something with Ross as he said he planned to rejig the subprojects, but 
i think at this stage it might be better added in for 0.9.2.

BTW: i've got the signing of artifacts working via ant today, which is 
something we need for publishing to the staging/release maven repo 
(otherwise i would have started on the builds today).

>
> On 19 Oct 2011, at 17:55, psharples@apache.org wrote:
>
>> Author: psharples
>> Date: Wed Oct 19 16:55:56 2011
>> New Revision: 1186331
>>
>> URL: http://svn.apache.org/viewvc?rev=1186331&view=rev
>> Log:
>> Updated version for this branch
>>
>> Modified:
>>     incubator/wookie/branches/0.9.1/build.properties
>>     incubator/wookie/branches/0.9.1/connector/java/ivy.xml
>>     incubator/wookie/branches/0.9.1/ivy.xml
>>     incubator/wookie/branches/0.9.1/parser/java/ivy.xml
>>
>> Modified: incubator/wookie/branches/0.9.1/build.properties
>> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/build.properties?rev=1186331&r1=1186330&r2=1186331&view=diff
>> ==============================================================================
>> --- incubator/wookie/branches/0.9.1/build.properties (original)
>> +++ incubator/wookie/branches/0.9.1/build.properties Wed Oct 19 16:55:56 2011
>> @@ -1,4 +1,4 @@
>> -version=0.9.1-SNAPSHOT
>> +version=0.9.1
>>
>> # Uncomment to include Extra features
>> include.extra.features
>>
>> Modified: incubator/wookie/branches/0.9.1/connector/java/ivy.xml
>> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/connector/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
>> ==============================================================================
>> --- incubator/wookie/branches/0.9.1/connector/java/ivy.xml (original)
>> +++ incubator/wookie/branches/0.9.1/connector/java/ivy.xml Wed Oct 19 16:55:56 2011
>> @@ -15,7 +15,7 @@
>>    limitations under the License.
>> -->
>> <ivy-module version="2.0">
>> -<info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.9.1-incubating-SNAPSHOT"/>
>> +<info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.9.1-incubating"/>
>>
>>      <configurations>
>>        <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>
>>
>> Modified: incubator/wookie/branches/0.9.1/ivy.xml
>> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
>> ==============================================================================
>> --- incubator/wookie/branches/0.9.1/ivy.xml (original)
>> +++ incubator/wookie/branches/0.9.1/ivy.xml Wed Oct 19 16:55:56 2011
>> @@ -15,7 +15,7 @@
>>    limitations under the License.
>> -->
>> <ivy-module version="2.0">
>> -<info organisation="org.apache.wookie" module="wookie" revision="0.9.1-SNAPSHOT"/>
>> +<info organisation="org.apache.wookie" module="wookie" revision="0.9.1"/>
>>
>>      <configurations>
>>        <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>
>>
>> Modified: incubator/wookie/branches/0.9.1/parser/java/ivy.xml
>> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/parser/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
>> ==============================================================================
>> --- incubator/wookie/branches/0.9.1/parser/java/ivy.xml (original)
>> +++ incubator/wookie/branches/0.9.1/parser/java/ivy.xml Wed Oct 19 16:55:56 2011
>> @@ -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.9.1-incubating-SNAPSHOT"/>
>> +<info organisation="org.apache.wookie" module="wookie-parser" revision="0.9.1-incubating"/>
>>
>>      <configurations>
>>        <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>
>>
>>


Re: svn commit: r1186331 - in /incubator/wookie/branches/0.9.1: build.properties connector/java/ivy.xml ivy.xml parser/java/ivy.xml

Posted by Scott Wilson <sc...@gmail.com>.
I was just about to ask "are we there yet?" :-) 

Thanks for doing this Paul - I presume you'll be creating the release artefacts and calling the vote tomorrow?

S

On 19 Oct 2011, at 17:55, psharples@apache.org wrote:

> Author: psharples
> Date: Wed Oct 19 16:55:56 2011
> New Revision: 1186331
> 
> URL: http://svn.apache.org/viewvc?rev=1186331&view=rev
> Log:
> Updated version for this branch
> 
> Modified:
>    incubator/wookie/branches/0.9.1/build.properties
>    incubator/wookie/branches/0.9.1/connector/java/ivy.xml
>    incubator/wookie/branches/0.9.1/ivy.xml
>    incubator/wookie/branches/0.9.1/parser/java/ivy.xml
> 
> Modified: incubator/wookie/branches/0.9.1/build.properties
> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/build.properties?rev=1186331&r1=1186330&r2=1186331&view=diff
> ==============================================================================
> --- incubator/wookie/branches/0.9.1/build.properties (original)
> +++ incubator/wookie/branches/0.9.1/build.properties Wed Oct 19 16:55:56 2011
> @@ -1,4 +1,4 @@
> -version=0.9.1-SNAPSHOT
> +version=0.9.1
> 
> # Uncomment to include Extra features
> include.extra.features
> 
> Modified: incubator/wookie/branches/0.9.1/connector/java/ivy.xml
> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/connector/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
> ==============================================================================
> --- incubator/wookie/branches/0.9.1/connector/java/ivy.xml (original)
> +++ incubator/wookie/branches/0.9.1/connector/java/ivy.xml Wed Oct 19 16:55:56 2011
> @@ -15,7 +15,7 @@
>   limitations under the License.
> -->
> <ivy-module version="2.0">
> -    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.9.1-incubating-SNAPSHOT"/>
> +    <info organisation="org.apache.wookie" module="wookie-java-connector" revision="0.9.1-incubating"/>
> 
>     <configurations>
>       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>
> 
> Modified: incubator/wookie/branches/0.9.1/ivy.xml
> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
> ==============================================================================
> --- incubator/wookie/branches/0.9.1/ivy.xml (original)
> +++ incubator/wookie/branches/0.9.1/ivy.xml Wed Oct 19 16:55:56 2011
> @@ -15,7 +15,7 @@
>   limitations under the License.
> -->
> <ivy-module version="2.0">
> -    <info organisation="org.apache.wookie" module="wookie" revision="0.9.1-SNAPSHOT"/>
> +    <info organisation="org.apache.wookie" module="wookie" revision="0.9.1"/>
> 
>     <configurations>
>       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>
> 
> Modified: incubator/wookie/branches/0.9.1/parser/java/ivy.xml
> URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/parser/java/ivy.xml?rev=1186331&r1=1186330&r2=1186331&view=diff
> ==============================================================================
> --- incubator/wookie/branches/0.9.1/parser/java/ivy.xml (original)
> +++ incubator/wookie/branches/0.9.1/parser/java/ivy.xml Wed Oct 19 16:55:56 2011
> @@ -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.9.1-incubating-SNAPSHOT"/>
> +    <info organisation="org.apache.wookie" module="wookie-parser" revision="0.9.1-incubating"/>
> 
>     <configurations>
>       <conf name="deploy" description="Provide the necessary files and libraries to deploy in a production environment"/>
> 
>