Browse Source

Add license information to parent POM

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@989700 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
b4877ac5ef
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      src/etc/poms/pom.xml

+ 9
- 1
src/etc/poms/pom.xml View File

@@ -28,11 +28,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.8.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>master POM</description>
<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>
<name>Apache Ant</name>
<url>http://ant.apache.org/</url>
<inceptionYear>2000</inceptionYear>
<organization>
<name>Apache Software Foundation</name>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<distributionManagement>
<!-- Null out inherited apache distribution repo by default -->


Loading…
Cancel
Save