aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-11-07 08:28:33 -0800
committerSam Judd <judds@google.com>2014-11-07 08:28:33 -0800
commita311d4835cdede5757e203d52a1bb5e707cfd989 (patch)
treec322971e4428c44be55dcd1c56ac77a0c2942293
parent85dbdad1e5e9fc7b2d9e3e2234058dcce956a047 (diff)
downloadglide-a311d4835cdede5757e203d52a1bb5e707cfd989.tar.gz
Set version for 3.4 release.
-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