should be reverted for osgi Mark Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com>
---------- Forwarded message ---------- From: <[email protected]> Date: 2015-05-04 17:30 GMT+02:00 Subject: svn commit: r1677616 - /bval/trunk/bundle/pom.xml To: [email protected] Author: struberg Date: Mon May 4 15:30:26 2015 New Revision: 1677616 URL: http://svn.apache.org/r1677616 Log: BVAL-136 fix artifactId Modified: bval/trunk/bundle/pom.xml Modified: bval/trunk/bundle/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/bundle/pom.xml?rev=1677616&r1=1677615&r2=1677616&view=diff ============================================================================== --- bval/trunk/bundle/pom.xml (original) +++ bval/trunk/bundle/pom.xml Mon May 4 15:30:26 2015 @@ -31,8 +31,9 @@ </parent> <!-- use fully qualified naming for OSGi bundles --> - <artifactId>org.apache.bval.bundle</artifactId> - <name>Apache BVal :: org.apache.bval.bundle</name> + <artifactId>bval-bundle</artifactId> + + <name>Apache BVal :: bundle</name> <packaging>bundle</packaging> <description>Apache BVal - Aggregate OSGi Bundle (bval-core + bval-jsr)</description>
