Update Testnet3 to 4.37-test (227)

This commit is contained in:
Boris Kraut 2015-07-18 11:02:54 +02:00
parent 7267b2c261
commit c8aff34401

View file

@ -356,13 +356,21 @@ Build:4.35-test,225
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.36-test,226 Build:4.36-test,226
disable=bitcoinj issue disable=bitcoinj issue, uses java1.8
commit=v4.36 commit=v4.36
subdir=wallet subdir=wallet
gradle=yes gradle=yes
srclibs=BitcoinJWallet@v0.13.1 srclibs=BitcoinJWallet@v0.13.1
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.37-test,227
commit=v4.37
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.13.1
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Maintainer Notes: Maintainer Notes:
Do other wallet app first: can use tags here because security is less important. Do other wallet app first: can use tags here because security is less important.
Don't forget the version name though! Don't forget the version name though!