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

Commit e478cb9

Browse files
committed
FAB-7946-Post_v1.1.0-alpha
Change-Id: I7699c71a6eb8df335f30ba0fa597d2bfd9b62469 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent 9b87b73 commit e478cb9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Alternatively, <code> mvn dependency:analyze-report </code> will produce a repor
182182
## Using the SDK
183183
The SDK's test cases uses chaincode in the SDK's source tree: `/src/test/fixture`
184184

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

187187

188188
### Compiling

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.1.0-alpha</version>
7+
<version>1.1.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS=false
1111
ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CA_TLS=
1212
#
1313
#Image tags:
14-
IMAGE_TAG_FABRIC=:x86_64-1.1.0-alpha
15-
IMAGE_TAG_FABRIC_CA=:x86_64-1.1.0-alpha
14+
#IMAGE_TAG_FABRIC=:x86_64-1.1.0-alpha
15+
#IMAGE_TAG_FABRIC_CA=:x86_64-1.1.0-alpha
16+
IMAGE_TAG_FABRIC=
17+
IMAGE_TAG_FABRIC_CA=
1618
V11_IDENTITIES_ALLOWREMOVE=--cfg.identities.allowremove
1719
V11_AFFILIATIONS_ALLOWREMOVE=--cfg.affiliations.allowremove

0 commit comments

Comments
 (0)