Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit b1d1eca

Browse files
FAB-4526 prepare for rc2 development
Change-Id: I9624b1c11f4006c03c5236f0c5ed589a1dab33b8 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent f918ecc commit b1d1eca

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,15 @@ SDK's `Enrollment` interface.
3636
<p &nbsp; />
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

pom.xml

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

src/test/fixture/sdkintegration/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
1111
ORG_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=

0 commit comments

Comments
 (0)