You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/05/02 23:43:51 UTC

[08/10] android commit: Set version to 6.2.3

Set version to 6.2.3


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/ce67804b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/ce67804b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/ce67804b

Branch: refs/heads/6.2.x
Commit: ce67804b65398051189fced5d7abc6f84c2a2d75
Parents: f3ded26
Author: filmaj <ma...@gmail.com>
Authored: Tue May 2 16:03:36 2017 -0700
Committer: filmaj <ma...@gmail.com>
Committed: Tue May 2 16:03:36 2017 -0700

----------------------------------------------------------------------
 VERSION                | 2 +-
 framework/build.gradle | 6 +++---
 package.json           | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ce67804b/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index ca06394..bee9433 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.2.2
+6.2.3

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ce67804b/framework/build.gradle
----------------------------------------------------------------------
diff --git a/framework/build.gradle b/framework/build.gradle
index 9baee03..da3b45b 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -40,7 +40,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 group = 'org.apache.cordova'
-version = '6.2.4-dev'
+version = '6.2.3'
 
 android {
     compileSdkVersion cdvCompileSdkVersion
@@ -127,9 +127,9 @@ bintray {
         licenses = ['Apache-2.0']
         labels = ['android', 'cordova', 'phonegap']
         version {
-            name = '6.2.4-dev'
+            name = '6.2.3'
             released  = new Date()
-            vcsTag = '6.2.4-dev'
+            vcsTag = '6.2.3'
         }
     }
 }

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ce67804b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9711bb3..84531ce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "6.2.4-dev",
+  "version": "6.2.3",
   "description": "cordova-android release",
   "bin": {
     "create": "bin/create"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org