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 2e29d1592f55fbe8dd9503b0bc09656f4778ee51
Author: Zach Hoffman <[email protected]>
AuthorDate: Thu Nov 4 17:22:31 2021 -0600

    Update CHANGELOG.md and versions for 6.0.1
---
 CHANGELOG.md                         | 2 ++
 VERSION                              | 2 +-
 traffic_portal/app/src/index.html    | 2 +-
 traffic_portal/package-lock.json     | 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/pom.xml               | 2 +-
 traffic_router/shared/pom.xml        | 2 +-
 13 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e92c69..954956c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this 
file.
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 
+## [6.0.1] - 2021-11-04
+
 ## [6.0.0] - 2021-08-30
 ### Added
 - [#4982](https://github.com/apache/trafficcontrol/issues/4982) Added the 
ability to support queueing updates by server type and profile
diff --git a/VERSION b/VERSION
index 09b254e..5fe6072 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.0.0
+6.0.1
diff --git a/traffic_portal/app/src/index.html 
b/traffic_portal/app/src/index.html
index d087965..16561dd 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/6.0.0">
+        <meta name="application-name" content="Apache Traffic Portal/6.0.1">
         <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-lock.json b/traffic_portal/package-lock.json
index 064c4a9..1c025eb 100644
--- a/traffic_portal/package-lock.json
+++ b/traffic_portal/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "traffic_portal",
-  "version": "6.0.0",
+  "version": "6.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/traffic_portal/package.json b/traffic_portal/package.json
index 5a3eddb..c019101 100644
--- a/traffic_portal/package.json
+++ b/traffic_portal/package.json
@@ -1,6 +1,6 @@
 {
   "name": "traffic_portal",
-  "version": "6.1.0",
+  "version": "6.0.1",
   "homepage": "https://github.com/apache/trafficcontrol";,
   "repository": {
     "type": "git",
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index 4187a73..12d7c56 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>6.0.0</version>
+               <version>6.0.1</version>
        </parent>
 
        <scm>
diff --git a/traffic_router/configuration/pom.xml 
b/traffic_router/configuration/pom.xml
index a044ca2..3720589 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>6.0.0</version>
+               <version>6.0.1</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index 78e9227..88e93e5 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>6.0.0</version>
+        <version>6.0.1</version>
        </parent>
 
        <artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index 8f3b728..b941e0e 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>6.0.0</version>
+               <version>6.0.1</version>
        </parent>
 
        <artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml 
b/traffic_router/geolocation/pom.xml
index 6a0d344..f056a9a 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>6.0.0</version>
+               <version>6.0.1</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index 9465dd2..6163269 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>6.0.0</version>
+               <version>6.0.1</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 8c2eb72..649b878 100644
--- a/traffic_router/pom.xml
+++ b/traffic_router/pom.xml
@@ -18,7 +18,7 @@
 
        <artifactId>traffic_router</artifactId>
        <groupId>org.apache.traffic_control.traffic_router</groupId>
-       <version>6.0.0</version>
+       <version>6.0.1</version>
        <packaging>pom</packaging>
        <name>traffic_router</name>
 
diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml
index d13bcbe..393f844 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>6.0.0</version>
+               <version>6.0.1</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 

Reply via email to