Skip to content

Commit

Permalink
Changed version to 8.1.0 for easy deployment from master branch. (#7810)
Browse files Browse the repository at this point in the history
changed version to 8.1.0 for easy deployment from master branch.
  • Loading branch information
rimashah25 committed Sep 21, 2023
1 parent 9cfe018 commit 6066aaa
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.1.0
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/8.0.0">
<meta name="application-name" content="Apache Traffic Portal/8.1.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": "8.0.0",
"version": "8.1.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>8.0.0</version>
<version>8.1.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>8.0.0</version>
<version>8.1.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>8.0.0</version>
<version>8.1.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>8.0.0</version>
<version>8.1.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>8.0.0</version>
<version>8.1.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>8.0.0</version>
<version>8.1.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>8.0.0</version>
<version>8.1.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>8.0.0</version>
<version>8.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 6066aaa

Please sign in to comment.