Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ocket8888 committed Dec 20, 2021
1 parent e9664f5 commit 4f8f64d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.4
5.1.5
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/5.0.0">
<meta name="application-name" content="Apache Traffic Portal/5.1.5">
<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
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": "5.0.0",
"version": "5.1.5",
"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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>5.1.4</version>
<version>5.1.5</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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<version>5.1.4</version>
<version>5.1.5</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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>5.1.4</version>
<version>5.1.5</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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<artifactId>traffic_router</artifactId>
<version>5.1.4</version>
<version>5.1.5</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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<version>5.1.4</version>
<version>5.1.5</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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<version>5.1.4</version>
<version>5.1.5</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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<version>5.1.4</version>
<version>5.1.5</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>com.comcast.cdn.traffic_control.traffic_router</groupId>
<version>5.1.4</version>
<version>5.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 4f8f64d

Please sign in to comment.