Bump SNAPSHOT version to 3.7.1 and pickup latest changes for Bug 516346
diff --git a/BUILD.md b/BUILD.md
index 6add916..b1dcf6d 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -39,6 +39,10 @@
 
 If you are only interested in the distribution(s) you might additionally want to skip some Gradle tasks, too: `-x test -x findBugsMain -x findBugsTest`.
 
+A simple local build can be done using the following command:
+
+    $ ./gradlew -Dskip.normalize.bundles=true -Dskip.local.signing=true -Dskip.compress.bundles=true clean jar build distZip fullDistZip -x test
+
 Run the basic smoke tests
 =========================
 
diff --git a/build.gradle b/build.gradle
index f9b6476..76a4610 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,7 +65,7 @@
 	if (System.properties['ci.build'] == 'true') {
 		version = '3.7.1.D-' + timestamp
 	} else {
-		version = '3.7.0.RELEASE'
+		version = '3.7.1.SNAPSHOT'
 	}
 }
 
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 9cd14f9..693cecf 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Jan 25 15:15:02 CET 2017
+#Wed May 10 15:13:02 CEST 2017
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
diff --git a/packaging b/packaging
index e3693ab..acec723 160000
--- a/packaging
+++ b/packaging
@@ -1 +1 @@
-Subproject commit e3693aba68b95733d27ad1b31a19ce27677726db
+Subproject commit acec723484954a175904809934669a0d00391953