Skip to content

Commit

Permalink
% version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 19, 2022
1 parent 735dee6 commit 78e4d3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/ant-1.10.12.jar" sourcepath="lib_src/ant-1.10.12-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
<classpathentry kind="lib" path="lib/wetator-2.2.0.jar"/>
<classpathentry kind="lib" path="lib/wetator-2.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions build-properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<application>
<name>WetatorAntTask</name>
<version>2.3.0</version>
<pubversion>2.3.0</pubversion>
<version>2.4.0</version>
<pubversion>2.4.0</pubversion>
<jar-basename>wetator-ant</jar-basename>
<vendor>wetator.org</vendor>
</application>
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Mon, 27 Jun 2022 19:18:06 +0200
#Fri, 19 Aug 2022 10:48:15 +0200
#Thu Jun 28 11:38:05 CEST 2012
application.buildnumber=75
application.buildnumber=77
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@

<dependencies defaultconfmapping="sources->sources;test->default,provided;%->default" defaultconf="compile,sources">
<dependency org="org.apache.ant" name="ant" rev="1.10.12" transitive="false" />
<dependency org="org.wetator" name="wetator" rev="2.3.0" changing="true" />
<dependency org="org.wetator" name="wetator" rev="2.4.0" changing="true" />
</dependencies>
</ivy-module>

0 comments on commit 78e4d3a

Please sign in to comment.