Browse Source

preparing a 1.9.0 version

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452175 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 12 years ago
parent
commit
a186908ce2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -34,7 +34,7 @@
<property name="name" value="ant"/>
<!-- this is the groupId of ant in the Maven repository -->
<property name="groupid" value="org/apache/ant"/>
<property name="project.version" value="1.9.0alpha"/>
<property name="project.version" value="1.9.0"/>
<!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
<property name="pom.version" value="1.9.0-SNAPSHOT"/>
<property name="manifest-version" value="1.9.0"/>


Loading…
Cancel
Save