Author: alally
Date: Wed Aug 8 06:24:43 2007
New Revision: 563864
URL: http://svn.apache.org/viewvc?view=rev&rev=563864
Log:
UIMA-524: http://issues.apache.org/jira/browse/UIMA-524
Add <license> and <scm> sections to all poms
Modified:
incubator/uima/uimaj/trunk/uimaj-document-annotation/pom.xml
Modified: incubator/uima/uimaj/trunk/uimaj-document-annotation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-document-annotation/pom.xml?view=diff&rev=563864&r1=563863&r2=563864
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-document-annotation/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-document-annotation/pom.xml Wed Aug 8 06:24:43 2007
@@ -27,6 +27,16 @@
<version>2.2.0-incubating</version>
<name>Apache UIMA Java Framework - Document Annotation</name>
<url>http://incubator.apache.org/uima</url>
+ <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>
+ <scm>
+ <url>http://svn.apache.org/viewvc/incubator/uima</url>
+ </scm>
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj</artifactId>
|