This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch 4.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/4.1.x by this push:
new d509fff Fix changelog, update TR version to 4.1.1 (#5208)
d509fff is described below
commit d509fffcd9b9687dac7ccc1392b2128d4c3ec91a
Author: Rawlin Peters <[email protected]>
AuthorDate: Tue Oct 27 14:52:02 2020 -0600
Fix changelog, update TR version to 4.1.1 (#5208)
---
CHANGELOG.md | 3 ++-
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 +-
9 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 017d62f..235703b 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/).
-## [4.1.1] - 2020-09-22
+## [4.1.1] - 2020-10-27
### Added
- Added the ability to set TLS config provided here:
https://golang.org/pkg/crypto/tls/#Config in Traffic Ops
- Added `--traffic_ops_insecure=<0|1>` optional option to traffic_ops_ort.pl
@@ -356,6 +356,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
+[4.1.1]:
https://github.com/apache/trafficcontrol/compare/RELEASE-4.1.0...RELEASE-4.1.1
[4.1.0]:
https://github.com/apache/trafficcontrol/compare/RELEASE-4.0.0...RELEASE-4.1.0
[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
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index 49caa35..04e834f 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>4.1.1</version>
</parent>
<scm>
diff --git a/traffic_router/configuration/pom.xml
b/traffic_router/configuration/pom.xml
index 4549548..67e2b7b 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>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index 3a5f5a6..00b2a99 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>4.1.1</version>
</parent>
<artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index 0cf0e09..fcd6fb2 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>4.1.1</version>
</parent>
<artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml
b/traffic_router/geolocation/pom.xml
index e37aac5..3f83602 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>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index 126bc10..1448f19 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>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 78c2db7..85d96f3 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>4.1.1</version>
<packaging>pom</packaging>
<name>traffic_router</name>
diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml
index 6938dc2..2ace0c0 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>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>