Update Testnet3 to 4.38-test (228)

This commit is contained in:
Boris Kraut 2015-07-28 12:49:28 +02:00
parent dde1897300
commit 4b9d2b4b93

View file

@ -371,6 +371,14 @@ Build:4.37-test,227
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.38-test,228
commit=v4.38
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:
Do other wallet app first: can use tags here because security is less important.
Don't forget the version name though!