You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2020/08/21 02:01:00 UTC

[trafficcontrol] branch master updated: Update ATC version to 5.0.0 (#4976)

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new ee9ad44  Update ATC version to 5.0.0 (#4976)
ee9ad44 is described below

commit ee9ad44c3a07448cf391987e6a1cbf17a90ca967
Author: ocket8888 <oc...@apache.org>
AuthorDate: Thu Aug 20 20:00:44 2020 -0600

    Update ATC version to 5.0.0 (#4976)
---
 VERSION                                                  | 2 +-
 traffic_control/clients/python/trafficops/__version__.py | 8 ++++----
 traffic_portal/app/src/index.html                        | 5 +++--
 traffic_portal/package.json                              | 6 ++++++
 traffic_router/build/pom.xml                             | 2 +-
 traffic_router/configuration/pom.xml                     | 2 +-
 traffic_router/connector/pom.xml                         | 2 +-
 traffic_router/core/pom.xml                              | 2 +-
 traffic_router/geolocation/pom.xml                       | 2 +-
 traffic_router/neustar/pom.xml                           | 2 +-
 traffic_router/pom.xml                                   | 2 +-
 traffic_router/shared/pom.xml                            | 4 ++--
 12 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/VERSION b/VERSION
index 6aba2b2..0062ac9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.2.0
+5.0.0
diff --git a/traffic_control/clients/python/trafficops/__version__.py b/traffic_control/clients/python/trafficops/__version__.py
index c456f61..fa58d65 100644
--- a/traffic_control/clients/python/trafficops/__version__.py
+++ b/traffic_control/clients/python/trafficops/__version__.py
@@ -21,10 +21,10 @@ gives the version of this *Apache-TrafficControl package* and **not** the versio
 client to grow in a version-controlled manner without being tied to the release cadence of Apache
 Traffic Control as a whole.
 
-Version 2.0 is supported for use with Apache Traffic Control version 4.1 (release pending at the
-time of this writing). New functionality will be added as the :ref:`to-api` evolves, but changes to
-this client will remain non-breaking for existing code using it until the next major version is
-released.
+Version 2.0 is supported for use with Apache Traffic Control versions 4.1 and 5.0 (release pending
+at the time of this writing). New functionality will be added as the :ref:`to-api` evolves, but
+changes to this client will remain non-breaking for existing code using it until the next major
+version is released.
 """
 
 __version__ = '2.0.1'
diff --git a/traffic_portal/app/src/index.html b/traffic_portal/app/src/index.html
index cba678e..39183d5 100644
--- a/traffic_portal/app/src/index.html
+++ b/traffic_portal/app/src/index.html
@@ -17,7 +17,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<!doctype html>
+<!DOCTYPE html>
 
     <head>
 
@@ -26,7 +26,8 @@ under the License.
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=edge">
-        <meta name="description" content="">
+        <meta name="description" content="A user interface for managing Apache Traffic Control CDN systems.">
+        <meta name="application-name" content="Apache Traffic Portal/5.0.0">
         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 
         <link rel="shortcut icon" href="resources/assets/images/favicon.png" type="image/x-icon" />
diff --git a/traffic_portal/package.json b/traffic_portal/package.json
index abc0729..942d662 100644
--- a/traffic_portal/package.json
+++ b/traffic_portal/package.json
@@ -1,5 +1,11 @@
 {
   "name": "traffic_portal",
+  "version": "5.0.0",
+  "homepage": "https://github.com/apache/trafficcontrol",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/apache/trafficcontrol.git"
+  },
   "devDependencies": {
     "browserify": "16.5.1",
     "connect-livereload": "0.6.1",
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index d7c5a08..52ff93b 100644
--- a/traffic_router/build/pom.xml
+++ b/traffic_router/build/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-		<version>4.1.0</version>
+		<version>5.0.0</version>
 	</parent>
 
 	<scm>
diff --git a/traffic_router/configuration/pom.xml b/traffic_router/configuration/pom.xml
index 4549548..70c61d2 100644
--- a/traffic_router/configuration/pom.xml
+++ b/traffic_router/configuration/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>4.1.0</version>
+		<version>5.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index 1f85a06..e58695e 100644
--- a/traffic_router/connector/pom.xml
+++ b/traffic_router/connector/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-        <version>4.1.0</version>
+        <version>5.0.0</version>
 	</parent>
 
 	<artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index fe0b4c3..781b416 100644
--- a/traffic_router/core/pom.xml
+++ b/traffic_router/core/pom.xml
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-		<version>4.1.0</version>
+		<version>5.0.0</version>
 	</parent>
 
 	<artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml b/traffic_router/geolocation/pom.xml
index e37aac5..84bc30f 100644
--- a/traffic_router/geolocation/pom.xml
+++ b/traffic_router/geolocation/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>4.1.0</version>
+		<version>5.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index 126bc10..f7cc525 100644
--- a/traffic_router/neustar/pom.xml
+++ b/traffic_router/neustar/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>4.1.0</version>
+		<version>5.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 78c2db7..77d5a93 100644
--- a/traffic_router/pom.xml
+++ b/traffic_router/pom.xml
@@ -18,7 +18,7 @@
 
 	<artifactId>traffic_router</artifactId>
 	<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-	<version>4.1.0</version>
+	<version>5.0.0</version>
 	<packaging>pom</packaging>
 	<name>traffic_router</name>
 
diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml
index d7e8690..4662937 100644
--- a/traffic_router/shared/pom.xml
+++ b/traffic_router/shared/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>4.1.0</version>
+		<version>5.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
@@ -56,7 +56,7 @@ under the License.
 			</plugin>
 		</plugins>
 	</build>
-	
+
 	<dependencies>
 		<dependency>
 			<groupId>log4j</groupId>