Added Boilr 0.2.0 which should build correctly.
This commit is contained in:
parent
7debd4254a
commit
1800d47ab3
|
@ -41,10 +41,10 @@ Build:0.0.0,1
|
||||||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||||
popd
|
popd
|
||||||
|
|
||||||
Build:0.1.0,2
|
Build:0.2.0,3
|
||||||
commit=0.1.0
|
commit=0.2.0
|
||||||
maven=yes
|
maven=yes
|
||||||
srclibs=libdynticker@0.1.0,libpricealarm@0.0.0
|
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 && \
|
prebuild=sed -i -e 's@http://jabylon.org/maven@http://localhost/@g' pom.xml $$libdynticker$$/pom.xml $$libpricealarm$$/pom.xml && \
|
||||||
pushd $$libdynticker$$ && \
|
pushd $$libdynticker$$ && \
|
||||||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||||
|
@ -55,6 +55,6 @@ Build:0.1.0,2
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.1.0
|
Current Version:0.2.0
|
||||||
Current Version Code:2
|
Current Version Code:3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue