Merge branch 'master' into 'master'
Boilr 0.2.0 (fixes build of 0.1.0) Fixes the building problems with 0.1.0 reported at #86. Tested on local fdroidserver with a clean local maven repository to avoid pre-installed libs. Build 0.1.0 was never produced, thus I removed it from the metadata. See merge request !314
This commit is contained in:
commit
22c2e723a4
|
@ -41,10 +41,10 @@ Build:0.0.0,1
|
|||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||
popd
|
||||
|
||||
Build:0.1.0,2
|
||||
commit=0.1.0
|
||||
Build:0.2.0,3
|
||||
commit=0.2.0
|
||||
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 && \
|
||||
pushd $$libdynticker$$ && \
|
||||
$$MVN3$$ install -Dmaven.test.skip=true && \
|
||||
|
@ -55,6 +55,6 @@ Build:0.1.0,2
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1.0
|
||||
Current Version Code:2
|
||||
Current Version:0.2.0
|
||||
Current Version Code:3
|
||||
|
||||
|
|
Loading…
Reference in a new issue