You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2005/10/14 14:26:57 UTC

svn commit: r321085 - in /maven/maven-1/plugins/trunk: scm/project.xml uberjar/project.xml uberjar/xdocs/changes.xml

Author: aheritier
Date: Fri Oct 14 05:26:51 2005
New Revision: 321085

URL: http://svn.apache.org/viewcvs?rev=321085&view=rev
Log:
Upgrade to classworlds 1.1 alpha 2 to unify with scm plugin.

Modified:
    maven/maven-1/plugins/trunk/scm/project.xml
    maven/maven-1/plugins/trunk/uberjar/project.xml
    maven/maven-1/plugins/trunk/uberjar/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/scm/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/project.xml?rev=321085&r1=321084&r2=321085&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/project.xml (original)
+++ maven/maven-1/plugins/trunk/scm/project.xml Fri Oct 14 05:26:51 2005
@@ -120,7 +120,7 @@
     <dependency>
       <groupId>classworlds</groupId>
       <artifactId>classworlds</artifactId>
-      <version>1.1-alpha-1</version>
+      <version>1.1-alpha-2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>

Modified: maven/maven-1/plugins/trunk/uberjar/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/uberjar/project.xml?rev=321085&r1=321084&r2=321085&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/uberjar/project.xml (original)
+++ maven/maven-1/plugins/trunk/uberjar/project.xml Fri Oct 14 05:26:51 2005
@@ -32,7 +32,7 @@
   <!-- The version of the project under development, e.g.
        1.1, 1.2, 2.0-dev -->
 
-  <currentVersion>1.2.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.3-SNAPSHOT</currentVersion>
   <!-- a short description of what the project does -->
 
   <shortDescription>Uberjar packages your project as well as its dependencies into a single jar file. In addition, bootstrap code is added that enables a main class to be invoked by simply typing: java -jar your.jar</shortDescription>
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>classworlds</groupId>
       <artifactId>classworlds</artifactId>
-      <version>1.0</version>
+      <version>1.1-alpha-2</version>
       <url>http://classworlds.codehaus.org</url>
     </dependency>
   </dependencies>

Modified: maven/maven-1/plugins/trunk/uberjar/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/uberjar/xdocs/changes.xml?rev=321085&r1=321084&r2=321085&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/uberjar/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/uberjar/xdocs/changes.xml Fri Oct 14 05:26:51 2005
@@ -24,7 +24,8 @@
     <author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
   </properties>
   <body>
-    <release version="1.2.1-SNAPSHOT" date="in SVN">
+    <release version="1.3-SNAPSHOT" date="in SVN">
+      <action dev="aheritier" type="update">Upgrade to classworlds 1.1 alpha 2 to unify with scm plugin.</action>
       <action dev="brett" type="fix" due-to="Ronald Holshausen" issue="MPUBERJAR-6">Excluded dependencies not bundled from the classworlds configuration</action>
       <action dev="brett" type="fix" due-to="Goran Lowkrantz" issue="MPUBERJAR-7">Fix path if &lt;jar&gt; is specified for a dependency</action>
     </release>