You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2014/05/24 18:35:02 UTC

svn commit: r1597317 - /commons/proper/dbcp/trunk/pom.xml

Author: psteitz
Date: Sat May 24 16:35:02 2014
New Revision: 1597317

URL: http://svn.apache.org/r1597317
Log:
Fixed duplicat config (causing warning); updated version.

Modified:
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1597317&r1=1597316&r2=1597317&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sat May 24 16:35:02 2014
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.2-SNAPSHOT</version>
   <name>Apache Commons DBCP</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -286,6 +286,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.3</version>
           <configuration>
             <descriptors>
               <descriptor>src/main/assembly/bin.xml</descriptor>
@@ -316,13 +317,6 @@
             </links>
           </configuration>
         </plugin>
-        <!-- Workaround MASSEMBLY-637 -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.3</version>
-        </plugin>
-        <!-- Remomve when 2.5 is released and cp upgrades -->
       </plugins>
     </build>
     <reporting>