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/05/31 21:51:26 UTC

svn commit: r1344880 - in /incubator/stanbol/trunk: parent/pom.xml pom.xml releasing/source-assembly/ releasing/source-assembly/pom.xml releasing/stanbol-source-release/

Author: fchrist
Date: Thu May 31 19:51:25 2012
New Revision: 1344880

URL: http://svn.apache.org/viewvc?rev=1344880&view=rev
Log:
STANBOL-645 renamed the source release assembly descriptor to 'source-assembly'

Added:
    incubator/stanbol/trunk/releasing/source-assembly/
      - copied from r1344861, incubator/stanbol/trunk/releasing/stanbol-source-release/
Removed:
    incubator/stanbol/trunk/releasing/stanbol-source-release/
Modified:
    incubator/stanbol/trunk/parent/pom.xml
    incubator/stanbol/trunk/pom.xml
    incubator/stanbol/trunk/releasing/source-assembly/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1344880&r1=1344879&r2=1344880&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Thu May 31 19:51:25 2012
@@ -1433,13 +1433,8 @@
             <dependencies>
               <dependency>
                 <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</groupId>
-                <artifactId>stanbol-stack-source-release-assembly-descriptor</artifactId>
-                <version>0.9.0-incubating</version>
+                <artifactId>source-assembly</artifactId>
+                <version>0.10.0-incubating-SNAPSHOT</version>
               </dependency>
             </dependencies>
           </plugin>

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1344880&r1=1344879&r2=1344880&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Thu May 31 19:51:25 2012
@@ -197,7 +197,7 @@
         </plugins>
       </build>
       <modules>
-        <module>releasing/stanbol-source-release</module>
+        <module>releasing/source-assembly</module>
       </modules>
     </profile>
 

Modified: incubator/stanbol/trunk/releasing/source-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/source-assembly/pom.xml?rev=1344880&r1=1344861&r2=1344880&view=diff
==============================================================================
--- incubator/stanbol/trunk/releasing/source-assembly/pom.xml (original)
+++ incubator/stanbol/trunk/releasing/source-assembly/pom.xml Thu May 31 19:51:25 2012
@@ -25,11 +25,11 @@
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>stanbol-source-release</artifactId>
+  <artifactId>source-assembly</artifactId>
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
   
-  <name>Apache Stanbol Releasing Source Release Assembly Descriptor</name>
+  <name>Apache Stanbol Releasing Source Assembly Descriptor</name>
   <description>
     This jar contains a customized source assembly descriptor to produce Apache Stanbol compliant source bundles.
   </description>