Skip to content

Commit 4601908

Browse files
committed
Upgraded parent pom, jdk version and base docker image.
1 parent 10c0c4c commit 4601908

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

.jdkw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
JDKW_VERSION=8u92
1+
JDKW_VERSION=8u102
22
JDKW_BUILD=b14

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Metrics Aggregator Daemon
1313
<img src="https://img.shields.io/maven-central/v/com.arpnetworking.metrics/metrics-aggregator-daemon.svg"
1414
alt="Maven Artifact">
1515
</a>
16+
[![Docker Pulls](https://img.shields.io/docker/pulls/arpnetworking/mad.svg?maxAge=2592000)]()
1617

1718
Aggregates samples into configurable time buckets (e.g. 1 second, 1 minute, etc.) published by metrics client libraries (e.g. [Java](https://github.com/ArpNetworking/metrics-client-java), [NodeJS](https://github.com/ArpNetworking/metrics-client-nodejs), [Ruby](https://github.com/ArpNetworking/metrics-client-ruby), etc.) to compute a variety of statistics. The statistics are reaggregatable and are published together with supporting data to configurable destination(s).
1819

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.arpnetworking.build</groupId>
2020
<artifactId>arpnetworking-parent-pom</artifactId>
21-
<version>1.0.24</version>
21+
<version>1.0.26</version>
2222
<relativePath />
2323
</parent>
2424

@@ -160,15 +160,6 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-failsafe-plugin</artifactId>
163-
<!-- TODO: Upgrade parent pom and inherit this block -->
164-
<executions>
165-
<execution>
166-
<goals>
167-
<goal>integration-test</goal>
168-
<goal>verify</goal>
169-
</goals>
170-
</execution>
171-
</executions>
172163
<configuration>
173164
<systemPropertyVariables>
174165
<dockerHostAddress>${docker.host.address}</dockerHostAddress>

src/main/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM java:8u92-jre-alpine
15+
FROM java:8u102-jre-alpine
1616

1717
MAINTAINER arpnetworking
1818

0 commit comments

Comments
 (0)