File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
fabric-chaincode-example-gradle
fabric-chaincode-example-maven Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ subprojects {
1919 apply plugin : ' maven'
2020
2121 group = ' org.hyperledger.fabric-chaincode-java'
22- version = ' 1.3.0-rc1 '
22+ version = ' 1.3.0-SNAPSHOT '
2323
2424 sourceCompatibility = 1.8
2525 targetCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- compile group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-rc1 '
17+ compile group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 1.3.0-SNAPSHOT '
1818 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
1919}
2020
Original file line number Diff line number Diff line change 1212 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1313
1414 <!-- fabric-chaincode-java -->
15- <fabric-chaincode-java .version>1.3.0-rc1 </fabric-chaincode-java .version>
15+ <fabric-chaincode-java .version>1.3.0-SNAPSHOT </fabric-chaincode-java .version>
1616
1717 <!-- Logging -->
1818 <logback .version>1.0.13</logback .version>
You can’t perform that action at this time.
0 commit comments