Update Boilr to 0.1.0 (2)
This commit is contained in:
parent
2e52e028b0
commit
03c86daa07
|
@ -41,8 +41,20 @@ Build:0.0.0,1
|
|||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||
popd
|
||||
|
||||
Build:0.1.0,2
|
||||
commit=0.1.0
|
||||
maven=yes
|
||||
srclibs=libdynticker@0.0.0,libpricealarm@0.0.0
|
||||
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
|
||||
pushd $$libdynticker$$ && \
|
||||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||
popd && \
|
||||
pushd $$libpricealarm$$ && \
|
||||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||
popd
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.0.0
|
||||
Current Version Code:1
|
||||
Current Version:0.1.0
|
||||
Current Version Code:2
|
||||
|
||||
|
|
Loading…
Reference in a new issue