Author: brett
Date: Tue Oct  4 08:05:17 2005
New Revision: 294790

URL: http://svn.apache.org/viewcvs?rev=294790&view=rev
Log:
fix release pom

Modified:
    maven/components/tags/maven-2.0-beta-3/maven-core/release-pom.xml

Modified: maven/components/tags/maven-2.0-beta-3/maven-core/release-pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0-beta-3/maven-core/release-pom.xml?rev=294790&r1=294789&r2=294790&view=diff
==============================================================================
--- maven/components/tags/maven-2.0-beta-3/maven-core/release-pom.xml (original)
+++ maven/components/tags/maven-2.0-beta-3/maven-core/release-pom.xml Tue Oct  
4 08:05:17 2005
@@ -148,7 +148,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptor>src/assemble/bin.xml</descriptor>
-          <finalName>maven-2.0-beta-3-SNAPSHOT</finalName>
+          <finalName>maven-2.0-beta-3</finalName>
         </configuration>
       </plugin>
       <plugin>
@@ -213,6 +213,12 @@
       <artifactId>plexus-input-handler</artifactId>
       <version>1.0-alpha-2</version>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>plexus-container-default</artifactId>
+          <groupId>plexus</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -249,6 +255,16 @@
       <artifactId>commons-cli</artifactId>
       <version>1.0</version>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>commons-lang</artifactId>
+          <groupId>commons-lang</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -390,4 +406,4 @@
       <url>scp://minotaur.apache.org//www/maven.apache.org/m2</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to