Update Testnet3 to 4.40-test (230)

This commit is contained in:
Boris Kraut 2015-09-09 17:33:11 +02:00
parent f3ab613e9f
commit 049cc019d7

View file

@ -387,6 +387,14 @@ Build:4.39-test,229
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
Build:4.40-test,230
commit=v4.40
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.13.2
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:
Do other wallet app first: can use tags here because security is less important.
Don't forget the version name though!