Author: fchrist Date: Fri Jun 1 12:30:56 2012 New Revision: 1345117 URL: http://svn.apache.org/viewvc?rev=1345117&view=rev Log: STANBOL-646 Added license to commons.solr.core, STANBOL-642 fixed SCM paths
Modified: incubator/stanbol/trunk/commons/solr/core/pom.xml Modified: incubator/stanbol/trunk/commons/solr/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/solr/core/pom.xml?rev=1345117&r1=1345116&r2=1345117&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/solr/core/pom.xml (original) +++ incubator/stanbol/trunk/commons/solr/core/pom.xml Fri Jun 1 12:30:56 2012 @@ -38,13 +38,21 @@ </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/commons/solr + scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/solr/core </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/solr + scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/solr/core </developerConnection> <url>http://incubator.apache.org/stanbol</url> </scm>