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 2013/06/06 16:49:14 UTC

svn commit: r1490308 - in /stanbol/branches/commons-ng: ./ commons/caslight/ commons/frameworkfragment/ commons/freemarker/ commons/httpqueryheaders/ commons/indexedgraph/ commons/installer/bundleprovider/ commons/jobs/ commons/jobs/api/ commons/jobs/w...

Author: reto
Date: Thu Jun  6 14:49:13 2013
New Revision: 1490308

URL: http://svn.apache.org/r1490308
Log:
STANBOL-1097: using branch parent 5-SNAPSHOT

Modified:
    stanbol/branches/commons-ng/commons/caslight/pom.xml
    stanbol/branches/commons-ng/commons/frameworkfragment/pom.xml
    stanbol/branches/commons-ng/commons/freemarker/pom.xml
    stanbol/branches/commons-ng/commons/httpqueryheaders/pom.xml
    stanbol/branches/commons-ng/commons/indexedgraph/pom.xml
    stanbol/branches/commons-ng/commons/installer/bundleprovider/pom.xml
    stanbol/branches/commons-ng/commons/jobs/api/pom.xml
    stanbol/branches/commons-ng/commons/jobs/pom.xml
    stanbol/branches/commons-ng/commons/jobs/web/pom.xml
    stanbol/branches/commons-ng/commons/jsonld/pom.xml
    stanbol/branches/commons-ng/commons/launchpad/pom.xml
    stanbol/branches/commons-ng/commons/ldpath/clerezza/pom.xml
    stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml
    stanbol/branches/commons-ng/commons/namespaceprefix/prefixccprovider/pom.xml
    stanbol/branches/commons-ng/commons/namespaceprefix/service/pom.xml
    stanbol/branches/commons-ng/commons/namespaceprefix/stanbolprovider/pom.xml
    stanbol/branches/commons-ng/commons/opennlp/pom.xml
    stanbol/branches/commons-ng/commons/owl/pom.xml
    stanbol/branches/commons-ng/commons/security/authentication.basic/pom.xml
    stanbol/branches/commons-ng/commons/security/core/pom.xml
    stanbol/branches/commons-ng/commons/security/felixwebconsole/pom.xml
    stanbol/branches/commons-ng/commons/security/usermanagement/pom.xml
    stanbol/branches/commons-ng/commons/solr/core/pom.xml
    stanbol/branches/commons-ng/commons/solr/defaults/pom.xml
    stanbol/branches/commons-ng/commons/solr/extras/icu/pom.xml
    stanbol/branches/commons-ng/commons/solr/extras/kuromoji/pom.xml
    stanbol/branches/commons-ng/commons/solr/extras/paoding/pom.xml
    stanbol/branches/commons-ng/commons/solr/extras/smartcn/pom.xml
    stanbol/branches/commons-ng/commons/solr/extras/stempel/pom.xml
    stanbol/branches/commons-ng/commons/solr/install/pom.xml
    stanbol/branches/commons-ng/commons/solr/managed/pom.xml
    stanbol/branches/commons-ng/commons/solr/web/pom.xml
    stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml
    stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml
    stanbol/branches/commons-ng/commons/stanboltools/offline/pom.xml
    stanbol/branches/commons-ng/commons/testing/http/pom.xml
    stanbol/branches/commons-ng/commons/testing/jarexec/pom.xml
    stanbol/branches/commons-ng/commons/testing/stanbol/pom.xml
    stanbol/branches/commons-ng/commons/web/base.jersey/pom.xml
    stanbol/branches/commons-ng/commons/web/home/pom.xml
    stanbol/branches/commons-ng/commons/web/resources/pom.xml
    stanbol/branches/commons-ng/commons/web/sparql/pom.xml
    stanbol/branches/commons-ng/commons/web/viewable/pom.xml
    stanbol/branches/commons-ng/pom.xml

Modified: stanbol/branches/commons-ng/commons/caslight/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/caslight/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/caslight/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/caslight/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/frameworkfragment/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/frameworkfragment/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/frameworkfragment/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/frameworkfragment/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <relativePath>../../parent</relativePath>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/commons-ng/commons/freemarker/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/freemarker/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/freemarker/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/freemarker/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/httpqueryheaders/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/httpqueryheaders/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/httpqueryheaders/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/httpqueryheaders/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/indexedgraph/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/indexedgraph/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/indexedgraph/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/indexedgraph/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/installer/bundleprovider/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/installer/bundleprovider/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/installer/bundleprovider/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/installer/bundleprovider/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/jobs/api/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/jobs/api/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/jobs/api/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/jobs/api/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/jobs/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/jobs/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/jobs/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/jobs/pom.xml Thu Jun  6 14:49:13 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
   <groupId>org.apache.stanbol</groupId>

