Author: cziegeler
Date: Mon Jan 5 15:51:29 2015
New Revision: 1649558
URL: http://svn.apache.org/r1649558
Log:
Correct svn info
Modified:
sling/trunk/contrib/jcr/resourcesecurity/pom.xml
Modified: sling/trunk/contrib/jcr/resourcesecurity/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/jcr/resourcesecurity/pom.xml?rev=1649558&r1=1649557&r2=1649558&view=diff
==============================================================================
--- sling/trunk/contrib/jcr/resourcesecurity/pom.xml (original)
+++ sling/trunk/contrib/jcr/resourcesecurity/pom.xml Mon Jan 5 15:51:29 2015
@@ -27,7 +27,7 @@
</parent>
<artifactId>org.apache.sling.jcr.resourcesecurity</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache Sling JCR Resource Security</name>
@@ -36,9 +36,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.resourcesecurity-1.0.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.resourcesecurity-1.0.0</developerConnection>
-
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.jcr.resourcesecurity-1.0.0</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/jcr/resourcesecurity</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/jcr/resourcesecurity</developerConnection>
+
<url>http://svn.apache.org/viewvc/sling/trunk/contrib/jcr/resourcesecurity</url>
</scm>
<build>