[ 
https://issues.apache.org/jira/browse/CB-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16541001#comment-16541001
 ] 

ASF GitHub Bot commented on CB-14203:
-------------------------------------

brodybits closed pull request #467: CB-14203 patch release
URL: https://github.com/apache/cordova-android/pull/467
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8d647c946..73b2760a3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 ## Release Notes for Cordova (Android) ##
 
+### 7.1.1 (Jul 11, 2018)
+* Fix unsafe property access in run.js (#445)
+* Emit log event instead of logging directly (#452)
+* [CB-14101](https://issues.apache.org/jira/browse/CB-14101) Fix Java version 
check for Java >= 9 (#446)
+* [CB-14127](https://issues.apache.org/jira/browse/CB-14127) (android) Move 
google maven repo ahead of jcenter
+* [CB-13923](https://issues.apache.org/jira/browse/CB-13923) (android) fix -1 
length for compressed files
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) use 
[email protected] and update other dependencies to resolve `npm audit` 
warnings
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log error.stack in 
cordova.js
+
 ### 7.1.0 (Feb 20, 2018)
 * [CB-13879](https://issues.apache.org/jira/browse/CB-13879) updated gradle 
tools dependency to 3.0.1 for project template
 * [CB-13831](https://issues.apache.org/jira/browse/CB-13831) Update 
`android-versions` to 1.3.0 to support SDK 27.
diff --git a/VERSION b/VERSION
index d49b38e21..21c8c7b46 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.1.1-dev
+7.1.1
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 07cd4e48b..b20d5ae12 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "7.1.1-dev";
+var VERSION = "7.1.1";
 
 module.exports.version = VERSION;
 
diff --git a/bin/templates/project/assets/www/cordova.js 
b/bin/templates/project/assets/www/cordova.js
index 42f82b114..d7b144ea9 100644
--- a/bin/templates/project/assets/www/cordova.js
+++ b/bin/templates/project/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: android
-// e040d9e9343d5f27dd4f67616660b33b92a82ff7
+// 9e8e1b716252c4a08abcd31a13013b868d6f4141
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '7.1.1-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '7.1.1';
 // file: src/scripts/require.js
 
 /* jshint -W079 */
diff --git a/framework/build.gradle b/framework/build.gradle
index 7eecf0c90..4ff7264c7 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 group = 'org.apache.cordova'
-version = '7.1.1-dev'
+version = '7.1.1'
 
 android {
     compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
         licenses = ['Apache-2.0']
         labels = ['android', 'cordova', 'phonegap']
         version {
-            name = '7.1.1-dev'
+            name = '7.1.1'
             released  = new Date()
-            vcsTag = '7.1.1-dev'
+            vcsTag = '7.1.1'
         }
     }
 }
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java 
b/framework/src/org/apache/cordova/CordovaWebView.java
index a1e65f6a9..4ed1b755e 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
  * are not expected to implement it.
  */
 public interface CordovaWebView {
-    public static final String CORDOVA_VERSION = "7.1.1-dev";
+    public static final String CORDOVA_VERSION = "7.1.1";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, 
CordovaPreferences preferences);
 
diff --git a/package.json b/package.json
index 41e0466c7..ad92a4004 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "7.1.1-dev",
+  "version": "7.1.1",
   "description": "cordova-android release",
   "bin": {
     "create": "bin/create"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Cordova-Android platform patch release July 2018
> ------------------------------------------------
>
>                 Key: CB-14203
>                 URL: https://issues.apache.org/jira/browse/CB-14203
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: cordova-android
>            Reporter: Chris Brody
>            Assignee: Chris Brody
>            Priority: Major
>
> Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
> resolved. (Other issues will be raised for July 2018 patch releases on the 
> other platforms.)
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to