Modified: stanbol/branches/commons-ng/commons/jobs/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/jobs/web/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/jobs/web/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/jobs/web/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/jsonld/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/jsonld/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/jsonld/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/jsonld/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/launchpad/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/launchpad/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/launchpad/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/launchpad/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/ldpath/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/ldpath/clerezza/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/ldpath/clerezza/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/ldpath/clerezza/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/namespaceprefix/prefixccprovider/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/namespaceprefix/prefixccprovider/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/namespaceprefix/prefixccprovider/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/namespaceprefix/prefixccprovider/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/namespaceprefix/service/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/namespaceprefix/service/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/namespaceprefix/service/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/namespaceprefix/service/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/namespaceprefix/stanbolprovider/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/namespaceprefix/stanbolprovider/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/namespaceprefix/stanbolprovider/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/namespaceprefix/stanbolprovider/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/opennlp/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/opennlp/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/opennlp/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/owl/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/owl/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/owl/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/owl/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/security/authentication.basic/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/security/authentication.basic/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/security/authentication.basic/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/security/authentication.basic/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-parent</artifactId>
-  <version>4-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/security/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/security/core/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/security/core/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/security/core/pom.xml Thu Jun  6 14:49:13 2013
@@ -24,7 +24,7 @@
   <parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-parent</artifactId>
-  <version>4-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/security/felixwebconsole/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/security/felixwebconsole/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/security/felixwebconsole/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/security/felixwebconsole/pom.xml Thu Jun  6 14:49:13 2013
@@ -24,7 +24,7 @@
   <parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-parent</artifactId>
-  <version>4-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/security/usermanagement/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/security/usermanagement/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/security/usermanagement/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/security/usermanagement/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>stanbol-parent</artifactId>
-        <version>4-SNAPSHOT</version>
+        <version>5-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/core/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/core/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/core/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/defaults/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/defaults/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/defaults/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/defaults/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/extras/icu/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/extras/icu/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/extras/icu/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/extras/icu/pom.xml Thu Jun  6 14:49:13 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/extras/kuromoji/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/extras/kuromoji/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/extras/kuromoji/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/extras/kuromoji/pom.xml Thu Jun  6 14:49:13 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/extras/paoding/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/extras/paoding/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/extras/paoding/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/extras/paoding/pom.xml Thu Jun  6 14:49:13 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/extras/smartcn/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/extras/smartcn/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/extras/smartcn/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/extras/smartcn/pom.xml Thu Jun  6 14:49:13 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/extras/stempel/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/extras/stempel/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/extras/stempel/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/extras/stempel/pom.xml Thu Jun  6 14:49:13 2013
@@ -16,7 +16,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/install/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/install/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/install/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/install/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/managed/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/managed/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/managed/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/managed/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/solr/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/web/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/web/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/web/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/stanboltools/offline/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/stanboltools/offline/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/stanboltools/offline/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/stanboltools/offline/pom.xml Thu Jun  6 14:49:13 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/testing/http/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/testing/http/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/testing/http/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/testing/http/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
   

Modified: stanbol/branches/commons-ng/commons/testing/jarexec/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/testing/jarexec/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/testing/jarexec/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/testing/jarexec/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
   

Modified: stanbol/branches/commons-ng/commons/testing/stanbol/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/testing/stanbol/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/testing/stanbol/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/testing/stanbol/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
   

Modified: stanbol/branches/commons-ng/commons/web/base.jersey/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/base.jersey/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/base.jersey/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/base.jersey/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/web/home/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/home/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/home/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/home/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/web/resources/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/resources/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/resources/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/resources/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/web/sparql/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/sparql/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/sparql/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/sparql/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/commons/web/viewable/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/viewable/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/viewable/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/viewable/pom.xml Thu Jun  6 14:49:13 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 

Modified: stanbol/branches/commons-ng/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/pom.xml?rev=1490308&r1=1490307&r2=1490308&view=diff
==============================================================================
--- stanbol/branches/commons-ng/pom.xml (original)
+++ stanbol/branches/commons-ng/pom.xml Thu Jun  6 14:49:13 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>