Update Boilr to 0.5.0 (7)
This commit is contained in:
parent
3560f72212
commit
98194b044b
|
@ -89,9 +89,21 @@ Build:0.4.0,6
|
|||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||
popd
|
||||
|
||||
Build:0.5.0,7
|
||||
commit=0.5.0
|
||||
maven=yes
|
||||
srclibs=libdynticker@0.4.0,libpricealarm@0.1.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
|
||||
|
||||
Archive Policy:2 versions
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.0
|
||||
Current Version Code:6
|
||||
Current Version:0.5.0
|
||||
Current Version Code:7
|
||||
|
||||
|
|
Loading…
Reference in a new issue