You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2019/12/16 23:50:39 UTC

[trafficcontrol] branch master updated: Update changelog, versions to 4.0.0

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

rawlin 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 81018a8  Update changelog, versions to 4.0.0
81018a8 is described below

commit 81018a896863c26649369e3143afe4da395538ac
Author: Rawlin Peters <ra...@comcast.com>
AuthorDate: Mon Dec 16 15:37:49 2019 -0700

    Update changelog, versions to 4.0.0
---
 CHANGELOG.md                         | 5 +++--
 VERSION                              | 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 +-
 10 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9028966..8f99ed0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ 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/).
 
-## [Unreleased]
+## [4.0.0] - 2019-12-16
 ### Added
 - Traffic Router: TR now generates a self-signed certificate at startup and uses it as the default TLS cert.
   The default certificate is used whenever a client attempts an SSL handshake for an SNI host which does not match
@@ -183,6 +183,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 ### Changed
 - Reformatted this CHANGELOG file to the keep-a-changelog format
 
-[Unreleased]: https://github.com/apache/trafficcontrol/compare/RELEASE-3.0.0...HEAD
+[Unreleased]: https://github.com/apache/trafficcontrol/compare/RELEASE-4.0.0...HEAD
+[4.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-3.0.0...RELEASE-4.0.0
 [3.0.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-2.2.0...RELEASE-3.0.0
 [2.2.0]: https://github.com/apache/trafficcontrol/compare/RELEASE-2.1.0...RELEASE-2.2.0
diff --git a/VERSION b/VERSION
index 4a36342..fcdb2e1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.0
+4.0.0
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index a3f1a38..5df7489 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>3.0.0</version>
+		<version>4.0.0</version>
 	</parent>
 
 	<scm>
diff --git a/traffic_router/configuration/pom.xml b/traffic_router/configuration/pom.xml
index 519bada..0092db2 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>3.0.0</version>
+		<version>4.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index 017eed7..ba25047 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>3.0.0</version>
+        <version>4.0.0</version>
 	</parent>
 
 	<artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index 354c1bb..5adb6bd 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>3.0.0</version>
+		<version>4.0.0</version>
 	</parent>
 
 	<artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml b/traffic_router/geolocation/pom.xml
index fd42165..37a5097 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>3.0.0</version>
+		<version>4.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index 94edde2..da3c131 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>3.0.0</version>
+		<version>4.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 0457740..07ccc4e 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>3.0.0</version>
+	<version>4.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 7f0af11..5568303 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>3.0.0</version>
+		<version>4.0.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>