You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by js...@apache.org on 2016/04/14 13:40:40 UTC

svn commit: r1739062 - /sling/trunk/bundles/scripting/jsp-taglib/pom.xml

Author: jsedding
Date: Thu Apr 14 11:40:39 2016
New Revision: 1739062

URL: http://svn.apache.org/viewvc?rev=1739062&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    sling/trunk/bundles/scripting/jsp-taglib/pom.xml

Modified: sling/trunk/bundles/scripting/jsp-taglib/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-taglib/pom.xml?rev=1739062&r1=1739061&r2=1739062&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp-taglib/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp-taglib/pom.xml Thu Apr 14 11:40:39 2016
@@ -20,7 +20,7 @@
 	</parent>
 
 	<artifactId>org.apache.sling.scripting.jsp.taglib</artifactId>
-	<version>2.2.6</version>
+	<version>2.2.7-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
 	<name>Apache Sling JSP Tag Library</name>
@@ -29,9 +29,9 @@
     </description>
     
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.jsp.taglib-2.2.6</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.jsp.taglib-2.2.6</developerConnection>
-		<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.jsp.taglib-2.2.6</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-taglib</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-taglib</developerConnection>
+		<url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-taglib</url>
 	</scm>
 
 	<build>