Browse Source

Merge branch '1.9.x'

master
Stefan Bodewig 3 years ago
parent
commit
cc9d93f49f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ReleaseInstructions
  2. +1
    -1
      src/etc/poms/ant/pom.xml

+ 1
- 1
ReleaseInstructions View File

@@ -103,7 +103,7 @@ Note: This document was adapted from the one created in the context of
build.

# clean
$ rm -rf bootstrap build dist distribution java-repository target
$ rm -rf bootstrap build dist distribution java-repository target ant_*.snap
$ ./build.sh dist-lite
$ ./dist/bin/ant -nouserlib -lib lib/optional distribution



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

@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antunit</artifactId>
<version>1.4</version>
<version>1.4.1</version>
<scope>test</scope>
<exclusions>
<exclusion>


Loading…
Cancel
Save