You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/09/12 11:43:13 UTC

[sling-samples] branch master updated: [maven-release-plugin] prepare release org.apache.sling.sample.slingshot-0.9.0

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-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cc9de3  [maven-release-plugin] prepare release org.apache.sling.sample.slingshot-0.9.0
1cc9de3 is described below

commit 1cc9de3ae1bfcc7c189900161918fd5e76a368bf
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Sep 12 13:43:11 2018 +0200

    [maven-release-plugin] prepare release org.apache.sling.sample.slingshot-0.9.0
---
 slingshot/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index c230094..04ed781 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.sample.slingshot</artifactId>
-    <version>0.8.1-SNAPSHOT</version>
+    <version>0.9.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Sample Slingshot</name>
@@ -43,7 +43,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-samples.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-samples.git</url>
-    </scm>
+      <tag>org.apache.sling.sample.slingshot-0.9.0</tag>
+  </scm>
 
     <build>
         <plugins>