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 2017/09/20 17:52:38 UTC

[1/2] cordova-plugin-compat git commit: Revert "Set VERSION to 2.0.1-dev"

Repository: cordova-plugin-compat
Updated Branches:
  refs/heads/master 31a4a7943 -> 9ac42835e


Revert "Set VERSION to 2.0.1-dev"

This reverts commit 31a4a79436db7f10aa860bb29ad7ad0985557225.


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

Branch: refs/heads/master
Commit: c2521e99d145a4d7d6a874551bc5edae704d32b8
Parents: 31a4a79
Author: Steve Gill <st...@gmail.com>
Authored: Wed Sep 20 10:52:16 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Sep 20 10:52:16 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/c2521e99/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8273624..0abe44f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-plugin-compat",
   "description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
-  "version": "2.0.1-dev",
+  "version": "2.0.0",
   "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
   "repository": {
     "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/c2521e99/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5677b83..38dca97 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -18,7 +18,7 @@
   under the License.
 -->
 <plugin 
-  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="2.0.1-dev">
+  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="2.0.0">
   <name>Compat</name>
   <description>[DEPRECATED] Cordova Compatibility 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/2] cordova-plugin-compat git commit: Revert "CB-13294: Updated version to 2.0.0 for deprecation"

Posted by st...@apache.org.
Revert "CB-13294: Updated version to 2.0.0 for deprecation"

This reverts commit 0df201c24d0e2c6f1cd4139295e97e49756fd470.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/commit/9ac42835
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/tree/9ac42835
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/diff/9ac42835

Branch: refs/heads/master
Commit: 9ac42835e79c749db835c204c845783ce35f34a1
Parents: c2521e9
Author: Steve Gill <st...@gmail.com>
Authored: Wed Sep 20 10:52:26 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Sep 20 10:52:26 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/9ac42835/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 540f1c0..b81e7aa 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 # Release Notes
 
-### 2.0.0 (Sep 18, 2017)
+### 1.2.0 (Sep 18, 2017)
 * [CB-12730](https://issues.apache.org/jira/browse/CB-12730) Integrate this plugin into `cordova-android@6.3.0` and deprecate this plugin as it is no longer needed.
 * [CB-12730](https://issues.apache.org/jira/browse/CB-12730) Prevent plugin from installing with `cordova-android >= 6.3.0`
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/9ac42835/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0abe44f..a0cd28a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-plugin-compat",
   "description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
-  "version": "2.0.0",
+  "version": "1.2.1-dev",
   "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
   "repository": {
     "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/9ac42835/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 38dca97..0a18de2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -18,7 +18,7 @@
   under the License.
 -->
 <plugin 
-  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="2.0.0">
+  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="1.2.1-dev">
   <name>Compat</name>
   <description>[DEPRECATED] Cordova Compatibility Plugin</description>
   <license>Apache 2.0</license>
@@ -34,4 +34,4 @@
       <source-file src="src/android/PermissionHelper.java" target-dir="src/org/apache/cordova" />
       <source-file src="src/android/BuildHelper.java" target-dir="src/org/apache/cordova" />
     </platform>
-  </plugin>
+  </plugin>
\ No newline at end of file


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