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/09/07 15:32:36 UTC

[sling-org-apache-sling-file-optimization] branch master updated: Rolling back release commit

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


The following commit(s) were added to refs/heads/master by this push:
     new 19cd042  Rolling back release commit
19cd042 is described below

commit 19cd0420cde724c7d3087761b782adf2b4818151
Author: Dan Klco <da...@perficient.com>
AuthorDate: Fri Sep 7 11:32:25 2018 -0400

    Rolling back release commit
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff50a40..c631795 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.fileoptim</artifactId>
-    <version>0.9.2</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling File Optimization</name>
@@ -32,7 +32,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optimization.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optimization.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-file-optimization.git</url>
-        <tag>org.apache.sling.fileoptim-0.9.2</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>