You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/14 14:23:56 UTC

svn commit: r280835 - in /maven/continuum/trunk: ./ continuum-core-it/ continuum-core/ continuum-notifiers/ continuum-notifiers/continuum-notifier-irc/ continuum-notifiers/continuum-notifier-jabber/ continuum-notifiers/continuum-notifier-msn/ continuum...

Author: evenisse
Date: Wed Sep 14 05:23:40 2005
New Revision: 280835

URL: http://svn.apache.org/viewcvs?rev=280835&view=rev
Log:
o Upgrade some dependencies to latest release version
o put in dependencyManagement some dependencies

Modified:
    maven/continuum/trunk/continuum-core-it/pom.xml
    maven/continuum/trunk/continuum-core/pom.xml
    maven/continuum/trunk/continuum-notifiers/continuum-notifier-irc/pom.xml
    maven/continuum/trunk/continuum-notifiers/continuum-notifier-jabber/pom.xml
    maven/continuum/trunk/continuum-notifiers/continuum-notifier-msn/pom.xml
    maven/continuum/trunk/continuum-notifiers/pom.xml
    maven/continuum/trunk/continuum-plexus-application/pom.xml
    maven/continuum/trunk/continuum-store/pom.xml
    maven/continuum/trunk/continuum-updater/pom.xml
    maven/continuum/trunk/continuum-web/pom.xml
    maven/continuum/trunk/continuum-xfire/pom.xml
    maven/continuum/trunk/continuum-xmlrpc/pom.xml
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core-it/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Wed Sep 14 05:23:40 2005
@@ -29,7 +29,6 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-log4j-logging</artifactId>
-      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>xmlrpc</groupId>
@@ -39,7 +38,6 @@
     <dependency>
       <groupId>incubator-derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.0.2.1</version>
     </dependency>
   </dependencies>
 </project>

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Wed Sep 14 05:23:40 2005
@@ -60,7 +60,6 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
-      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
@@ -70,12 +69,10 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-notification</artifactId>
-      <version>1.0-alpha-4</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-api</artifactId>
-      <version>1.0-alpha-2</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
@@ -125,21 +122,18 @@
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
-      <version>1.0-alpha-4</version>
     </dependency>
-    <!-- Plexus SCM -->
+    <!-- Maven SCM -->
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-manager-plexus</artifactId>
-      <version>1.0-alpha-2-SNAPSHOT</version>
     </dependency>
-
+    <!-- Misc -->
     <dependency>
       <groupId>velocity</groupId>
       <artifactId>velocity</artifactId>
       <version>1.4</version>
     </dependency>
-
     <!--
      |
      | Test Dependencies
@@ -148,31 +142,27 @@
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-local</artifactId>
-      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-simple</artifactId>
-      <version>1.0-alpha-2</version>
-      <!--
       <scope>test</scope>
-      -->
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-test</artifactId>
-      <version>1.0-alpha-2</version>
       <scope>test</scope>
     </dependency>
+    <!--
     <dependency>
       <groupId>jdo</groupId>
       <artifactId>jdo</artifactId>
     </dependency>
+    -->
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.7.3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -185,7 +175,6 @@
     <dependency>
       <groupId>incubator-derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.0.2.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: maven/continuum/trunk/continuum-notifiers/continuum-notifier-irc/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-notifiers/continuum-notifier-irc/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-notifiers/continuum-notifier-irc/pom.xml (original)
+++ maven/continuum/trunk/continuum-notifiers/continuum-notifier-irc/pom.xml Wed Sep 14 05:23:40 2005
@@ -12,7 +12,6 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-notifier-api</artifactId>
-      <version>1.0-beta-1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>

Modified: maven/continuum/trunk/continuum-notifiers/continuum-notifier-jabber/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-notifiers/continuum-notifier-jabber/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-notifiers/continuum-notifier-jabber/pom.xml (original)
+++ maven/continuum/trunk/continuum-notifiers/continuum-notifier-jabber/pom.xml Wed Sep 14 05:23:40 2005
@@ -12,7 +12,6 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-notifier-api</artifactId>
-      <version>1.0-beta-1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>

Modified: maven/continuum/trunk/continuum-notifiers/continuum-notifier-msn/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-notifiers/continuum-notifier-msn/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-notifiers/continuum-notifier-msn/pom.xml (original)
+++ maven/continuum/trunk/continuum-notifiers/continuum-notifier-msn/pom.xml Wed Sep 14 05:23:40 2005
@@ -12,7 +12,6 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-notifier-api</artifactId>
-      <version>1.0-beta-1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>

Modified: maven/continuum/trunk/continuum-notifiers/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-notifiers/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-notifiers/pom.xml (original)
+++ maven/continuum/trunk/continuum-notifiers/pom.xml Wed Sep 14 05:23:40 2005
@@ -13,13 +13,10 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-api</artifactId>
-      <!-- TODO: remove -->
-      <version>1.0-beta-1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-notification</artifactId>
-      <version>1.0-alpha-4</version>
     </dependency>
   </dependencies>
   <modules>

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Wed Sep 14 05:23:40 2005
@@ -34,15 +34,8 @@
     </dependency>
     <!-- Version overrides -->
     <dependency>
-      <groupId>classworlds</groupId>
-      <artifactId>classworlds</artifactId>
-      <version>1.1-alpha-1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
-      <version>1.0</version>
     </dependency>
 
     <!--
