This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git
commit af2d942b93c7a5ae2d785971120c511328ac24c8 Author: Sandro Boehme <[email protected]> AuthorDate: Mon Feb 16 20:40:55 2015 +0000 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
