You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2014/06/01 23:57:39 UTC

svn commit: r1599060 - in /stanbol/branches/security-0.99: authentication.basic/pom.xml core/pom.xml pom.xml

Author: reto
Date: Sun Jun  1 21:57:38 2014
New Revision: 1599060

URL: http://svn.apache.org/r1599060
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    stanbol/branches/security-0.99/authentication.basic/pom.xml
    stanbol/branches/security-0.99/core/pom.xml
    stanbol/branches/security-0.99/pom.xml

Modified: stanbol/branches/security-0.99/authentication.basic/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/security-0.99/authentication.basic/pom.xml?rev=1599060&r1=1599059&r2=1599060&view=diff
==============================================================================
--- stanbol/branches/security-0.99/authentication.basic/pom.xml (original)
+++ stanbol/branches/security-0.99/authentication.basic/pom.xml Sun Jun  1 21:57:38 2014
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
-    <version>0.99</version>
+    <version>0.100-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Basic Authenticator</name>
@@ -45,12 +45,12 @@
 
   <scm>
   <connection>
-    scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/authentication.basic
+    scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99/authentication.basic
   </connection>
   <developerConnection>
-    scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/authentication.basic
+    scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99/authentication.basic
   </developerConnection>
-  <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/stanbol.apache.org</url>
+  <url>http://stanbol.apache.org/</url>
   </scm>
 
   <build>
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-      <version>0.99</version>
+      <version>0.100-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

Modified: stanbol/branches/security-0.99/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/security-0.99/core/pom.xml?rev=1599060&r1=1599059&r2=1599060&view=diff
==============================================================================
--- stanbol/branches/security-0.99/core/pom.xml (original)
+++ stanbol/branches/security-0.99/core/pom.xml Sun Jun  1 21:57:38 2014
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-    <version>0.99</version>
+    <version>0.100-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Security Core</name>
@@ -52,12 +52,12 @@
 
   <scm>
     <connection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/core
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99/core
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/core
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99//core
     </developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99/stanbol.apache.org</url>
+    <url>http://stanbol.apache.org/</url>
   </scm>
 
   <build>

Modified: stanbol/branches/security-0.99/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/security-0.99/pom.xml?rev=1599060&r1=1599059&r2=1599060&view=diff
==============================================================================
--- stanbol/branches/security-0.99/pom.xml (original)
+++ stanbol/branches/security-0.99/pom.xml Sun Jun  1 21:57:38 2014
@@ -38,18 +38,18 @@
 
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.commons.security</artifactId>
-    <version>0.99</version>
+    <version>0.100-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Stanbol Commons Security Reactor</name>
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99
+            scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99
+            scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99
         </developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/stanbol/tags/org.apache.stanbol.commons.security-0.99</url>
+        <url>http://stanbol.apache.org/</url>
     </scm>
     
     <modules>