diff --git a/README.md b/README.md
index 9230f826..7be7d3d8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Java SDK for Hyperledger Fabric 1.1
+# Java SDK for Hyperledger Fabric 1.2
Welcome to Java SDK for Hyperledger project. The SDK helps facilitate Java applications to manage the lifecycle of
Hyperledger channels and user chaincode. The SDK also provides a means to execute
user chaincode, query blocks
@@ -22,6 +22,27 @@ SDK's `Enrollment` interface.
only help you familiarize to get started with the SDK if you are new in this domain.
+## IMPORTANT: Version 1.2 IS WORK IN PROGRESS!
+If you don't require features of Fabric or Fabric CA version 1.2 you probably should consider the v1.1.x version of the SDK.
+To get the actual v1.1.0 SDK:
+
+```
+git clone https://github.com/hyperledger/fabric-sdk-java.git
+cd fabric-sdk-java/
+git checkout -b release-1.1
+```
+
+For Java applications use the latest published v1.1.x releases:
+```
+
+
+ org.hyperledger.fabric-sdk-java
+ fabric-sdk-java
+ 1.1.0
+
+
+```
+
## Known limitations and restrictions
* TCerts are not supported: JIRA FAB-1401
@@ -30,25 +51,39 @@ SDK's `Enrollment` interface.
-`*************************************************`
-## *v1.1.0*
-
-## v1.1 release notes
-Please review the [v1.1 release notes](./docs/release_v1.1.0_notes.md) to familiarize yourself with changes since v1.0 release
-
`*************************************************`
+## 1.2.0-SNAPSHOT builds
+Work in progress 1.2.0 SNAPSHOT builds can be used by adding the following to your application's
+pom.xml
+```
+
+
+ snapshots-repo
+ https://oss.sonatype.org/content/repositories/snapshots
+
+ false
+
+
+ true
+
+
+
+
+
+
+
+
+ org.hyperledger.fabric-sdk-java
+ fabric-sdk-java
+ 1.2.0-SNAPSHOT
+
+
+
```
-## Latest builds of Fabric and Fabric-ca v1.1.0
-
-To get a functioning Fabric v1.1.0 network needed by the SDK Integration tests.
-In the directory `src/test/fixture/sdkintegration` issue :
-
-`./fabric.sh restart`
-This command needs to be rerun each time the Integration tests are run.
You can clone these projects by going to the [Hyperledger repository](https://gerrit.hyperledger.org/r/#/admin/projects/).
@@ -56,6 +91,15 @@ You can clone these projects by going to the [Hyperledger repository](https://ge
Latest Fabric builds are seldom needed except for those working on the very latest Fabric features.
Some information to help with that can been found in [Developer Instructions](./docs/DeveloperInstructions.md)
+## Latest builds of Fabric and Fabric-ca v1.2.0
+
+To get a functioning Fabric v1.2.0 network needed by the SDK Integration tests once it's built.
+In the directory `src/test/fixture/sdkintegration` issue :
+
+`./fabric.sh restart`
+
+This command needs to be rerun each time the Integration tests are run.
+
### Setting Up Eclipse
To get started using the Fabric Java SDK with Eclipse, refer to the instructions at: ./docs/EclipseSetup.md
diff --git a/pom.xml b/pom.xml
index bece0815..73d31690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.hyperledger.fabric-sdk-java
fabric-sdk-java
jar
- 1.1.0
+ 1.2.0-SNAPSHOT
fabric-java-sdk
Java SDK for Hyperledger fabric project
https://www.hyperledger.org/community/projects
@@ -28,7 +28,7 @@
fabric-sdk-java-1.0
- 1.11.0
+ 1.12.0
1.59
4.5.5
true
@@ -96,7 +96,7 @@
io.netty
netty-codec-http2
- 4.1.23.Final
+ 4.1.25.Final
@@ -189,7 +189,7 @@
org.yaml
snakeyaml
- 1.20
+ 1.21
diff --git a/src/test/fixture/sdkintegration/.env b/src/test/fixture/sdkintegration/.env
index 86330b39..65094030 100644
--- a/src/test/fixture/sdkintegration/.env
+++ b/src/test/fixture/sdkintegration/.env
@@ -12,10 +12,10 @@ ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CA_TLS=
ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_CLIENT_AUTH_REQUIRED=false
#
#Image tags:
-IMAGE_TAG_FABRIC=:x86_64-1.1.0
-IMAGE_TAG_FABRIC_CA=:x86_64-1.1.0
-#IMAGE_TAG_FABRIC=
-#IMAGE_TAG_FABRIC_CA=
+#IMAGE_TAG_FABRIC=:x86_64-1.1.0
+#IMAGE_TAG_FABRIC_CA=:x86_64-1.1.0
+IMAGE_TAG_FABRIC=
+IMAGE_TAG_FABRIC_CA=
#FAB_CONFIG_GEN_VERS=v1.0
FAB_CONFIG_GEN_VERS=v1.1
V11_IDENTITIES_ALLOWREMOVE=--cfg.identities.allowremove