Skip to content

Commit

Permalink
Publish v2.1.2 release (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
  • Loading branch information
bestbeforetoday authored May 19, 2020
1 parent 3b32367 commit 06d40e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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>2.1.1</version>
<version>2.1.2</version>
<name>fabric-java-sdk</name>
<description>Java SDK for Hyperledger fabric project</description>
<url>https://www.hyperledger.org/community/projects</url>
Expand Down
10 changes: 5 additions & 5 deletions src/test/fixture/sdkintegration/.env
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CLIENT_AUTH_REQUIRED=false
#IMAGE_TAG_FABRIC_CA=:1.4

##V 2.0
FAB_CONFIG_GEN_VERS=v2.0
V11_IDENTITIES_ALLOWREMOVE=--cfg.identities.allowremove
V11_AFFILIATIONS_ALLOWREMOVE=--cfg.affiliations.allowremove
IMAGE_TAG_FABRIC=:2.0
IMAGE_TAG_FABRIC_CA=:1.4
#FAB_CONFIG_GEN_VERS=v2.0
#V11_IDENTITIES_ALLOWREMOVE=--cfg.identities.allowremove
#V11_AFFILIATIONS_ALLOWREMOVE=--cfg.affiliations.allowremove
#IMAGE_TAG_FABRIC=:2.0
#IMAGE_TAG_FABRIC_CA=:1.4

##V 2.1
FAB_CONFIG_GEN_VERS=v2.1
Expand Down

0 comments on commit 06d40e2

Please sign in to comment.