Author: sebb
Date: Fri May 20 15:19:27 2016
New Revision: 1744754
URL: http://svn.apache.org/viewvc?rev=1744754&view=rev
Log:
Move to correct place
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1744754&r1=1744753&r2=1744754&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri May 20 15:19:27 2016
@@ -145,7 +145,6 @@
<!-- bare ID without major version or commons- prefix -->
<commons.componentid>vfs</commons.componentid>
- <commons.binary.suffix />
<commons.jira.id>VFS</commons.jira.id>
<commons.jira.pid>12310495</commons.jira.pid>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-vfs</commons.scmPubUrl>
@@ -154,6 +153,7 @@
<!--<commons.rc.version>RC1</commons.rc.version> -->
<commons.release.name>commons-vfs-${commons.release.version}</commons.release.name>
<commons.release.desc>(requires Java 1.6+)</commons.release.desc>
+ <commons.binary.suffix /> <!-- TODO delete? -->
<commons.release.2.version>2.0</commons.release.2.version>
<commons.release.2.name>commons-vfs-2.0</commons.release.2.name>
@@ -164,9 +164,9 @@
<version.checkstyle>2.13</version.checkstyle>
<!-- make sure bundle plugin has dependency informations for 'optional' -->
<commons.osgi.excludeDependencies />
- <!-- Newer versions of clirr throw an NPE buildling the site -->
+ <!-- Newer versions of clirr throw an NPE building the site -->
<commons.clirr.version>2.6</commons.clirr.version>
- <!-- Avoid warnings about being unable to find jars during site buildling
-->
+ <!-- Avoid warnings about being unable to find jars during site building
-->
<dependency.locations.enabled>false</dependency.locations.enabled>
<hadoop.version>2.6.0</hadoop.version>
</properties>