Skip to content

Commit

Permalink
FAB-7946-Post_v1.1.0-alpha
Browse files Browse the repository at this point in the history
Change-Id: I7699c71a6eb8df335f30ba0fa597d2bfd9b62469
Signed-off-by: rickr <cr22rc@gmail.com>
  • Loading branch information
cr22rc committed Jan 29, 2018
1 parent 9b87b73 commit e478cb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Alternatively, <code> mvn dependency:analyze-report </code> will produce a repor
## Using the SDK
The SDK's test cases uses chaincode in the SDK's source tree: `/src/test/fixture`

The SDK's JAR is in `target/fabric-sdk-java-1.1.0-alpha.jar` and you will need the additional dependencies listed above.
The SDK's JAR is in `target/fabric-sdk-java-1.1.0-SNAPSHOT.jar` and you will need the additional dependencies listed above.


### Compiling
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.1.0-alpha</version>
<version>1.1.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
6 changes: 4 additions & 2 deletions src/test/fixture/sdkintegration/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CA_TLS=
#
#Image tags:
IMAGE_TAG_FABRIC=:x86_64-1.1.0-alpha
IMAGE_TAG_FABRIC_CA=:x86_64-1.1.0-alpha
#IMAGE_TAG_FABRIC=:x86_64-1.1.0-alpha
#IMAGE_TAG_FABRIC_CA=:x86_64-1.1.0-alpha
IMAGE_TAG_FABRIC=
IMAGE_TAG_FABRIC_CA=
V11_IDENTITIES_ALLOWREMOVE=--cfg.identities.allowremove
V11_AFFILIATIONS_ALLOWREMOVE=--cfg.affiliations.allowremove

0 comments on commit e478cb9

Please sign in to comment.