We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9054a25 commit b8d63e0Copy full SHA for b8d63e0
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>org.kairosdb</groupId>
8
<artifactId>JMXReporter</artifactId>
9
- <version>0.19.0</version>
+ <version>0.20.0</version>
10
11
<repositories>
12
<repository>
@@ -20,7 +20,7 @@
20
<dependency>
21
22
<artifactId>metrics4j</artifactId>
23
+ <version>1.0.0</version>
24
</dependency>
25
26
@@ -71,8 +71,8 @@
71
<groupId>org.apache.maven.plugins</groupId>
72
<artifactId>maven-compiler-plugin</artifactId>
73
<configuration>
74
- <source>8</source>
75
- <target>8</target>
+ <source>11</source>
+ <target>11</target>
76
</configuration>
77
</plugin>
78
<plugin>
0 commit comments