Updating Queue maven version to 0.0.2
- After changes to the repositories, we are making sure that cmi-queueext is getting the right file.
This commit is contained in:
parent
3e52ce5fa8
commit
f801cb3be5
|
|
@ -991,7 +991,7 @@
|
|||
|
||||
<!-- Maven install a package consisting of all supporting files. Don't call this target directly. Call one of the specific packaging targets below -->
|
||||
<target name="mvninstall" depends="package" description="maven install a package into .m2/repository">
|
||||
<property name="mvn.build.version" value="0.0.1" />
|
||||
<property name="mvn.build.version" value="0.0.2" />
|
||||
<!--
|
||||
We should use the build version or better yet a git tag version, but tags are currently missing. Alternatively how do we then depend on the LATEST?
|
||||
<property name="mvn.build.version" value="${build.version}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue