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/02 14:35:52 UTC

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

Author: reto
Date: Mon Jun  2 12:35:51 2014
New Revision: 1599188

URL: http://svn.apache.org/r1599188
Log:
STANBOL-829: Switched back to 1.0.0-SNAPSHOT and including parent

Added:
    stanbol/branches/security-0.99/parent/
      - copied from r1599173, stanbol/trunk/parent/
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=1599188&r1=1599187&r2=1599188&view=diff
==============================================================================
--- stanbol/branches/security-0.99/authentication.basic/pom.xml (original)
+++ stanbol/branches/security-0.99/authentication.basic/pom.xml Mon Jun  2 12:35:51 2014
@@ -19,15 +19,15 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-        <groupId>org.apache.stanbol</groupId>
-        <artifactId>stanbol-parent</artifactId>
-        <version>4</version>
-        <relativePath />
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>stanbol-parent</artifactId>
+      <version>5-SNAPSHOT</version>
+      <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
-    <version>0.100-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Basic Authenticator</name>
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-      <version>0.100-SNAPSHOT</version>
+      <version>1.0.0-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=1599188&r1=1599187&r2=1599188&view=diff
==============================================================================
--- stanbol/branches/security-0.99/core/pom.xml (original)
+++ stanbol/branches/security-0.99/core/pom.xml Mon Jun  2 12:35:51 2014
@@ -24,13 +24,13 @@
   <parent>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>stanbol-parent</artifactId>
-      <version>4</version>
-      <relativePath />
+      <version>5-SNAPSHOT</version>
+      <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-    <version>0.100-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Security Core</name>

Modified: stanbol/branches/security-0.99/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/security-0.99/pom.xml?rev=1599188&r1=1599187&r2=1599188&view=diff
==============================================================================
--- stanbol/branches/security-0.99/pom.xml (original)
+++ stanbol/branches/security-0.99/pom.xml Mon Jun  2 12:35:51 2014
@@ -30,15 +30,15 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.stanbol</groupId>
-        <artifactId>stanbol-parent</artifactId>
-        <version>4</version>
-        <relativePath />
-    </parent>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>stanbol-parent</artifactId>
+      <version>5-SNAPSHOT</version>
+      <relativePath>parent</relativePath>
+  </parent>
 
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.commons.security</artifactId>
-    <version>0.100-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Stanbol Commons Security Reactor</name>
 
@@ -55,6 +55,7 @@
     <modules>
         <module>authentication.basic</module>
         <module>core</module>
+        <module>parent</module>
     </modules>
 
 </project>