You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/08 00:57:29 UTC

[1/4] cordova-plugin-test-framework git commit: CB-11832 Incremented plugin version.

Repository: cordova-plugin-test-framework
Updated Branches:
  refs/heads/1.1.x d6e024803 -> 1a9d5cd24


CB-11832 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/89dd3538
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/89dd3538
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/89dd3538

Branch: refs/heads/1.1.x
Commit: 89dd3538defd39f813dad95789e45aedb10e25ab
Parents: d6e0248
Author: Steve Gill <st...@gmail.com>
Authored: Fri Sep 9 16:08:04 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Sep 9 16:08:04 2016 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/89dd3538/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 12ca95d..aad836e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-test-framework",
-  "version": "1.1.3",
+  "version": "1.1.4-dev",
   "description": "Cordova Test Framework Plugin",
   "cordova": {
     "id": "cordova-plugin-test-framework",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/89dd3538/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 31829c4..5fdbcfe 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-test-framework"
-    version="1.1.3">
+    version="1.1.4-dev">
     <name>Test Framework</name>
     <description>Cordova Test Framework Plugin</description>
     <license>Apache 2.0</license>


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


[2/4] cordova-plugin-test-framework git commit: Edit package.json license to match SPDX id

Posted by sh...@apache.org.
Edit package.json license to match SPDX id

See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)

X-ref: apache/cordova-plugin-device#48

 This closes #22


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/c1374e30
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/c1374e30
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/c1374e30

Branch: refs/heads/1.1.x
Commit: c1374e3060cc93c07a9655905c5e0f342fcd6d8a
Parents: 89dd353
Author: t1st3 <co...@tiste.org>
Authored: Wed Sep 28 15:26:00 2016 +0200
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Sep 28 11:38:46 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/c1374e30/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index aad836e..bad2c93 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
     "jshint": "jshint www"
   },
   "author": "Apache Software Foundation",
-  "license": "Apache 2.0",
+  "license": "Apache-2.0",
   "devDependencies": {
     "jshint": "^2.6.0"
   }


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


[3/4] cordova-plugin-test-framework git commit: CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…"

Posted by sh...@apache.org.
CB-11917 - Remove pull request template checklist item: "iCLA has been submitted\u2026"

 This closes #21


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/5a20c038
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/5a20c038
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/5a20c038

Branch: refs/heads/1.1.x
Commit: 5a20c0389c4222d4227774a6930ea315b6106a68
Parents: c1374e3
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Wed Sep 28 01:31:06 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Oct 4 21:28:53 2016 -0700

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/5a20c038/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4bd6da9..91582f4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -17,7 +17,6 @@ Thanks!
 
 
 ### Checklist
-- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secretary@apache.org.
 - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
 - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
 - [ ] Added automated test coverage as appropriate for this change.


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


[4/4] cordova-plugin-test-framework git commit: CB-12224 Updated version and RELEASENOTES.md for release 1.1.4

Posted by sh...@apache.org.
CB-12224 Updated version and RELEASENOTES.md for release 1.1.4


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/1a9d5cd2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/1a9d5cd2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/1a9d5cd2

Branch: refs/heads/1.1.x
Commit: 1a9d5cd24164898a9d2e3ab5d96ac7de6dba1704
Parents: 5a20c03
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 7 16:39:46 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 7 16:39:46 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 5 +++++
 package.json    | 2 +-
 plugin.xml      | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/1a9d5cd2/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0971307..d2e1de0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Release Notes
 
+### 1.1.4 (Dec 07, 2016)
+* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted\u2026"
+* Edit package.json license to match SPDX id
+* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version.
+
 ### 1.1.3 (Sep 08, 2016)
 * [CB-9071](https://issues.apache.org/jira/browse/CB-9071) Update test framework plugin to use Jasmine 2.4.1
 * Add pull request template.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/1a9d5cd2/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bad2c93..ef388b4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-test-framework",
-  "version": "1.1.4-dev",
+  "version": "1.1.4",
   "description": "Cordova Test Framework Plugin",
   "cordova": {
     "id": "cordova-plugin-test-framework",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/1a9d5cd2/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5fdbcfe..ae93fc5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-test-framework"
-    version="1.1.4-dev">
+    version="1.1.4">
     <name>Test Framework</name>
     <description>Cordova Test Framework Plugin</description>
     <license>Apache 2.0</license>


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