resource-editor :: using fully qualified artifactId now in the pom

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1660197 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0f3a916..eb8ec1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>