Author: dashorst
Date: Wed Nov 16 17:27:02 2011
New Revision: 1202797

URL: http://svn.apache.org/viewvc?rev=1202797&view=rev
Log:
Wicket 6 pom files, upgraded all versions

Modified:
    wicket/trunk/archetypes/quickstart/pom.xml
    
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
    wicket/trunk/pom.xml
    wicket/trunk/testing/wicket-threadtest/pom.xml
    wicket/trunk/wicket-auth-roles/pom.xml
    wicket/trunk/wicket-core/pom.xml
    wicket/trunk/wicket-datetime/pom.xml
    wicket/trunk/wicket-devutils/pom.xml
    wicket/trunk/wicket-examples/pom.xml
    wicket/trunk/wicket-extensions/pom.xml
    wicket/trunk/wicket-guice/pom.xml
    wicket/trunk/wicket-ioc/pom.xml
    wicket/trunk/wicket-jmx/pom.xml
    wicket/trunk/wicket-objectssizeof-agent/pom.xml
    wicket/trunk/wicket-request/pom.xml
    wicket/trunk/wicket-spring/pom.xml
    wicket/trunk/wicket-util/pom.xml
    wicket/trunk/wicket-velocity/pom.xml
    wicket/trunk/wicket/pom.xml

Modified: wicket/trunk/archetypes/quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/archetypes/quickstart/pom.xml (original)
+++ wicket/trunk/archetypes/quickstart/pom.xml Wed Nov 16 17:27:02 2011
@@ -3,7 +3,7 @@
   <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 Wed Nov 16 17:27:02 2011
@@ -9,7 +9,9 @@
        <name>quickstart</name>
        <description></description>
        <!--
-               TODO <organization> <name>company name</name> <url>company 
url</url>
+               <organization>
+                       <name>company name</name>
+                       <url>company url</url>
                </organization>
        -->
        <licenses>
@@ -20,7 +22,7 @@
                </license>
        </licenses>
        <properties>
-               <wicket.version>1.5-SNAPSHOT</wicket.version>
+               <wicket.version>6.0-SNAPSHOT</wicket.version>
                <jetty.version>7.5.0.v20110901</jetty.version>
        </properties>
        <dependencies>

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Nov 16 17:27:02 2011
@@ -20,12 +20,12 @@
     <parent>
                        <groupId>org.apache</groupId>
             <artifactId>apache</artifactId>
-            <version>9</version>       
+            <version>10</version>      
        </parent>
 
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>1.5-SNAPSHOT</version>
+       <version>6.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
@@ -224,9 +224,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/6.0-SNAPSHOT</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wicket/releases/6.0-SNAPSHOT</developerConnection>
+               
<url>http://svn.apache.org/viewvc/wicket/releases/6.0-SNAPSHOT</url>
        </scm>
        <mailingLists>
                <mailingList>

Modified: wicket/trunk/testing/wicket-threadtest/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/testing/wicket-threadtest/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/testing/wicket-threadtest/pom.xml (original)
+++ wicket/trunk/testing/wicket-threadtest/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-auth-roles/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-auth-roles/pom.xml (original)
+++ wicket/trunk/wicket-auth-roles/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-core/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-core/pom.xml (original)
+++ wicket/trunk/wicket-core/pom.xml Wed Nov 16 17:27:02 2011
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-datetime/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-datetime/pom.xml (original)
+++ wicket/trunk/wicket-datetime/pom.xml Wed Nov 16 17:27:02 2011
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-datetime</artifactId>

Modified: wicket/trunk/wicket-devutils/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-devutils/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-devutils/pom.xml (original)
+++ wicket/trunk/wicket-devutils/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/pom.xml (original)
+++ wicket/trunk/wicket-examples/pom.xml Wed Nov 16 17:27:02 2011
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples</artifactId>

Modified: wicket/trunk/wicket-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-extensions/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-extensions/pom.xml (original)
+++ wicket/trunk/wicket-extensions/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-guice/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-guice/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-guice/pom.xml (original)
+++ wicket/trunk/wicket-guice/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-ioc/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-ioc/pom.xml (original)
+++ wicket/trunk/wicket-ioc/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-jmx/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-jmx/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-jmx/pom.xml (original)
+++ wicket/trunk/wicket-jmx/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-objectssizeof-agent/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-objectssizeof-agent/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/trunk/wicket-objectssizeof-agent/pom.xml Wed Nov 16 17:27:02 2011
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-request/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-request/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-request/pom.xml (original)
+++ wicket/trunk/wicket-request/pom.xml Wed Nov 16 17:27:02 2011
@@ -21,13 +21,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+       <version>6.0-SNAPSHOT</version>
+       <relativePath>../pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>1.5-SNAPSHOT</version>
   <name>Wicket Request</name>
-  <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>
       <groupId>org.apache.wicket</groupId>

Modified: wicket/trunk/wicket-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-spring/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-spring/pom.xml (original)
+++ wicket/trunk/wicket-spring/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket-util/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-util/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-util/pom.xml (original)
+++ wicket/trunk/wicket-util/pom.xml Wed Nov 16 17:27:02 2011
@@ -19,13 +19,11 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
+       <groupId>org.apache.wicket</groupId>
     <artifactId>wicket-parent</artifactId>
-    <groupId>org.apache.wicket</groupId>
-    <version>1.5-SNAPSHOT</version>
+       <version>6.0-SNAPSHOT</version>
+       <relativePath>../pom.xml</relativePath>
   </parent>
-  <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-util</artifactId>
-  <version>1.5-SNAPSHOT</version>
   <name>Wicket Util</name>
-  <url>http://maven.apache.org</url>
 </project>

Modified: wicket/trunk/wicket-velocity/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-velocity/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket-velocity/pom.xml (original)
+++ wicket/trunk/wicket-velocity/pom.xml Wed Nov 16 17:27:02 2011
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.5-SNAPSHOT</version>
+               <version>6.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Modified: wicket/trunk/wicket/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/pom.xml?rev=1202797&r1=1202796&r2=1202797&view=diff
==============================================================================
--- wicket/trunk/wicket/pom.xml (original)
+++ wicket/trunk/wicket/pom.xml Wed Nov 16 17:27:02 2011
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.wicket</groupId>
     <artifactId>wicket-parent</artifactId>
-    <version>1.5-SNAPSHOT</version>
+       <version>6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wicket</artifactId>


Reply via email to