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-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 4b83dca Moving fileoptim artifactId out of commons
4b83dca is described below
commit 4b83dca3cb5111bec13a6233de7cb63d54da0a37
Author: Dan Klco <[email protected]>
AuthorDate: Thu Jun 7 00:17:51 2018 -0400
Moving fileoptim artifactId out of commons
---
file-optim/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/file-optim/pom.xml b/file-optim/pom.xml
index 7998a6f..8376e1b 100644
--- a/file-optim/pom.xml
+++ b/file-optim/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>
--
To stop receiving notification emails like this one, please contact
[email protected].