Hi, With this commit the versions in the pom.xml are set to 1.5-RC4.2 Yes, but no.
See https://svn.apache.org/repos/asf/wicket/branches/wicket-1.5-RC4.2/archetypes/quickstart/pom.xml https://svn.apache.org/repos/asf/wicket/branches/wicket-1.5-RC4.2/pom.xml https://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC4.2/pom.xml .... all of them have 1.5-SNAPSHOT as a version. I'm not sure what exactly happens and whether this affects https://issues.apache.org/jira/browse/WICKET-3704 somehow. On Sat, May 7, 2011 at 10:31 PM, <[email protected]> wrote: > Author: ivaynberg > Date: Sat May 7 20:31:52 2011 > New Revision: 1100616 > > URL: http://svn.apache.org/viewvc?rev=1100616&view=rev > Log: > modified poms for release 1.5-RC4.2 > > Modified: > wicket/branches/wicket-1.5-RC4/archetypes/quickstart/pom.xml > > > wicket/branches/wicket-1.5-RC4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > wicket/branches/wicket-1.5-RC4/pom.xml > wicket/branches/wicket-1.5-RC4/testing/wicket-threadtest/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-auth-roles/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-core/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-datetime/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-devutils/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-examples/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-extensions/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-guice/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-ioc/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-jmx/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-objectssizeof-agent/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-request/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-spring/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-util/pom.xml > wicket/branches/wicket-1.5-RC4/wicket-velocity/pom.xml > wicket/branches/wicket-1.5-RC4/wicket/pom.xml > > Modified: wicket/branches/wicket-1.5-RC4/archetypes/quickstart/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/archetypes/quickstart/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/archetypes/quickstart/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/archetypes/quickstart/pom.xml Sat May 7 > 20:31:52 2011 > @@ -3,7 +3,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../../pom.xml</relativePath> > </parent> > > > Modified: > wicket/branches/wicket-1.5-RC4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- > wicket/branches/wicket-1.5-RC4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > (original) > +++ > wicket/branches/wicket-1.5-RC4/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > Sat May 7 20:31:52 2011 > @@ -20,7 +20,7 @@ > </license> > </licenses> > <properties> > - <wicket.version>1.5-SNAPSHOT</wicket.version> > + <wicket.version>1.5-RC4.2</wicket.version> > <jetty.version>7.3.0.v20110203</jetty.version> > </properties> > <dependencies> > > Modified: wicket/branches/wicket-1.5-RC4/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/pom.xml Sat May 7 20:31:52 2011 > @@ -26,7 +26,7 @@ > > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <packaging>pom</packaging> > <name>Wicket Parent</name> > <description>Wicket is a Java-based open source component web > application framework.</description> > @@ -225,9 +225,9 @@ > <url> > https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/</url> > </ciManagement> > <scm> > - <connection>scm:svn: > http://svn.apache.org/repos/asf/wicket/releases/1.5-SNAPSHOT</connection> > - <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/wicket/releases/1.5-SNAPSHOT > </developerConnection> > - <url> > http://svn.apache.org/viewvc/wicket/releases/1.5-SNAPSHOT</url> > + <connection>scm:svn: > http://svn.apache.org/repos/asf/wicket/releases/1.5-RC4.2</connection> > + <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/wicket/releases/1.5-RC4.2 > </developerConnection> > + <url> > http://svn.apache.org/viewvc/wicket/releases/1.5-RC4.2</url> > </scm> > <mailingLists> > <mailingList> > > Modified: wicket/branches/wicket-1.5-RC4/testing/wicket-threadtest/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/testing/wicket-threadtest/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/testing/wicket-threadtest/pom.xml > (original) > +++ wicket/branches/wicket-1.5-RC4/testing/wicket-threadtest/pom.xml Sat > May 7 20:31:52 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-auth-roles/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-auth-roles/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-auth-roles/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-auth-roles/pom.xml Sat May 7 > 20:31:52 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-core/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-core/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-core/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-core/pom.xml Sat May 7 20:31:52 > 2011 > @@ -22,7 +22,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-datetime/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-datetime/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-datetime/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-datetime/pom.xml Sat May 7 > 20:31:52 2011 > @@ -21,7 +21,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > <artifactId>wicket-datetime</artifactId> > > Modified: wicket/branches/wicket-1.5-RC4/wicket-devutils/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-devutils/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-devutils/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-devutils/pom.xml Sat May 7 > 20:31:52 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-examples/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-examples/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-examples/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-examples/pom.xml Sat May 7 > 20:31:52 2011 > @@ -21,7 +21,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > <artifactId>wicket-examples</artifactId> > > Modified: wicket/branches/wicket-1.5-RC4/wicket-extensions/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-extensions/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-extensions/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-extensions/pom.xml Sat May 7 > 20:31:52 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-guice/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-guice/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-guice/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-guice/pom.xml Sat May 7 20:31:52 > 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-ioc/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-ioc/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-ioc/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-ioc/pom.xml Sat May 7 20:31:52 > 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-jmx/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-jmx/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-jmx/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-jmx/pom.xml Sat May 7 20:31:52 > 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-objectssizeof-agent/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-objectssizeof-agent/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-objectssizeof-agent/pom.xml > (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-objectssizeof-agent/pom.xml Sat > May 7 20:31:52 2011 > @@ -21,7 +21,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-request/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-request/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-request/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-request/pom.xml Sat May 7 > 20:31:52 2011 > @@ -21,11 +21,11 @@ > <parent> > <artifactId>wicket-parent</artifactId> > <groupId>org.apache.wicket</groupId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > </parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-request</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <name>Wicket Request</name> > <url>http://maven.apache.org</url> > <dependencies> > > Modified: wicket/branches/wicket-1.5-RC4/wicket-spring/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-spring/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-spring/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-spring/pom.xml Sat May 7 > 20:31:52 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket-util/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-util/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-util/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-util/pom.xml Sat May 7 20:31:52 > 2011 > @@ -21,11 +21,11 @@ > <parent> > <artifactId>wicket-parent</artifactId> > <groupId>org.apache.wicket</groupId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > </parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-util</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <name>Wicket Util</name> > <url>http://maven.apache.org</url> > <dependencies> > > Modified: wicket/branches/wicket-1.5-RC4/wicket-velocity/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket-velocity/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket-velocity/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket-velocity/pom.xml Sat May 7 > 20:31:52 2011 > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > > > Modified: wicket/branches/wicket-1.5-RC4/wicket/pom.xml > URL: > http://svn.apache.org/viewvc/wicket/branches/wicket-1.5-RC4/wicket/pom.xml?rev=1100616&r1=1100615&r2=1100616&view=diff > > ============================================================================== > --- wicket/branches/wicket-1.5-RC4/wicket/pom.xml (original) > +++ wicket/branches/wicket-1.5-RC4/wicket/pom.xml Sat May 7 20:31:52 2011 > @@ -4,7 +4,7 @@ > <parent> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-parent</artifactId> > - <version>1.5-SNAPSHOT</version> > + <version>1.5-RC4.2</version> > <relativePath>../pom.xml</relativePath> > </parent> > <artifactId>wicket</artifactId> > > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
