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 2015/10/31 00:38:45 UTC

[1/7] cordova-plugman git commit: CB-9574 Incremented package version to -dev

Repository: cordova-plugman
Updated Branches:
  refs/heads/1.0.x 0de514b4b -> 6158a730b


CB-9574 Incremented package version to -dev


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

Branch: refs/heads/1.0.x
Commit: 309bd38f74a35d8f5bf85280252cccc7801320b0
Parents: c94566c
Author: Steve Gill <st...@gmail.com>
Authored: Fri Aug 28 15:54:25 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Aug 28 15:54:25 2015 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/309bd38f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c2c66db..89317f1 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.0.1",
+  "version": "1.0.2-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"


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


[4/7] cordova-plugman git commit: CB-9800 Fixing contribute link.

Posted by st...@apache.org.
CB-9800 Fixing contribute link.


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

Branch: refs/heads/1.0.x
Commit: 2a4ff6e21de715ea8f6f6e5e024647ee1b557738
Parents: 2620bbd
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Fri Oct 23 15:16:53 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Oct 23 15:16:53 2015 -0700

----------------------------------------------------------------------
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/2a4ff6e2/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f7dbcab..4c8e6a5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@ There are multiple ways to contribute: report bugs, improve the docs, and
 contribute code.
 
 For instructions on this, start with the 
-[contribution overview](http://cordova.apache.org/#contribute).
+[contribution overview](http://cordova.apache.org/contribute/).
 
 The details are explained there, but the important items are:
  - Sign and submit an Apache ICLA (Contributor License Agreement).


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


[2/7] cordova-plugman git commit: CB-9574 updated cordova lib dep to 5.3.1

Posted by st...@apache.org.
CB-9574 updated cordova lib dep to 5.3.1


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

Branch: refs/heads/1.0.x
Commit: 7dcbdc9aae00e87776ff4a79f1eadecdf09876b1
Parents: 309bd38
Author: Steve Gill <st...@gmail.com>
Authored: Fri Aug 28 16:43:27 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Aug 28 16:43:27 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 2 +-
 package.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/7dcbdc9a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 22dade0..8d5dfaf 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,7 +22,7 @@
 # Cordova-plugman Release Notes
 
 ### 1.0.1 (Aug 28, 2015)
-* Updated cordova-lib dependency to 5.3.0
+* Updated cordova-lib dependency to 5.3.1
 * CB-7143 Added support for OSX
 
 ### 1.0.0 (Aug 06, 2015)

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/7dcbdc9a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 89317f1..d32a698 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "5.3.0",
+    "cordova-lib": "5.3.1",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },


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


[3/7] cordova-plugman git commit: bumped version to 1.0.3-dev

Posted by st...@apache.org.
bumped version to 1.0.3-dev


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

Branch: refs/heads/1.0.x
Commit: 2620bbd37ab54098c576f9592ef7a86355ec63c0
Parents: 7dcbdc9
Author: Steve Gill <st...@gmail.com>
Authored: Fri Aug 28 16:47:28 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Aug 28 16:47:28 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 2 +-
 package.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/2620bbd3/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8d5dfaf..72d6dce 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,7 +21,7 @@
 
 # Cordova-plugman Release Notes
 
-### 1.0.1 (Aug 28, 2015)
+### 1.0.2 (Aug 28, 2015)
 * Updated cordova-lib dependency to 5.3.1
 * CB-7143 Added support for OSX
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/2620bbd3/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d32a698..21d4778 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.0.2-dev",
+  "version": "1.0.3-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"


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


[5/7] cordova-plugman git commit: CB-9903 Updated version and RELEASENOTES.md for release 1.0.5

Posted by st...@apache.org.
CB-9903 Updated version and RELEASENOTES.md for release 1.0.5


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

Branch: refs/heads/1.0.x
Commit: 3449d5b2514e7bbceb852e95a01e874e79d2ed7a
Parents: 2a4ff6e
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 30 14:30:02 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 30 15:30:48 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3449d5b2/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 72d6dce..c8ff798 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 1.0.5 (Oct 30, 2015)
+* CB-9800 Fixing contribute link.
+* CB-9903 Updated cordova-lib dependency to 5.4.0
+
 ### 1.0.2 (Aug 28, 2015)
 * Updated cordova-lib dependency to 5.3.1
 * CB-7143 Added support for OSX

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3449d5b2/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 21d4778..14b1905 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.0.3-dev",
+  "version": "1.0.5",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib": "5.3.1",
+    "cordova-lib": "5.4.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },


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


[7/7] cordova-plugman git commit: Merge branch '1.0.x' of https://git-wip-us.apache.org/repos/asf/cordova-plugman into 1.0.x

Posted by st...@apache.org.
Merge branch '1.0.x' of https://git-wip-us.apache.org/repos/asf/cordova-plugman into 1.0.x


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

Branch: refs/heads/1.0.x
Commit: 6158a730beac913b5f1c1f7d5505d2f8e47d3f56
Parents: 7c2574d 0de514b
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 30 16:38:34 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 30 16:38:34 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 3 +++
 package.json    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/6158a730/RELEASENOTES.md
----------------------------------------------------------------------
diff --cc RELEASENOTES.md
index c8ff798,f83cddf..ac49cdd
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@@ -21,10 -21,9 +21,13 @@@
  
  # Cordova-plugman Release Notes
  
 +### 1.0.5 (Oct 30, 2015)
 +* CB-9800 Fixing contribute link.
 +* CB-9903 Updated cordova-lib dependency to 5.4.0
 +
+ ### 1.0.3 (Sep 17, 2015)
+ * updated cordova lib dependency to 5.3.2
+ 
  ### 1.0.2 (Aug 28, 2015)
  * Updated cordova-lib dependency to 5.3.1
  * CB-7143 Added support for OSX

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/6158a730/package.json
----------------------------------------------------------------------
diff --cc package.json
index 1e2e9ea,1b90e8a..14b1905
--- a/package.json
+++ b/package.json
@@@ -17,7 -17,7 +17,7 @@@
    },
    "engineStrict":true,
    "dependencies": {
-     "cordova-lib": "5.3.1",
 -    "cordova-lib": "5.3.3",
++    "cordova-lib": "5.4.0",
      "nopt": "1.0.9",
      "q": "1.0.1"
    },


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


[6/7] cordova-plugman git commit: Merge branch 'master' into 1.0.x

Posted by st...@apache.org.
Merge branch 'master' into 1.0.x


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

Branch: refs/heads/1.0.x
Commit: 7c2574da5e0054868290652bed53694e1a87eb36
Parents: ee8aefc 3449d5b
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 30 15:40:37 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 30 15:40:37 2015 -0700

----------------------------------------------------------------------
 CONTRIBUTING.md | 2 +-
 RELEASENOTES.md | 4 ++++
 package.json    | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/7c2574da/package.json
----------------------------------------------------------------------


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