Skip to content

Commit

Permalink
[FAB-11750] Updating version to 1.3.0
Browse files Browse the repository at this point in the history
Updating version in build scripts for shim jars
and example projects.

Change-Id: If264045333a9451b0fdaa353e50c9a23988011e2
Signed-off-by: gennady <[email protected]>
  • Loading branch information
gennadylaventman committed Aug 27, 2018
1 parent e80ba7c commit ac6c906
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {
apply plugin: 'maven'

group = "org.hyperledger.fabric"
version = '1.2.0-SNAPSHOT'
version = '1.3.0-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion fabric-chaincode-docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ task copyAllDeps(type: Copy) {
task buildImage(type: DockerBuildImage) {
dependsOn copyAllDeps
inputDir = project.file('Dockerfile').parentFile
tags = ['hyperledger/fabric-javaenv', 'hyperledger/fabric-javaenv:x86_64-latest', 'hyperledger/fabric-javaenv:x86_64-1.2.0', 'hyperledger/fabric-javaenv:amd64-1.2.0', 'hyperledger/fabric-javaenv:amd64-latest']
tags = ['hyperledger/fabric-javaenv', 'hyperledger/fabric-javaenv:amd64-1.3.0', 'hyperledger/fabric-javaenv:amd64-latest']
}

2 changes: 1 addition & 1 deletion fabric-chaincode-example-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
compile group: 'org.hyperledger.fabric', name: 'fabric-chaincode-shim', version: '1.2.0-SNAPSHOT'
compile group: 'org.hyperledger.fabric', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
testCompile group: 'junit', name: 'junit', version: '4.12'
}

Expand Down
2 changes: 1 addition & 1 deletion fabric-chaincode-example-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- fabric-chaincode-java -->
<fabric-chaincode-java.version>1.2.0-SNAPSHOT</fabric-chaincode-java.version>
<fabric-chaincode-java.version>1.3.0-SNAPSHOT</fabric-chaincode-java.version>

<!-- Logging -->
<logback.version>1.0.13</logback.version>
Expand Down

0 comments on commit ac6c906

Please sign in to comment.