aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gradle.properties4
-rw-r--r--integration/okhttp/gradle.properties2
-rw-r--r--integration/volley/gradle.properties2
3 files changed, 3 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties
index c86fcfe9..9ac0b7fc 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=3.4.0-SNAPSHOT
+VERSION_NAME=3.4.0
VERSION_MAJOR=3
VERSION_MINOR=4
VERSION_PATCH=0
@@ -32,5 +32,3 @@ COMPILE_SDK_VERSION=19
BUILD_TOOLS_VERSION=19.1.0
TARGET_SDK_VERSION=19
MIN_SDK_VERSION=10
-
-
diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties
index 3608bd86..2e48a555 100644
--- a/integration/okhttp/gradle.properties
+++ b/integration/okhttp/gradle.properties
@@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration
POM_ARTIFACT_ID=okhttp-integration
POM_PACKAGING=aar
-VERSION_NAME=1.1.0-SNAPSHOT
+VERSION_NAME=1.1.0
VERSION_MAJOR=1
VERSION_MINOR=1
VERSION_PATCH=0
diff --git a/integration/volley/gradle.properties b/integration/volley/gradle.properties
index 0db78810..af813558 100644
--- a/integration/volley/gradle.properties
+++ b/integration/volley/gradle.properties
@@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration
POM_ARTIFACT_ID=volley-integration
POM_PACKAGING=aar
-VERSION_NAME=1.1.0-SNAPSHOT
+VERSION_NAME=1.1.0
VERSION_MAJOR=1
VERSION_MINOR=1
VERSION_PATCH=0