fixed - but yea, it's "usual" to miss that file

On Wed, Dec 22, 2010 at 21:16, Josh Canfield <joshcanfi...@gmail.com> wrote:
> Hah! I thought if I followed Howard's check-in changing everything to
> 5.2.5-SNAPSHOT that I'd be golden, but sadly Howard also forgot that
> file (still points to 5.2.4)!
>
> I can check it in later tonight, or someone else can feel free to beat me to 
> it.
>
> Josh
>
> On Tue, Dec 21, 2010 at 11:39 PM, Ulrich Stärk <u...@spielviel.de> wrote:
>> You forgot quickstart/archetype-resources/pom.xml
>>
>> On 22.12.2010 06:14, joshcanfi...@apache.org wrote:
>>>
>>> Author: joshcanfield
>>> Date: Wed Dec 22 05:14:15 2010
>>> New Revision: 1051757
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1051757&view=rev
>>> Log:
>>> Prepare for next development iteration (5.3.0)
>>>
>>> Modified:
>>>     tapestry/tapestry5/trunk/pom.xml
>>>     tapestry/tapestry5/trunk/quickstart/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-beanvalidator/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-core/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-func/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-jmx/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-json/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-spring/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-test/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
>>>     tapestry/tapestry5/trunk/tapestry-upload/pom.xml
>>>
>>> Modified: tapestry/tapestry5/trunk/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/pom.xml Wed Dec 22 05:14:15 2010
>>> @@ -4,7 +4,7 @@
>>>    <groupId>org.apache.tapestry</groupId>
>>>    <artifactId>tapestry-project</artifactId>
>>>    <packaging>pom</packaging>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>    <name>Tapestry 5 Project</name>
>>>    <description>Master project for the modules of Tapestry
>>> 5.</description>
>>>    <inceptionYear>2006</inceptionYear>
>>> @@ -135,6 +135,15 @@
>>>        <timezone>+2</timezone>
>>>      </developer>
>>>      <developer>
>>> +<id>joshcanfield</id>
>>> +<name>Josh Canfield</name>
>>> +<email>joshcanfi...@apache.org</email>
>>> +<roles>
>>> +<role>Developer</role>
>>> +</roles>
>>> +<timezone>PDT</timezone>
>>> +</developer>
>>> +<developer>
>>>        <id>ccordenier</id>
>>>        <name>Christophe Cordenier</name>
>>>        <email>ccorden...@apache.org</email>
>>>
>>> Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/quickstart/pom.xml Wed Dec 22 05:14:15 2010
>>> @@ -18,7 +18,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>      <name>Tapestry 5 Quickstart Archetype</name>
>>>      <inceptionYear>2007</inceptionYear>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-annotations/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-annotations/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-annotations/pom.xml Wed Dec 22
>>> 05:14:15 2010
>>> @@ -8,7 +8,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>      <name>Tapestry Annotations</name>
>>>      <description>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-beanvalidator/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-beanvalidator/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-beanvalidator/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-beanvalidator/pom.xml Wed Dec 22
>>> 05:14:15 2010
>>> @@ -10,7 +10,7 @@
>>>        <parent>
>>>                <groupId>org.apache.tapestry</groupId>
>>>                <artifactId>tapestry-project</artifactId>
>>> -               <version>5.2.5-SNAPSHOT</version>
>>> +               <version>5.3.0-SNAPSHOT</version>
>>>        </parent>
>>>
>>>        <url />
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-component-report/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-component-report/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-component-report/pom.xml Wed Dec 22
>>> 05:14:15 2010
>>> @@ -11,7 +11,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>
>>>      <inceptionYear>2007</inceptionYear>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Wed Dec 22 05:14:15
>>> 2010
>>> @@ -6,7 +6,7 @@
>>>    <parent>
>>>      <groupId>org.apache.tapestry</groupId>
>>>      <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>    </parent>
>>>    <name>Tapestry Core Library</name>
>>>    <description>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-func/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-func/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-func/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-func/pom.xml Wed Dec 22 05:14:15
>>> 2010
>>> @@ -8,7 +8,7 @@
>>>    <parent>
>>>      <groupId>org.apache.tapestry</groupId>
>>>      <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>    </parent>
>>>    <name>Tapestry Functional Flows</name>
>>>    <description>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml Wed Dec 22
>>> 05:14:15 2010
>>> @@ -10,7 +10,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>      <inceptionYear>2007</inceptionYear>
>>>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml Wed Dec 22
>>> 05:14:15 2010
>>> @@ -11,7 +11,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>      <inceptionYear>2007</inceptionYear>
>>>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Wed Dec 22 05:14:15 2010
>>> @@ -7,7 +7,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>      <name>Tapestry Inversion of Control Container</name>
>>>      <description>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-jmx/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-jmx/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-jmx/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-jmx/pom.xml Wed Dec 22 05:14:15 2010
>>> @@ -2,7 +2,7 @@
>>>        <modelVersion>4.0.0</modelVersion>
>>>        <groupId>org.apache.tapestry</groupId>
>>>        <artifactId>tapestry-jmx</artifactId>
>>> -       <version>5.2.5-SNAPSHOT</version>
>>> +       <version>5.3.0-SNAPSHOT</version>
>>>      <name>Tapestry JMX Support</name>
>>>      <description>
>>>          Provides support for JMX
>>> @@ -11,7 +11,7 @@
>>>        <parent>
>>>                <groupId>org.apache.tapestry</groupId>
>>>                <artifactId>tapestry-project</artifactId>
>>> -               <version>5.2.5-SNAPSHOT</version>
>>> +               <version>5.3.0-SNAPSHOT</version>
>>>        </parent>
>>>
>>>        <url />
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-json/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-json/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-json/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-json/pom.xml Wed Dec 22 05:14:15
>>> 2010
>>> @@ -7,7 +7,7 @@
>>>    <parent>
>>>      <groupId>org.apache.tapestry</groupId>
>>>      <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>    </parent>
>>>    <name>Tapestry JSON Library</name>
>>>    <description>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-spring/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-spring/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-spring/pom.xml Wed Dec 22 05:14:15
>>> 2010
>>> @@ -11,7 +11,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>
>>>      <dependencies>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Wed Dec 22 05:14:15
>>> 2010
>>> @@ -9,7 +9,7 @@
>>>    <parent>
>>>      <groupId>org.apache.tapestry</groupId>
>>>      <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>    </parent>
>>>
>>>    <dependencies>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml Wed Dec 22
>>> 05:14:15 2010
>>> @@ -19,7 +19,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>
>>>      <dependencies>
>>>
>>> Modified: tapestry/tapestry5/trunk/tapestry-upload/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/pom.xml?rev=1051757&r1=1051756&r2=1051757&view=diff
>>>
>>> ==============================================================================
>>> --- tapestry/tapestry5/trunk/tapestry-upload/pom.xml (original)
>>> +++ tapestry/tapestry5/trunk/tapestry-upload/pom.xml Wed Dec 22 05:14:15
>>> 2010
>>> @@ -12,7 +12,7 @@
>>>      <parent>
>>>          <groupId>org.apache.tapestry</groupId>
>>>          <artifactId>tapestry-project</artifactId>
>>> -<version>5.2.5-SNAPSHOT</version>
>>> +<version>5.3.0-SNAPSHOT</version>
>>>      </parent>
>>>      <inceptionYear>2007</inceptionYear>
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: dev-h...@tapestry.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: dev-h...@tapestry.apache.org
>
>



-- 
Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to