Author: dashorst
Date: Sun Oct 29 05:12:44 2006
New Revision: 468898

URL: http://svn.apache.org/viewvc?view=rev&rev=468898
Log:
Fixed versions to 1.2.3

Modified:
    incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles-examples/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-examples/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-extensions/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-quickstart/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot-examples/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-spring-examples/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket-spring/pom.xml
    incubator/wicket/releases/wicket-1.2.3/wicket/pom.xml

Modified: 
incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles-examples/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles-examples/pom.xml 
(original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles-examples/pom.xml 
Sun Oct 29 05:12:44 2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
        </parent>
 
        <artifactId>wicket-auth-roles-examples</artifactId>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-auth-roles/pom.xml Sun Oct 29 
05:12:44 2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
        </parent>
 
        <artifactId>wicket-auth-roles</artifactId>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-examples/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-examples/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-examples/pom.xml Sun Oct 29 
05:12:44 2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
                <relativePath>../wicket-parent</relativePath>
        </parent>
 
@@ -36,7 +36,7 @@
                <!-- dependency>
                        <groupId>wicket</groupId>
                        <artifactId>wicket-jmx</artifactId>
-                       <version>1.2-SNAPSHOT</version>
+                       <version>1.2.3</version>
                </dependency-->
                <dependency>
                        <groupId>dom4j</groupId>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-extensions/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-extensions/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-extensions/pom.xml Sun Oct 29 
05:12:44 2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
                <relativePath>../wicket-parent</relativePath>
        </parent>
        <artifactId>wicket-extensions</artifactId>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml Sun Oct 29 
05:12:44 2006
@@ -6,7 +6,7 @@
        <groupId>wicket</groupId>
        <artifactId>wicket-parent</artifactId>
        <packaging>pom</packaging>
-       <version>1.2-SNAPSHOT</version>
+       <version>1.2.3</version>
        <name>Wicket Parent</name>
        <description>Wicket is a Java open source, component based web 
application framework.</description>
        <url>http://wicketframework.org/${project.artifactId}</url>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-quickstart/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-quickstart/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-quickstart/pom.xml Sun Oct 29 
05:12:44 2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
        </parent>
 
        <artifactId>wicket-quickstart</artifactId>

Modified: 
incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot-examples/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot-examples/pom.xml 
(original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot-examples/pom.xml 
Sun Oct 29 05:12:44 2006
@@ -4,7 +4,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
        </parent>
 
        <artifactId>wicket-spring-annot-examples</artifactId>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot/pom.xml 
(original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-spring-annot/pom.xml Sun Oct 
29 05:12:44 2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
                <relativePath>../wicket-parent</relativePath>
        </parent>
 
@@ -21,7 +21,7 @@
                <dependency>
                        <groupId>wicket</groupId>
                        <artifactId>wicket-spring</artifactId>
-                       <version>1.2-SNAPSHOT</version>
+                       <version>1.2.3</version>
                </dependency>
        </dependencies>
 

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-spring-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-spring-examples/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-spring-examples/pom.xml 
(original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-spring-examples/pom.xml Sun 
Oct 29 05:12:44 2006
@@ -5,7 +5,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
        </parent>
 
     <artifactId>wicket-spring-examples</artifactId>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-spring/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket-spring/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket-spring/pom.xml Sun Oct 29 
05:12:44 2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
                <relativePath>../wicket-parent</relativePath>
        </parent>
 
@@ -22,7 +22,7 @@
                <dependency>
                        <groupId>wicket</groupId>
                        <artifactId>wicket</artifactId>
-                       <version>1.2-SNAPSHOT</version>
+                       <version>1.2.3</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>

Modified: incubator/wicket/releases/wicket-1.2.3/wicket/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket/pom.xml?view=diff&rev=468898&r1=468897&r2=468898
==============================================================================
--- incubator/wicket/releases/wicket-1.2.3/wicket/pom.xml (original)
+++ incubator/wicket/releases/wicket-1.2.3/wicket/pom.xml Sun Oct 29 05:12:44 
2006
@@ -6,7 +6,7 @@
        <parent>
                <groupId>wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>1.2-SNAPSHOT</version>
+               <version>1.2.3</version>
                <relativePath>../wicket-parent</relativePath>
        </parent>
 


Reply via email to