You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/04/02 09:07:12 UTC

svn commit: r1308252 - in /incubator/stanbol/trunk: parent/pom.xml releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml

Author: fchrist
Date: Mon Apr  2 07:07:12 2012
New Revision: 1308252

URL: http://svn.apache.org/viewvc?rev=1308252&view=rev
Log:
STANBOL-566 Changed group id to org.apache.stanbol

Modified:
    incubator/stanbol/trunk/parent/pom.xml
    incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml
    incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1308252&r1=1308251&r2=1308252&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Mon Apr  2 07:07:12 2012
@@ -1901,12 +1901,12 @@
             <artifactId>maven-assembly-plugin</artifactId>
             <dependencies>
               <dependency>
-                <groupId>org.apache.stanbol.release</groupId>
+                <groupId>org.apache.stanbol</groupId>
                 <artifactId>stanbol-framework-source-release-assembly-descriptor</artifactId>
                 <version>0.9.0-incubating-SNAPSHOT</version>
               </dependency>
               <dependency>
-                <groupId>org.apache.stanbol.release</groupId>
+                <groupId>org.apache.stanbol</groupId>
                 <artifactId>stanbol-stack-source-release-assembly-descriptor</artifactId>
                 <version>0.9.0-incubating-SNAPSHOT</version>
               </dependency>

Modified: incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml?rev=1308252&r1=1308251&r2=1308252&view=diff
==============================================================================
--- incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml (original)
+++ incubator/stanbol/trunk/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml Mon Apr  2 07:07:12 2012
@@ -28,7 +28,7 @@ under the License.
     <version>3</version>
   </parent>
   
-  <groupId>org.apache.stanbol.release</groupId>
+  <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-framework-source-release-assembly-descriptor</artifactId>
   <packaging>jar</packaging>
   <version>0.9.0-incubating-SNAPSHOT</version>

Modified: incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml?rev=1308252&r1=1308251&r2=1308252&view=diff
==============================================================================
--- incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml (original)
+++ incubator/stanbol/trunk/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml Mon Apr  2 07:07:12 2012
@@ -28,7 +28,7 @@ under the License.
     <version>3</version>
   </parent>
   
-  <groupId>org.apache.stanbol.release</groupId>
+  <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-stack-source-release-assembly-descriptor</artifactId>
   <packaging>jar</packaging>
   <version>0.9.0-incubating-SNAPSHOT</version>