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/06/01 13:08:34 UTC

svn commit: r1345049 - /incubator/stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Fri Jun  1 11:08:34 2012
New Revision: 1345049

URL: http://svn.apache.org/viewvc?rev=1345049&view=rev
Log:
STANBOL-646 Added license to parent POM. STANBOL-641 Update dep version of source-assembly

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1345049&r1=1345048&r2=1345049&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Fri Jun  1 11:08:34 2012
@@ -36,6 +36,14 @@
   <description>Parent POM for the Apache Stanbol project</description>
 
   <inceptionYear>2010</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/parent</connection>
@@ -1434,7 +1442,7 @@
               <dependency>
                 <groupId>org.apache.stanbol</groupId>
                 <artifactId>source-assembly</artifactId>
-                <version>0.10.0-incubating-SNAPSHOT</version>
+                <version>0.10.1-incubating-SNAPSHOT</version>
               </dependency>
             </dependencies>
           </plugin>