You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/10/30 17:21:36 UTC

svn commit: r1537161 - /clerezza/trunk/provisioning/typehandlerspace/pom.xml

Author: reto
Date: Wed Oct 30 16:21:36 2013
New Revision: 1537161

URL: http://svn.apache.org/r1537161
Log:
CLEREZZA-815: using wymiwyg for of karaf-maven-plugin

Modified:
    clerezza/trunk/provisioning/typehandlerspace/pom.xml

Modified: clerezza/trunk/provisioning/typehandlerspace/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/typehandlerspace/pom.xml?rev=1537161&r1=1537160&r2=1537161&view=diff
==============================================================================
--- clerezza/trunk/provisioning/typehandlerspace/pom.xml (original)
+++ clerezza/trunk/provisioning/typehandlerspace/pom.xml Wed Oct 30 16:21:36 2013
@@ -36,7 +36,7 @@
     <version>0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>Typehandlerspace feature</name>
+    <name>Clerezza - Provisioning - Typehandlerspace</name>
     <description>Clerezza - Provisioning: What's needed to get typehandlerspace working on top of 
         JAX-RS 2.0. It depends on the Clerezza rdf libraries as provided by the RDF feature.</description>
 
@@ -165,8 +165,8 @@
         <pluginManagement>
             <plugins>
                 <plugin>
-                    <groupId>org.apache.clerezza.provisionig.tooling</groupId>
-                    <artifactId>karaf-maven-plugin</artifactId>
+                    <groupId>org.wymiwyg.karaf.tooling</groupId>
+                    <artifactId>karaf-sling-maven-plugin</artifactId>
                     <version>3.0.0.RC1</version>
                     <extensions>true</extensions>
                 </plugin>
@@ -174,8 +174,8 @@
         </pluginManagement>
         <plugins>
             <plugin>
-                <groupId>org.apache.clerezza.provisionig.tooling</groupId>
-                <artifactId>karaf-maven-plugin</artifactId>
+                <groupId>org.wymiwyg.karaf.tooling</groupId>
+                <artifactId>karaf-sling-maven-plugin</artifactId>
                 <configuration>
                     <startLevel>25</startLevel>
                     <aggregateFeatures>true</aggregateFeatures>