You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2016/11/20 21:15:28 UTC

svn commit: r1770587 - /sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml

Author: sseifert
Date: Sun Nov 20 21:15:28 2016
New Revision: 1770587

URL: http://svn.apache.org/viewvc?rev=1770587&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.bnd.models-1.0.0

Modified:
    sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml

Modified: sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml?rev=1770587&r1=1770586&r2=1770587&view=diff
==============================================================================
--- sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml (original)
+++ sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml Sun Nov 20 21:15:28 2016
@@ -29,14 +29,14 @@
 
     <artifactId>org.apache.sling.bnd.models</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Sling Models BND Plugin</name>
     <description>This BND plugin detected all Sling Models classes and adds a bundle header 'Sling-Model-Classes' containing their names.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/bnd/models-bnd-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/bnd/models-bnd-plugin</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/bnd/models-bnd-plugin</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bnd.models-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bnd.models-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.bnd.models-1.0.0</url>
     </scm>
 
     <dependencies>