You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/07/03 16:44:53 UTC

[sling-org-apache-sling-file-optimization] 06/08: Moving fileoptim artifactId out of commons

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optimization.git

commit 50e35801f89dadc96a9c8d4899c2dff485978137
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Jun 7 00:17:51 2018 -0400

    Moving fileoptim artifactId out of commons
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7998a6f..8376e1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 		<relativePath />
 	</parent>
 
-	<artifactId>org.apache.sling.commons.fileoptim</artifactId>
+	<artifactId>org.apache.sling.fileoptim</artifactId>
 	<version>1.0.0-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
@@ -30,7 +30,6 @@
         Bundle for optimizing files stored in the Apache Sling repository. Includes a plugin architecture for providing file optimizers and hooks to automatically and manually optimize files.
     </description>
 
-
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optim.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optim.git</developerConnection>