Skip to content

Commit

Permalink
[FAB-12152] Prepare for next release (1.4.0 on master)
Browse files Browse the repository at this point in the history
Change-Id: Iaa46b76eefd82c2eca02285ed2886422586d42be
Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Sep 25, 2018
1 parent cc91af5 commit 8dcd819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-chaincode-java'
version = '1.3.0-SNAPSHOT'
version = '1.4.0-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
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-chaincode-java', name: 'fabric-chaincode-shim', version: '1.3.0-SNAPSHOT'
compile group: 'org.hyperledger.fabric-chaincode-java', name: 'fabric-chaincode-shim', version: '1.4.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.3.0-SNAPSHOT</fabric-chaincode-java.version>
<fabric-chaincode-java.version>1.4.0-SNAPSHOT</fabric-chaincode-java.version>

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

0 comments on commit 8dcd819

Please sign in to comment.