File tree Expand file tree Collapse file tree 7 files changed +39
-5
lines changed
fabric-chaincode-example-gradle
fabric-chaincode-example-maven
fabric-chaincode-example-sacc
fabric-chaincode-example-sbe Expand file tree Collapse file tree 7 files changed +39
-5
lines changed Original file line number Diff line number Diff line change 1+ ## v1.4.1
2+ Fri Apr 5 21:29:04 IDT 2019
3+
4+ * [ 40cf0a5] ( https://github.com/hyperledger/fabric-chaincode-java/commit/40cf0a5 ) [ FAB-14972] ( https://jira.hyperledger.org/browse/FAB-14972 ) Release 1.4.1
5+ * [ c8bf3aa] ( https://github.com/hyperledger/fabric-chaincode-java/commit/c8bf3aa ) [ FAB-15077] ( https://jira.hyperledger.org/browse/FAB-15077 ) Update integration tests
6+ * [ cbe0ae3] ( https://github.com/hyperledger/fabric-chaincode-java/commit/cbe0ae3 ) [ FAB-14782] ( https://jira.hyperledger.org/browse/FAB-14782 ) Update baseimage to 0.4.15
7+ * [ 305a22e] ( https://github.com/hyperledger/fabric-chaincode-java/commit/305a22e ) [ FAB-13672] ( https://jira.hyperledger.org/browse/FAB-13672 ) stop using deprecated left closure
8+ * [ f2ccaf4] ( https://github.com/hyperledger/fabric-chaincode-java/commit/f2ccaf4 ) [ FAB-13673] ( https://jira.hyperledger.org/browse/FAB-13673 ) Next release CR for 1.4.0
9+
110## v1.4.0
211Wed Jan 9 17:06:36 IST 2019
312
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ subprojects {
2020 apply plugin : ' maven'
2121
2222 group = ' org.hyperledger.fabric-chaincode-java'
23- version = ' 1.4.1-SNAPSHOT '
23+ version = ' 1.4.1'
2424
2525 sourceCompatibility = 1.8
2626 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.4.1-SNAPSHOT '
17+ compile group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 1.4.1'
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.4.1-SNAPSHOT </fabric-chaincode-java .version>
15+ <fabric-chaincode-java .version>1.4.1</fabric-chaincode-java .version>
1616
1717 <!-- Logging -->
1818 <logback .version>1.0.13</logback .version>
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.4.1-SNAPSHOT '
17+ compile group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 1.4.1'
1818 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
1919}
2020
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.4.1-SNAPSHOT '
17+ compile group : ' org.hyperledger.fabric-chaincode-java' , name : ' fabric-chaincode-shim' , version : ' 1.4.1'
1818 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
1919}
2020
Original file line number Diff line number Diff line change 1+ v1.4.1 April 5, 2019
2+ ----------------------------
3+
4+ Release Notes
5+ -------------
6+ Updated build script to remove deprecated structures
7+ Updated integration tests
8+
9+ baseimage version: 0.4.15
10+ Java version: openjdk version "1.8.0_181"
11+
12+ Known Vulnerabilities
13+ ---------------------
14+ none
15+
16+ Resolved Vulnerabilities
17+ ------------------------
18+ none
19+
20+ Known Issues & Workarounds
21+ --------------------------
22+ none
23+ Change Log
24+ ----------
25+ https://github.com/hyperledger/fabric-chaincode-java/blob/release-1.4/CHANGELOG.md#v141
You can’t perform that action at this time.
0 commit comments