Skip to content

Commit

Permalink
FAB-4526 prepare for rc2 development
Browse files Browse the repository at this point in the history
Change-Id: I9624b1c11f4006c03c5236f0c5ed589a1dab33b8
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jun 24, 2017
1 parent f918ecc commit b1d1eca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ SDK's `Enrollment` interface.
<p &nbsp; />

`*************************************************`
## *v1.0.0-beta*
## *v1.0.0-rc1*

There is a git tagged v1.0.0-beta [dec17727ddb6b269f8fb30930e10d89bc185225f] release of the SDK where there is no
need to build the Fabric and Fabric-ca described below.
The provided docker-compose.yaml for the integration tests should pull beta images
from Docker hub.
There is a git tagged v1.0.0-rc1 [f918ecc2237587ba0c0c5b8f820657def36a8835] release of the SDK where there is no
need to build the Hyperledger Fabric and Hyperledger Fabric CA described below.
The provided docker-compose.yaml for the integration tests should pull v1.0.0-rc1 tagged images from Docker hub.

Later versions of the SDK are NOT guaranteed to work with v1.0.0-beta
Later versions of the SDK are NOT guaranteed to work with v1.0.0-rc1 tagged images of Hyperledger Fabric and Hyperledger Fabric CA.

The SDK is published to Maven so you can directly use in your application's pom.xml.
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.

[Maven Repository Hyperledger Fabric Java SDK](https://mvnrepository.com/artifact/org.hyperledger.fabric-sdk-java/fabric-sdk-java)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.hyperledger.fabric-sdk-java</groupId>
<artifactId>fabric-sdk-java</artifactId>
<packaging>jar</packaging>
<version>1.0.0-rc1</version>
<version>1.0.0-SNAPSHOT</version>
<name>fabric-java-sdk</name>
<description>Java SDK for Hyperledger fabric project</description>
<url>https://www.hyperledger.org/community/projects</url>
Expand Down
8 changes: 4 additions & 4 deletions src/test/fixture/sdkintegration/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CA_TLS=
#
#Image tags:
#IMAGE_TAG_FABRIC=
#IMAGE_TAG_FABRIC_CA=
IMAGE_TAG_FABRIC=:x86_64-1.0.0-rc1
IMAGE_TAG_FABRIC_CA=:x86_64-1.0.0-rc1
#IMAGE_TAG_FABRIC=:x86_64-1.0.0-rc1
#IMAGE_TAG_FABRIC_CA=:x86_64-1.0.0-rc1
IMAGE_TAG_FABRIC=
IMAGE_TAG_FABRIC_CA=

0 comments on commit b1d1eca

Please sign in to comment.