You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by sb...@apache.org on 2015/02/16 21:40:55 UTC

svn commit: r1660197 - /sling/trunk/contrib/explorers/resourceeditor/pom.xml

Author: sboehme
Date: Mon Feb 16 20:40:55 2015
New Revision: 1660197

URL: http://svn.apache.org/r1660197
Log:
resource-editor :: using fully qualified artifactId now in the pom

Modified:
    sling/trunk/contrib/explorers/resourceeditor/pom.xml

Modified: sling/trunk/contrib/explorers/resourceeditor/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/pom.xml?rev=1660197&r1=1660196&r2=1660197&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/resourceeditor/pom.xml (original)
+++ sling/trunk/contrib/explorers/resourceeditor/pom.xml Mon Feb 16 20:40:55 2015
@@ -21,7 +21,7 @@
         </parent>
 
 	<groupId>org.apache.sling</groupId>
-	<artifactId>resource-editor</artifactId>
+	<artifactId>org.apache.sling.resource-editor</artifactId>
 	<packaging>bundle</packaging>
 	<version>1.0.1-SNAPSHOT</version>
 	<name>Apache Sling Resource Editor</name>