This repository was archived by the owner on Apr 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
src/test/fixture/sdkintegration Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,15 @@ SDK's `Enrollment` interface.
3636<p />
3737
3838` ************************************************* `
39- ## * v1.0.0-beta *
39+ ## * v1.0.0-rc1 *
4040
41- There is a git tagged v1.0.0-beta [ dec17727ddb6b269f8fb30930e10d89bc185225f] release of the SDK where there is no
42- need to build the Fabric and Fabric-ca described below.
43- The provided docker-compose.yaml for the integration tests should pull beta images
44- from Docker hub.
41+ There is a git tagged v1.0.0-rc1 [ f918ecc2237587ba0c0c5b8f820657def36a8835] release of the SDK where there is no
42+ need to build the Hyperledger Fabric and Hyperledger Fabric CA described below.
43+ The provided docker-compose.yaml for the integration tests should pull v1.0.0-rc1 tagged images from Docker hub.
4544
46- Later versions of the SDK are NOT guaranteed to work with v1.0.0-beta
45+ Later versions of the SDK are NOT guaranteed to work with v1.0.0-rc1 tagged images of Hyperledger Fabric and Hyperledger Fabric CA.
4746
48- The SDK is published to Maven so you can directly use in your application's pom.xml.
47+ The v1.0.0-rc1 version of the Hyperledger Fabric Java SDK is published to Maven so you can directly use in your application's pom.xml.
4948
5049[ Maven Repository Hyperledger Fabric Java SDK] ( https://mvnrepository.com/artifact/org.hyperledger.fabric-sdk-java/fabric-sdk-java )
5150
Original file line number Diff line number Diff line change 44 <groupId >org.hyperledger.fabric-sdk-java</groupId >
55 <artifactId >fabric-sdk-java</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0.0-rc1 </version >
7+ <version >1.0.0-SNAPSHOT </version >
88 <name >fabric-java-sdk</name >
99 <description >Java SDK for Hyperledger fabric project</description >
1010 <url >https://www.hyperledger.org/community/projects</url >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
1111ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CA_TLS =
1212#
1313# Image tags:
14- # IMAGE_TAG_FABRIC=
15- # IMAGE_TAG_FABRIC_CA=
16- IMAGE_TAG_FABRIC = :x86_64-1.0.0-rc1
17- IMAGE_TAG_FABRIC_CA = :x86_64-1.0.0-rc1
14+ # IMAGE_TAG_FABRIC=:x86_64-1.0.0-rc1
15+ # IMAGE_TAG_FABRIC_CA=:x86_64-1.0.0-rc1
16+ IMAGE_TAG_FABRIC =
17+ IMAGE_TAG_FABRIC_CA =
You can’t perform that action at this time.
0 commit comments