You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/12/20 07:02:33 UTC

svn commit: r1775219 - /sling/trunk/samples/slingshot/pom.xml

Author: cziegeler
Date: Tue Dec 20 07:02:33 2016
New Revision: 1775219

URL: http://svn.apache.org/viewvc?rev=1775219&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.sample.slingshot-0.8.0

Modified:
    sling/trunk/samples/slingshot/pom.xml

Modified: sling/trunk/samples/slingshot/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/pom.xml?rev=1775219&r1=1775218&r2=1775219&view=diff
==============================================================================
--- sling/trunk/samples/slingshot/pom.xml (original)
+++ sling/trunk/samples/slingshot/pom.xml Tue Dec 20 07:02:33 2016
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.sample.slingshot</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling - Slingshot Demo</name>
@@ -40,9 +40,9 @@
     </properties>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/samples/slingshot</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/samples/slingshot</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/samples/slingshot</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.sample.slingshot-0.8.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.sample.slingshot-0.8.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.sample.slingshot-0.8.0</url>
     </scm>
 
     <build>