Author: mgrigorov
Date: Thu Jun 16 19:11:23 2011
New Revision: 1136610

URL: http://svn.apache.org/viewvc?rev=1136610&view=rev
Log:
WICKET-3792 Quickstart 1.5RC4.2 depends on wicket not wicket-core

Depend on wicket-core:jar instead of wicket:pom since the later makes troubles 
for Maven2 users.


Modified:
    wicket/trunk/testing/wicket-threadtest/pom.xml
    wicket/trunk/wicket-auth-roles/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-spring/pom.xml
    wicket/trunk/wicket-velocity/pom.xml

Modified: wicket/trunk/testing/wicket-threadtest/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/testing/wicket-threadtest/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/testing/wicket-threadtest/pom.xml (original)
+++ wicket/trunk/testing/wicket-threadtest/pom.xml Thu Jun 16 19:11:23 2011
@@ -35,9 +35,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>

Modified: wicket/trunk/wicket-auth-roles/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-auth-roles/pom.xml (original)
+++ wicket/trunk/wicket-auth-roles/pom.xml Thu Jun 16 19:11:23 2011
@@ -38,9 +38,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
        </dependencies>
 </project>

Modified: wicket/trunk/wicket-datetime/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-datetime/pom.xml (original)
+++ wicket/trunk/wicket-datetime/pom.xml Thu Jun 16 19:11:23 2011
@@ -31,9 +31,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>joda-time</groupId>

Modified: wicket/trunk/wicket-devutils/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-devutils/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-devutils/pom.xml (original)
+++ wicket/trunk/wicket-devutils/pom.xml Thu Jun 16 19:11:23 2011
@@ -40,9 +40,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
        </dependencies>
 </project>

Modified: wicket/trunk/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/pom.xml (original)
+++ wicket/trunk/wicket-examples/pom.xml Thu Jun 16 19:11:23 2011
@@ -32,9 +32,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>

Modified: wicket/trunk/wicket-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-extensions/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-extensions/pom.xml (original)
+++ wicket/trunk/wicket-extensions/pom.xml Thu Jun 16 19:11:23 2011
@@ -36,9 +36,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
        </dependencies>
 </project>

Modified: wicket/trunk/wicket-guice/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-guice/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-guice/pom.xml (original)
+++ wicket/trunk/wicket-guice/pom.xml Thu Jun 16 19:11:23 2011
@@ -36,9 +36,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>

Modified: wicket/trunk/wicket-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-ioc/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-ioc/pom.xml (original)
+++ wicket/trunk/wicket-ioc/pom.xml Thu Jun 16 19:11:23 2011
@@ -36,9 +36,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>cglib</groupId>

Modified: wicket/trunk/wicket-jmx/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-jmx/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-jmx/pom.xml (original)
+++ wicket/trunk/wicket-jmx/pom.xml Thu Jun 16 19:11:23 2011
@@ -36,9 +36,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
        </dependencies>
 </project>

Modified: wicket/trunk/wicket-objectssizeof-agent/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-objectssizeof-agent/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/trunk/wicket-objectssizeof-agent/pom.xml Thu Jun 16 19:11:23 2011
@@ -34,9 +34,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
        </dependencies>
 

Modified: wicket/trunk/wicket-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-spring/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-spring/pom.xml (original)
+++ wicket/trunk/wicket-spring/pom.xml Thu Jun 16 19:11:23 2011
@@ -36,9 +36,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>

Modified: wicket/trunk/wicket-velocity/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-velocity/pom.xml?rev=1136610&r1=1136609&r2=1136610&view=diff
==============================================================================
--- wicket/trunk/wicket-velocity/pom.xml (original)
+++ wicket/trunk/wicket-velocity/pom.xml Thu Jun 16 19:11:23 2011
@@ -39,9 +39,8 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket</artifactId>
+                       <artifactId>wicket-core</artifactId>
                        <version>${project.version}</version>
-                       <type>pom</type>
                </dependency>
                <dependency>
                        <groupId>org.apache.velocity</groupId>


Reply via email to