Updated Branches:
  refs/heads/master 69b596863 -> ac83c4b2d

Manage experimental module versions from parent

Three Poms for the core project under the sky,
Seven for the Integrations in their XML of DOM,
Nine for Experimentals doomed to die,
One for the Maven parent POM,
In the Land of Maven where the Snapshots lie.
One POM to rule them all, One POM to find them,
One POM to bring them all and in the classpath bind them
In the Land of Maven where the Snapshots lie.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ac83c4b2
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ac83c4b2
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ac83c4b2

Branch: refs/heads/master
Commit: ac83c4b2dd53c2cd7d1577d5faa2e5b56fbe210f
Parents: 1c9eec8
Author: Martijn Dashorst <[email protected]>
Authored: Tue Dec 18 10:38:33 2012 +0100
Committer: Martijn Dashorst <[email protected]>
Committed: Tue Dec 18 10:38:33 2012 +0100

----------------------------------------------------------------------
 pom.xml                                            |   16 +++++++++
 wicket-examples/pom.xml                            |    1 -
 wicket-experimental/pom.xml                        |   25 ---------------
 .../wicket-native-websocket/pom.xml                |    2 -
 4 files changed, 16 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/ac83c4b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb2b1ac..6616247 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,6 +325,22 @@
                                <type>jar</type>
                        </dependency>
                        <dependency>
+                               <groupId>org.apache.wicket</groupId>
+                               <artifactId>wicket-examples-jar</artifactId>
+                               <version>0.6-SNAPSHOT</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.wicket</groupId>
+                               <artifactId>wicket-examples-jar</artifactId>
+                               <version>0.6-SNAPSHOT</version>
+                               <classifier>sources</classifier>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.wicket</groupId>
+                               <artifactId>wicket-examples-war</artifactId>
+                               <version>0.6-SNAPSHOT</version>
+                       </dependency>
+                       <dependency>
                                <groupId>junit</groupId>
                                <artifactId>junit</artifactId>
                                <version>4.10</version>

http://git-wip-us.apache.org/repos/asf/wicket/blob/ac83c4b2/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index f769585..b057d3e 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -42,7 +42,6 @@
                <dependency>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-atmosphere</artifactId>
-                       <version>0.6-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/ac83c4b2/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 1c46225..29ce2d7 100644
--- a/wicket-experimental/pom.xml
+++ b/wicket-experimental/pom.xml
@@ -34,31 +34,6 @@
                <module>wicket-examples-parent</module>
                <module>wicket-bean-validation</module>
        </modules>
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-bootstrap</artifactId>
-                               <version>0.5-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-examples-jar</artifactId>
-                               <version>0.5-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-examples-jar</artifactId>
-                               <version>0.5-SNAPSHOT</version>
-                               <classifier>sources</classifier>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-examples-war</artifactId>
-                               <version>0.5-SNAPSHOT</version>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
        <build>
                <pluginManagement>
                        <plugins>

http://git-wip-us.apache.org/repos/asf/wicket/blob/ac83c4b2/wicket-experimental/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/pom.xml 
b/wicket-experimental/wicket-native-websocket/pom.xml
index 2c0f862..a518ebb 100644
--- a/wicket-experimental/wicket-native-websocket/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/pom.xml
@@ -39,8 +39,6 @@
             <dependency>
                 <groupId>org.apache.wicket</groupId>
                 <artifactId>wicket-native-websocket-core</artifactId>
-                <version>0.5-SNAPSHOT</version>
-                <type>jar</type>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to