Author: fchrist
Date: Fri Jun 1 08:45:18 2012
New Revision: 1345013
URL: http://svn.apache.org/viewvc?rev=1345013&view=rev
Log:
STANBOL-646 Fixed license tag
Modified:
incubator/stanbol/trunk/releasing/source-assembly/pom.xml
Modified: incubator/stanbol/trunk/releasing/source-assembly/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/source-assembly/pom.xml?rev=1345013&r1=1345012&r2=1345013&view=diff
==============================================================================
--- incubator/stanbol/trunk/releasing/source-assembly/pom.xml (original)
+++ incubator/stanbol/trunk/releasing/source-assembly/pom.xml Fri Jun 1
08:45:18 2012
@@ -34,7 +34,14 @@
This jar contains a customized source assembly descriptor to produce
Apache Stanbol compliant source bundles.
</description>
<inceptionYear>2012</inceptionYear>
- <license>Apache Software License, Version 2.0</license>
+ <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/releasing/source-assembly</connection>