Skip to content

Commit b509805

Browse files
committed
[FABCJ-273] Prepare next release v2.0.1
Update to 2.0.1 Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
1 parent 151e719 commit b509805

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
apply plugin: 'idea'
88
apply plugin: 'eclipse-wtp'
9-
version = '2.0.0'
9+
version = '2.0.1'
1010
allprojects {
1111
repositories {
1212
mavenCentral()

fabric-chaincode-docker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ task copyAllDeps(type: Copy) {
7171
task buildImage(type: DockerBuildImage) {
7272
dependsOn copyAllDeps
7373
inputDir = project.file('Dockerfile').parentFile
74-
tags = ['hyperledger/fabric-javaenv', 'hyperledger/fabric-javaenv:amd64-2.0.0', 'hyperledger/fabric-javaenv:amd64-latest']
74+
tags = ['hyperledger/fabric-javaenv', 'hyperledger/fabric-javaenv:amd64-2.0.1', 'hyperledger/fabric-javaenv:amd64-latest']
7575
}
7676

fabric-chaincode-integration-test/src/contracts/fabric-chaincode-example-sacc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '2.0.0'
17+
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '2.0.1'
1818
testCompile group: 'junit', name: 'junit', version: '4.12'
1919
}
2020

fabric-chaincode-integration-test/src/contracts/fabric-chaincode-example-sbe/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '2.0.0'
17+
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '2.0.1'
1818
testCompile group: 'junit', name: 'junit', version: '4.12'
1919
}
2020

0 commit comments

Comments
 (0)