Skip to content

Commit b8d63e0

Browse files
committed
Updated to new version of metrics4j 1.0.0
1 parent 9054a25 commit b8d63e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.kairosdb</groupId>
88
<artifactId>JMXReporter</artifactId>
9-
<version>0.19.0</version>
9+
<version>0.20.0</version>
1010

1111
<repositories>
1212
<repository>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.kairosdb</groupId>
2222
<artifactId>metrics4j</artifactId>
23-
<version>0.19.0</version>
23+
<version>1.0.0</version>
2424
</dependency>
2525

2626
<dependency>
@@ -71,8 +71,8 @@
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-compiler-plugin</artifactId>
7373
<configuration>
74-
<source>8</source>
75-
<target>8</target>
74+
<source>11</source>
75+
<target>11</target>
7676
</configuration>
7777
</plugin>
7878
<plugin>

0 commit comments

Comments
 (0)