Author: jbonofre
Date: Tue Apr 3 08:55:23 2012
New Revision: 1308761
URL: http://svn.apache.org/viewvc?rev=1308761&view=rev
Log:
Fix demo wrap deployer groupId which blocks deployment of the artifact
Modified:
karaf/branches/karaf-2.2.x/demos/deployer/wrap/pom.xml
Modified: karaf/branches/karaf-2.2.x/demos/deployer/wrap/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/demos/deployer/wrap/pom.xml?rev=1308761&r1=1308760&r2=1308761&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/demos/deployer/wrap/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/demos/deployer/wrap/pom.xml Tue Apr 3 08:55:23
2012
@@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>osgi.commons-lang</groupId>
+ <groupId>org.apache.karaf.demos.deployer.wrap</groupId>
<artifactId>osgi.commons-lang</artifactId>
<version>2.4</version>
<packaging>bundle</packaging>