Author: niallp
Date: Wed Apr 21 09:25:19 2010
New Revision: 936224
URL: http://svn.apache.org/viewvc?rev=936224&view=rev
Log:
Upgrade to commons-parent version 15
Modified:
commons/proper/vfs/branches/VFS-2.0/pom.xml
Modified: commons/proper/vfs/branches/VFS-2.0/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.0/pom.xml?rev=936224&r1=936223&r2=936224&view=diff
==============================================================================
--- commons/proper/vfs/branches/VFS-2.0/pom.xml (original)
+++ commons/proper/vfs/branches/VFS-2.0/pom.xml Wed Apr 21 09:25:19 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>14</version>
+ <version>15</version>
<!-- The relative path is set to the current directory so the checkstyle
plugin will work -->
<relativePath>.</relativePath>
</parent>
@@ -126,6 +126,7 @@
<commons.jira.pid>12310495</commons.jira.pid>
<maven.compile.source>1.4</maven.compile.source>
<maven.compile.target>1.4</maven.compile.target>
+
<commons.release.name>commons-vfs-${commons.release.version}</commons.release.name>
</properties>
<build>