Update Boilr to 0.3.0 (5)
This commit is contained in:
parent
256350fa69
commit
f92a49c81f
|
@ -65,8 +65,20 @@ Build:0.2.1,4
|
|||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||
popd
|
||||
|
||||
Build:0.3.0,5
|
||||
commit=0.3.0
|
||||
maven=yes
|
||||
srclibs=libdynticker@0.2.0,libpricealarm@0.0.1
|
||||
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.2.1
|
||||
Current Version Code:4
|
||||
Current Version:0.3.0
|
||||
Current Version Code:5
|
||||
|
||||
|
|
Loading…
Reference in a new issue