You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/08/26 22:39:23 UTC

[1/2] js commit: Set VERSION to 3.6.0 (via coho)

Repository: cordova-js
Updated Branches:
  refs/heads/3.6.x [created] 906b34c0a


Set VERSION to 3.6.0 (via coho)


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

Branch: refs/heads/3.6.x
Commit: 785d82e03ca1d1c4570752b949d75d6054f5668d
Parents: 912f028
Author: Steven Gill <st...@gmail.com>
Authored: Tue Aug 26 13:35:26 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Aug 26 13:35:26 2014 -0700

----------------------------------------------------------------------
 VERSION      |   2 +-
 package.json | 128 +++++++++++++++++++++++++++---------------------------
 2 files changed, 65 insertions(+), 65 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/785d82e0/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 86bab9c..40c341b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.0-dev
+3.6.0

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/785d82e0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8c24550..6d20caa 100644
--- a/package.json
+++ b/package.json
@@ -1,69 +1,69 @@
 {
-  "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
-  "name": "cordova-js",
-  "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "3.6.2",
-  "homepage": "http://cordova.apache.org",
-  "repository": {
-    "type": "git",
-    "url": "http://git-wip-us.apache.org/repos/asf/cordova-js.git"
-  },
-  "engines": {
-    "node": "~0.10.x"
-  },
-  "contributors": [
-    {
-      "name": "Fil Maj",
-      "email": "filmaj@apache.org"
+    "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
+    "name": "cordova-js",
+    "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
+    "version": "3.6.0",
+    "homepage": "http://cordova.apache.org",
+    "repository": {
+        "type": "git",
+        "url": "http://git-wip-us.apache.org/repos/asf/cordova-js.git"
     },
-    {
-      "name": "Jesse MacFadyen",
-      "email": "purplecabbage@apache.org"
+    "engines": {
+        "node": "~0.10.x"
     },
-    {
-      "name": "Bryce Curtis",
-      "email": ""
+    "contributors": [
+        {
+            "name": "Fil Maj",
+            "email": "filmaj@apache.org"
+        },
+        {
+            "name": "Jesse MacFadyen",
+            "email": "purplecabbage@apache.org"
+        },
+        {
+            "name": "Bryce Curtis",
+            "email": ""
+        },
+        {
+            "name": "Drew Walters",
+            "email": ""
+        },
+        {
+            "name": "Patrick Mueller",
+            "email": ""
+        },
+        {
+            "name": "Simon MacDonald",
+            "email": ""
+        },
+        {
+            "name": "Becky Gibson",
+            "email": ""
+        },
+        {
+            "name": "Anis Kadri",
+            "email": "anis@apache.org"
+        },
+        {
+            "name": "Dan Silivestru",
+            "email": "dansilivestru@apache.org"
+        },
+        {
+            "name": "Shazron Abdullah",
+            "email": "shazron@apache.org"
+        }
+    ],
+    "devDependencies": {
+        "jasmine-node": "1.14.x",
+        "jsdom-nogyp": "0.8.3",
+        "connect": "1.8.5",
+        "grunt": "~0.4.1",
+        "grunt-contrib-clean": "~0.4.1",
+        "grunt-contrib-jshint": "~0.6.0"
     },
-    {
-      "name": "Drew Walters",
-      "email": ""
-    },
-    {
-      "name": "Patrick Mueller",
-      "email": ""
-    },
-    {
-      "name": "Simon MacDonald",
-      "email": ""
-    },
-    {
-      "name": "Becky Gibson",
-      "email": ""
-    },
-    {
-      "name": "Anis Kadri",
-      "email": "anis@apache.org"
-    },
-    {
-      "name": "Dan Silivestru",
-      "email": "dansilivestru@apache.org"
-    },
-    {
-      "name": "Shazron Abdullah",
-      "email": "shazron@apache.org"
+    "dependencies": {
+        "uglify-js": "2.4.x",
+        "browserify": "3.46.0",
+        "through": "2.3.4"
     }
-  ],
-  "devDependencies": {
-    "jasmine-node": "1.14.x",
-    "jsdom-nogyp": "0.8.3",
-    "connect": "1.8.5",
-    "grunt": "~0.4.1",
-    "grunt-contrib-clean": "~0.4.1",
-    "grunt-contrib-jshint": "~0.6.0"
-  },
-  "dependencies": {
-    "uglify-js": "2.4.x",
-    "browserify": "3.46.0",
-    "through": "2.3.4"
-  }
-}
+}
\ No newline at end of file


[2/2] js commit: Set Version to 3.6.3 (manually)

Posted by st...@apache.org.
Set Version to 3.6.3 (manually)


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

Branch: refs/heads/3.6.x
Commit: 906b34c0a450f4d5c1d631369eec549c13bbf430
Parents: 785d82e
Author: Steven Gill <st...@gmail.com>
Authored: Tue Aug 26 13:38:41 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Aug 26 13:38:41 2014 -0700

----------------------------------------------------------------------
 VERSION      | 2 +-
 package.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/906b34c0/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 40c341b..4a788a0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.0
+3.6.3

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/906b34c0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6d20caa..35894ae 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
     "name": "cordova-js",
     "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-    "version": "3.6.0",
+    "version": "3.6.3",
     "homepage": "http://cordova.apache.org",
     "repository": {
         "type": "git",
@@ -66,4 +66,4 @@
         "browserify": "3.46.0",
         "through": "2.3.4"
     }
-}
\ No newline at end of file
+}