You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/09/13 16:55:33 UTC

[trafficcontrol] 02/03: Update CHANGELOG.md and versions for 6.0.0

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

zrhoffman pushed a commit to branch 6.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit d4763929cf756e2cae80647278d7dbb4cadf024d
Author: Zach Hoffman <zr...@apache.org>
AuthorDate: Mon Aug 30 11:03:08 2021 -0600

    Update CHANGELOG.md and versions for 6.0.0
    
    (cherry picked from commit 879f092eb161f7b8376ace4683affdcde7c0027f)
---
 traffic_portal/app/src/index.html    | 2 +-
 traffic_portal/package.json          | 2 +-
 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/shared/pom.xml        | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/traffic_portal/app/src/index.html b/traffic_portal/app/src/index.html
index 39183d5..d087965 100644
--- a/traffic_portal/app/src/index.html
+++ b/traffic_portal/app/src/index.html
@@ -27,7 +27,7 @@ under the License.
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=edge">
         <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="application-name" content="Apache Traffic Portal/6.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 fe41ca7..5a3eddb 100644
--- a/traffic_portal/package.json
+++ b/traffic_portal/package.json
@@ -1,6 +1,6 @@
 {
   "name": "traffic_portal",
-  "version": "6.0.0",
+  "version": "6.1.0",
   "homepage": "https://github.com/apache/trafficcontrol",
   "repository": {
     "type": "git",
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index f24fa88..4187a73 100644
--- a/traffic_router/build/pom.xml
+++ b/traffic_router/build/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-		<version>5.0.0</version>
+		<version>6.0.0</version>
 	</parent>
 
 	<scm>
diff --git a/traffic_router/configuration/pom.xml b/traffic_router/configuration/pom.xml
index 1c775c7..a044ca2 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>org.apache.traffic_control.traffic_router</groupId>
-		<version>5.0.0</version>
+		<version>6.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index 0a57803..78e9227 100644
--- a/traffic_router/connector/pom.xml
+++ b/traffic_router/connector/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-        <version>5.0.0</version>
+        <version>6.0.0</version>
 	</parent>
 
 	<artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index 7b67cf3..8f3b728 100644
--- a/traffic_router/core/pom.xml
+++ b/traffic_router/core/pom.xml
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>org.apache.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-		<version>5.0.0</version>
+		<version>6.0.0</version>
 	</parent>
 
 	<artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml b/traffic_router/geolocation/pom.xml
index 826b4f3..6a0d344 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>org.apache.traffic_control.traffic_router</groupId>
-		<version>5.0.0</version>
+		<version>6.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index 0bd6609..9465dd2 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>org.apache.traffic_control.traffic_router</groupId>
-		<version>5.0.0</version>
+		<version>6.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml
index f62951b..d13bcbe 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>org.apache.traffic_control.traffic_router</groupId>
-		<version>5.0.0</version>
+		<version>6.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>