Author: ggregory
Date: Fri Jan 20 16:20:25 2012
New Revision: 1233984
URL: http://svn.apache.org/viewvc?rev=1233984&view=rev
Log:
Migrate to commons-parent 23.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1233984&r1=1233983&r2=1233984&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Fri Jan 20 16:20:25 2012
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>22</version>
+ <version>23</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
@@ -226,7 +226,7 @@
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<commons.componentid>io</commons.componentid>
- <commons.release.version>2.1</commons.release.version>
+ <commons.release.version>2.2</commons.release.version>
<commons.rc.version>RC3</commons.rc.version>
<commons.release.desc>(requires JDK 1.5+)</commons.release.desc>
<commons.release.2.version>1.4</commons.release.2.version>
@@ -236,23 +236,6 @@
</properties>
<build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
- <dependencies>
- <dependency>
- <!-- add support for ssh/scp -->
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>