You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/06/03 16:50:51 UTC

svn commit: r1797519 - /commons/proper/vfs/trunk/pom.xml

Author: chtompki
Date: Sat Jun  3 16:50:51 2017
New Revision: 1797519

URL: http://svn.apache.org/viewvc?rev=1797519&view=rev
Log:
(chore) adding commons.module.name and updating commons.componentid in pom

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=1797519&r1=1797518&r2=1797519&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat Jun  3 16:50:51 2017
@@ -144,7 +144,8 @@
     <maven.compiler.target>1.7</maven.compiler.target>
 
     <!-- bare ID without major version or commons- prefix -->
-    <commons.componentid>vfs</commons.componentid>
+    <commons.componentid>vfs2</commons.componentid>
+    <commons.module.name>org.apache.commons.vfs2</commons.module.name>
     <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>