From aa69c84dccf6c37e0623e340ba55bb77bd00ba9b Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Tue, 10 Feb 2015 15:59:09 +0100 Subject: [PATCH] adapted version numbers --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 99e7b45..f7387d4 100644 --- a/build.xml +++ b/build.xml @@ -20,7 +20,7 @@ <include name="commons-cli-*.jar" /> </fileset> </path> - <javac source="1.5" target="1.5" destDir="build" debug="true" classpathref="compile-classpath" includeAntRuntime="false"> + <javac source="1.6" target="1.6" destDir="build" debug="true" classpathref="compile-classpath" includeAntRuntime="false"> <compilerarg value="-Xlint:-options"/> <src path="src" /> </javac> @@ -35,7 +35,7 @@ <include name="kieker-1.11-SNAPSHOT_aspectj.jar" /> </fileset> </path> - <javac source="1.5" target="1.5" destDir="build" debug="true" classpathref="compile-classpath" includeAntRuntime="false"> + <javac source="1.6" target="1.6" destDir="build" debug="true" classpathref="compile-classpath" includeAntRuntime="false"> <compilerarg value="-Xlint:-options"/> <src path="frameworks/Kieker/src" /> </javac> @@ -97,7 +97,7 @@ <exclude name="MooBench"/> </fileset> </move> - <delete file="dist/MooBench/lib/kieker-1.10-SNAPSHOT_aspectj.jar" /> + <delete file="dist/MooBench/lib/kieker-1.11-SNAPSHOT_aspectj.jar" /> <copy file="continuous-integration/executeRemoteMicroBenchmark.sh" todir="dist" /> </target> -- GitLab