You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/03/05 19:32:13 UTC

svn commit: r514780 - /incubator/uima/uimaj/branches/uimaj-2.1.0/uimaj/pom.xml

Author: alally
Date: Mon Mar  5 10:32:12 2007
New Revision: 514780

URL: http://svn.apache.org/viewvc?view=rev&rev=514780
Log:
Fix legal issues for Maven artifact packaging.
UIMA-333: https://issues.apache.org/jira/browse/UIMA-333

Modified:
    incubator/uima/uimaj/branches/uimaj-2.1.0/uimaj/pom.xml

Modified: incubator/uima/uimaj/branches/uimaj-2.1.0/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/branches/uimaj-2.1.0/uimaj/pom.xml?view=diff&rev=514780&r1=514779&r2=514780
==============================================================================
--- incubator/uima/uimaj/branches/uimaj-2.1.0/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/branches/uimaj-2.1.0/uimaj/pom.xml Mon Mar  5 10:32:12 2007
@@ -27,7 +27,17 @@
 	<version>2.1.0-incubating</version>
 	<name>Apache UIMA Java SDK</name>
 	<url>http://incubator.apache.org/uima</url>
-	<organization><name>The Apache Software Foundation</name></organization>
+	<licenses>
+		<license>
+			<name>The Apache Software License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<organization>
+		<name>The Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
+	</organization>
 	<dependencies>
 		<dependency>
 			<groupId>junit</groupId>