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/08/27 16:30:43 UTC

svn commit: r1517830 - in /stanbol/branches/commons-ng/data: ./ defaultconfig/pom.xml parent/pom.xml pom.xml sites/dbpedia/pom.xml

Author: reto
Date: Tue Aug 27 14:30:42 2013
New Revision: 1517830

URL: http://svn.apache.org/r1517830
Log:
STANBOL-1149: migrated data bundles

Added:
    stanbol/branches/commons-ng/data/
      - copied from r1517824, stanbol/trunk/data/
Modified:
    stanbol/branches/commons-ng/data/defaultconfig/pom.xml
    stanbol/branches/commons-ng/data/parent/pom.xml
    stanbol/branches/commons-ng/data/pom.xml
    stanbol/branches/commons-ng/data/sites/dbpedia/pom.xml

Modified: stanbol/branches/commons-ng/data/defaultconfig/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/data/defaultconfig/pom.xml?rev=1517830&r1=1517824&r2=1517830&view=diff
==============================================================================
--- stanbol/branches/commons-ng/data/defaultconfig/pom.xml (original)
+++ stanbol/branches/commons-ng/data/defaultconfig/pom.xml Tue Aug 27 14:30:42 2013
@@ -52,10 +52,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>

Modified: stanbol/branches/commons-ng/data/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/data/parent/pom.xml?rev=1517830&r1=1517824&r2=1517830&view=diff
==============================================================================
--- stanbol/branches/commons-ng/data/parent/pom.xml (original)
+++ stanbol/branches/commons-ng/data/parent/pom.xml Tue Aug 27 14:30:42 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/data/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/data/pom.xml?rev=1517830&r1=1517824&r2=1517830&view=diff
==============================================================================
--- stanbol/branches/commons-ng/data/pom.xml (original)
+++ stanbol/branches/commons-ng/data/pom.xml Tue Aug 27 14:30:42 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/data/sites/dbpedia/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/data/sites/dbpedia/pom.xml?rev=1517830&r1=1517824&r2=1517830&view=diff
==============================================================================
--- stanbol/branches/commons-ng/data/sites/dbpedia/pom.xml (original)
+++ stanbol/branches/commons-ng/data/sites/dbpedia/pom.xml Tue Aug 27 14:30:42 2013
@@ -76,7 +76,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.0.1</version>
         <inherited>true</inherited>
         <extensions>true</extensions>
         <configuration>