Update Testnet3 to 4.55-test (245)

This commit is contained in:
Boris Kraut 2016-06-07 11:09:51 +02:00
parent 6684aa0e97
commit 6f0a497953

View file

@ -508,6 +508,15 @@ Build:4.54-test,244
scanignore=wallet/assets/ssl-keystore,wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.55-test,245
commit=v4.55
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.14.2
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
scanignore=wallet/assets/ssl-keystore,wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
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!