@@ -75,7 +68,7 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-appserver</artifactId>
-      <version>1.0-alpha-3</version>
+      <version>1.0-alpha-4</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
@@ -111,25 +104,21 @@
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-cvs</artifactId>
-      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-svn</artifactId>
-      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-local</artifactId>
-      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-starteam</artifactId>
-      <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -137,7 +126,6 @@
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
-      <version>1.0-alpha-4</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -145,13 +133,11 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-javamail</artifactId>
-      <version>1.0-alpha-2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-api</artifactId>
-      <version>1.0-alpha-2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -163,7 +149,6 @@
     <dependency>
       <groupId>incubator-derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.0.2.1</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
@@ -222,7 +207,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.0-alpha-2</version>
+        <version>2.0-beta-1-SNAPSHOT</version>
         <configuration>
           <descriptor>src/assembly/bin.xml</descriptor>
           <!-- TODO: isn't this the default? if not, can we use the ${pom.} expression? -->

Modified: maven/continuum/trunk/continuum-store/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-store/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-store/pom.xml (original)
+++ maven/continuum/trunk/continuum-store/pom.xml Wed Sep 14 05:23:40 2005
@@ -27,14 +27,15 @@
       <groupId>plexus</groupId>
       <artifactId>plexus-jdo2</artifactId>
     </dependency>
+    <!--
     <dependency>
       <groupId>jdo</groupId>
       <artifactId>jdo</artifactId>
     </dependency>
+    -->
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.7.3.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: maven/continuum/trunk/continuum-updater/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-updater/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-updater/pom.xml (original)
+++ maven/continuum/trunk/continuum-updater/pom.xml Wed Sep 14 05:23:40 2005
@@ -30,12 +30,10 @@
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
-      <version>1.0-alpha-4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
-      <version>1.0-alpha-4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>

Modified: maven/continuum/trunk/continuum-web/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/pom.xml (original)
+++ maven/continuum/trunk/continuum-web/pom.xml Wed Sep 14 05:23:40 2005
@@ -26,7 +26,6 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-log4j-logging</artifactId>
-      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
@@ -50,7 +49,6 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
-      <version>1.0</version>
     </dependency>
 
     <dependency>
@@ -62,7 +60,6 @@
     <dependency>
       <groupId>jdo</groupId>
       <artifactId>jdo</artifactId>
-      <version>1.0.1</version>
     </dependency>
     -->
     <dependency>

Modified: maven/continuum/trunk/continuum-xfire/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-xfire/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-xfire/pom.xml (original)
+++ maven/continuum/trunk/continuum-xfire/pom.xml Wed Sep 14 05:23:40 2005
@@ -20,7 +20,6 @@
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.7.3.3</version>
       <scope>test</scope>
     </dependency>
     <!-- XFire dependencies -->

Modified: maven/continuum/trunk/continuum-xmlrpc/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-xmlrpc/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-xmlrpc/pom.xml (original)
+++ maven/continuum/trunk/continuum-xmlrpc/pom.xml Wed Sep 14 05:23:40 2005
@@ -25,7 +25,6 @@
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.7.3.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=280835&r1=280834&r2=280835&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Wed Sep 14 05:23:40 2005
@@ -71,6 +71,51 @@
       </dependency>
       <!--
        |
+       | Maven SCM
+       |
+       -->
+      <dependency>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-manager-plexus</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-cvs</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-svn</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-local</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-starteam</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+      </dependency>
+      <!--
+       |
+       | Wagon
+       |
+       -->
+      <dependency>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-provider-api</artifactId>
+        <version>1.0-alpha-4</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-http-lightweight</artifactId>
+        <version>1.0-alpha-4</version>
+      </dependency>
+      <!--
+       |
        | Continuum
        |
        -->
@@ -167,7 +212,7 @@
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
       </dependency>       
       <dependency>
         <groupId>plexus</groupId>
@@ -179,14 +224,64 @@
           <artifactId>plexus-formica</artifactId>
           <version>1.0-beta-5</version>
        </dependency>
-    </dependencies>    
+      <dependency>
+        <groupId>plexus</groupId>
+        <artifactId>plexus-velocity</artifactId>
+        <version>1.1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>plexus</groupId>
+        <artifactId>plexus-mail-sender-api</artifactId>
+        <version>1.0-alpha-2</version>
+      </dependency>
+      <dependency>
+        <groupId>plexus</groupId>
+        <artifactId>plexus-mail-sender-simple</artifactId>
+        <version>1.0-alpha-2</version>
+      </dependency>
+      <dependency>
+        <groupId>plexus</groupId>
+        <artifactId>plexus-mail-sender-test</artifactId>
+        <version>1.0-alpha-2</version>
+      </dependency>
+      <dependency>
+        <groupId>plexus</groupId>
+        <artifactId>plexus-mail-sender-javamail</artifactId>
+        <version>1.0-alpha-2</version>
+      </dependency>
+      <dependency>
+        <groupId>plexus</groupId>
+        <artifactId>plexus-log4j-logging</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>plexus</groupId>
+        <artifactId>plexus-notification</artifactId>
+        <version>1.0-alpha-4</version>
+      </dependency>
+      <!--
+       |
+       | Misc
+       |
+       -->
+      <dependency>
+        <groupId>incubator-derby</groupId>
+        <artifactId>derby</artifactId>
+        <version>10.0.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>hsqldb</groupId>
+        <artifactId>hsqldb</artifactId>
+      <version>1.7.3.3</version>
+      </dependency>
+    </dependencies>
   </dependencyManagement>
   
   <dependencies>
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-5</version>
+      <version>1.0-alpha-6</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>