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

svn commit: r1308250 - in /incubator/stanbol/branches/0.9.0-incubating: 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:02:14 2012
New Revision: 1308250

URL: http://svn.apache.org/viewvc?rev=1308250&view=rev
Log:
STANBOL-270 fixed group id of release assembly descriptors

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

Modified: incubator/stanbol/branches/0.9.0-incubating/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/parent/pom.xml?rev=1308250&r1=1308249&r2=1308250&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/parent/pom.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/parent/pom.xml Mon Apr  2 07:02:14 2012
@@ -1891,12 +1891,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</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</version>
               </dependency>

Modified: incubator/stanbol/branches/0.9.0-incubating/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml?rev=1308250&r1=1308249&r2=1308250&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/releasing/framework/stanbol-framework-source-release-assembly-descriptor/pom.xml Mon Apr  2 07:02:14 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</version>

Modified: incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml?rev=1308250&r1=1308249&r2=1308250&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/releasing/stack/stanbol-stack-source-release-assembly-descriptor/pom.xml Mon Apr  2 07:02:14 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</version>