Update Testnet3 to 4.39-test (229)

This commit is contained in:
Boris Kraut 2015-08-08 10:04:59 +02:00
parent e7332fa0ee
commit ccddded001

View file

@ -379,6 +379,14 @@ Build:4.38-test,228
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.39-test,229
commit=v4.39
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!