Skip to content

Commit

Permalink
RELESAE: Syncing VERSION file and ATC version in various files
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed Jan 18, 2022
1 parent 037ff4b commit ca1f6fe
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.2.0
2 changes: 1 addition & 1 deletion traffic_control/clients/python/trafficops/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
client to grow in a version-controlled manner without being tied to the release cadence of Apache
Traffic Control as a whole.
Version 3.0 is supported for use with Apache Traffic Control versions 5.0 and 5.1 (release pending
Version 3.0 is supported for use with Apache Traffic Control versions 5.1 and 6.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.
Expand Down
2 changes: 1 addition & 1 deletion traffic_portal/app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<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.1.0">
<meta name="application-name" content="Apache Traffic Portal/6.2.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" />
Expand Down
4 changes: 2 additions & 2 deletions traffic_portal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion traffic_portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traffic_portal",
"version": "6.1.0",
"version": "6.2.0",
"homepage": "https://github.com/apache/trafficcontrol",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>6.1.0</version>
<version>6.2.0</version>
</parent>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>6.1.0</version>
<version>6.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>6.1.0</version>
<version>6.2.0</version>
</parent>

<artifactId>traffic_router_connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>6.1.0</version>
<version>6.2.0</version>
</parent>

<artifactId>ROOT</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion traffic_router/geolocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>6.1.0</version>
<version>6.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/neustar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>6.1.0</version>
<version>6.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>6.1.0</version>
<version>6.2.0</version>
<packaging>pom</packaging>
<name>traffic_router</name>

Expand Down
2 changes: 1 addition & 1 deletion traffic_router/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>traffic_router</artifactId>
<groupId>org.apache.traffic_control.traffic_router</groupId>
<version>6.1.0</version>
<version>6.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit ca1f6fe

Please sign in to comment.