You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by st...@apache.org on 2015/05/04 17:56:03 UTC

svn commit: r1677620 - /bval/trunk/bundle/pom.xml

Author: struberg
Date: Mon May  4 15:56:02 2015
New Revision: 1677620

URL: http://svn.apache.org/r1677620
Log:
BVAL-136 revert to old artifactId for OSGi 

Karaf and other OSGi libs use the jar name in a folder structure kind of way.
So they need the fully qualified path in the final jar name

Modified:
    bval/trunk/bundle/pom.xml

Modified: bval/trunk/bundle/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/bundle/pom.xml?rev=1677620&r1=1677619&r2=1677620&view=diff
==============================================================================
--- bval/trunk/bundle/pom.xml (original)
+++ bval/trunk/bundle/pom.xml Mon May  4 15:56:02 2015
@@ -31,9 +31,9 @@
     </parent>
 
     <!-- use fully qualified naming for OSGi bundles -->
-    <artifactId>bval-bundle</artifactId>
+    <artifactId>org.apache.bval.bundle</artifactId>
+    <name>Apache BVal :: org.apache.bval.bundle</name>
 
-    <name>Apache BVal :: bundle</name>
     <packaging>bundle</packaging>
 
     <description>Apache BVal - Aggregate OSGi Bundle (bval-core + bval-jsr)</description>