Skip to content

Commit 641d8e9

Browse files
[FAB-14972] Release 1.4.1
Change-Id: Id039068f9bb713244ae6b129b7f51e1c55eb2564 Signed-off-by: Gennady Laventman <[email protected]>
1 parent c8bf3aa commit 641d8e9

File tree

7 files changed

+39
-5
lines changed

7 files changed

+39
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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
211
Wed Jan 9 17:06:36 IST 2019
312

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

fabric-chaincode-example-gradle/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: '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

fabric-chaincode-example-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

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: '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

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: '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

release_notes/v1.4.1.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)