Skip to content

Commit

Permalink
Update old dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kgibm committed Aug 4, 2021
1 parent 85a44be commit 970cb64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jdk:
install: mvn clean install
deploy:
provider: releases
file: target/request-metrics-analyzer-next-2.0.20210802-jar-with-dependencies.jar
file: target/request-metrics-analyzer-next-2.0.20210804-jar-with-dependencies.jar
skip_cleanup: true
overwrite: true
name: request-metrics-analyzer-next-2.0.20210802
name: request-metrics-analyzer-next-2.0.20210804
on:
tags: true
api-key:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# request-metrics-analyzer-next

[![Build Status](https://travis-ci.org/kgibm/request-metrics-analyzer-next.svg)](https://travis-ci.org/kgibm/request-metrics-analyzer-next)
[![Build Status](https://www.travis-ci.com/kgibm/request-metrics-analyzer-next.svg?branch=master)](https://travis-ci.com/github/kgibm/request-metrics-analyzer-next)

A graphical tool for analyzing [request metrics](https://www.ibm.com/support/knowledgecenter/en/SSAW57_9.0.5/com.ibm.websphere.nd.multiplatform.doc/ae/tprf_requestmetrics.html) generated by Traditional WebSphere Application Server.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ibm.issw.requestmetrics</groupId>
<artifactId>request-metrics-analyzer-next</artifactId>
<version>2.0.20210802</version>
<version>2.0.20210804</version>
<name>Request Metrics Analyzer Next</name>

<properties>
Expand Down

0 comments on commit 970cb64

Please sign in to comment.