Skip to content
Snippets Groups Projects
Commit aa69c84d authored by Christian Wulf's avatar Christian Wulf
Browse files

adapted version numbers

parent bcef56ef
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<include name="commons-cli-*.jar" /> <include name="commons-cli-*.jar" />
</fileset> </fileset>
</path> </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"/> <compilerarg value="-Xlint:-options"/>
<src path="src" /> <src path="src" />
</javac> </javac>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<include name="kieker-1.11-SNAPSHOT_aspectj.jar" /> <include name="kieker-1.11-SNAPSHOT_aspectj.jar" />
</fileset> </fileset>
</path> </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"/> <compilerarg value="-Xlint:-options"/>
<src path="frameworks/Kieker/src" /> <src path="frameworks/Kieker/src" />
</javac> </javac>
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<exclude name="MooBench"/> <exclude name="MooBench"/>
</fileset> </fileset>
</move> </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" /> <copy file="continuous-integration/executeRemoteMicroBenchmark.sh" todir="dist" />
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment