Author: fchrist
Date: Sat Jun 2 11:39:03 2012
New Revision: 1345491
URL: http://svn.apache.org/viewvc?rev=1345491&view=rev
Log:
STANBOL-646 added license to data.sites.dbpedia, STANBOL-644 fixed SCM path
Modified:
incubator/stanbol/trunk/data/sites/dbpedia/pom.xml
Modified: incubator/stanbol/trunk/data/sites/dbpedia/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpedia/pom.xml?rev=1345491&r1=1345490&r2=1345491&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpedia/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/dbpedia/pom.xml Sat Jun 2 11:39:03 2012
@@ -41,14 +41,18 @@
</description>
<inceptionYear>2011</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/data/sites/dbpediadefault
- </connection>
- <developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sites/dbpediadefault
- </developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sites/dbpedia</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sites/dbpedia</developerConnection>
<url>http://incubator.apache.org/stanbol/</url>
</scm>