Skip to content

Commit 2bf56ba

Browse files
committed
Keep hardcoded version for now
1 parent 13194fd commit 2bf56ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</javac>
1818
</target>
1919
<target name="create_run_jar" depends="compile">
20-
<jar destfile="${dir.jarfile}/o2-bkp-lhc-client-${version}.jar">
20+
<jar destfile="${dir.jarfile}/o2-bkp-lhc-client-v2.1.2.jar">
2121
<manifest>
2222
<attribute name="Main-Class" value="alice.dip.Dip2BK"/>
2323
</manifest>

0 commit comments

Comments
 (0)