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:11:09 UTC

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

Author: reto
Date: Sun Jun  1 21:11:09 2014
New Revision: 1599045

URL: http://svn.apache.org/r1599045
Log:
STANBOL-1351: removed felixwebconsole module as no changes there and usermanager as to many 1.0.0 dependencies there

Removed:
    stanbol/branches/security-0.99/felixwebconsole/
    stanbol/branches/security-0.99/usermanagement/
Modified:
    stanbol/branches/security-0.99/authentication.basic/pom.xml
    stanbol/branches/security-0.99/core/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=1599045&r1=1599044&r2=1599045&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:11:09 2014
@@ -19,10 +19,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>stanbol-parent</artifactId>
-  <version>5-SNAPSHOT</version>
-  <relativePath>../../../parent</relativePath>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>stanbol-parent</artifactId>
+        <version>4</version>
+        <relativePath/>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/security-0.99/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/security-0.99/core/pom.xml?rev=1599045&r1=1599044&r2=1599045&view=diff
==============================================================================
--- stanbol/branches/security-0.99/core/pom.xml (original)
+++ stanbol/branches/security-0.99/core/pom.xml Sun Jun  1 21:11:09 2014
@@ -22,10 +22,10 @@
   <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>4</version>
+      <relativePath/>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>