|
8 | 8 | <parent> |
9 | 9 | <groupId>io.prometheus.client</groupId> |
10 | 10 | <artifactId>examples</artifactId> |
11 | | - <version>0.0.10-SNAPSHOT</version> |
| 11 | + <version>0.0.10</version> |
12 | 12 | </parent> |
13 | 13 |
|
14 | 14 | <name>Prometheus Java Client Jvmstat Example</name> |
|
29 | 29 | <connection>scm:git:git@github.com:prometheus/client_java.git</connection> |
30 | 30 | <developerConnection>scm:git:git@github.com:prometheus/client_java.git</developerConnection> |
31 | 31 | <url>git@github.com:prometheus/client_java.git</url> |
32 | | - <tag>HEAD</tag> |
| 32 | + <tag>parent-0.0.10</tag> |
33 | 33 | </scm> |
34 | 34 |
|
35 | 35 | <developers> |
|
44 | 44 | <dependency> |
45 | 45 | <groupId>io.prometheus</groupId> |
46 | 46 | <artifactId>client</artifactId> |
47 | | - <version>0.0.10-SNAPSHOT</version> |
| 47 | + <version>0.0.10</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>io.prometheus.client.utility</groupId> |
51 | 51 | <artifactId>servlet</artifactId> |
52 | | - <version>0.0.10-SNAPSHOT</version> |
| 52 | + <version>0.0.10</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>io.prometheus.client.utility</groupId> |
56 | 56 | <artifactId>jvmstat</artifactId> |
57 | | - <version>0.0.10-SNAPSHOT</version> |
| 57 | + <version>0.0.10</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>io.prometheus.client.examples</groupId> |
61 | 61 | <artifactId>guice</artifactId> |
62 | | - <version>0.0.10-SNAPSHOT</version> |
| 62 | + <version>0.0.10</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>org.eclipse.jetty</groupId> |
|
0 commit comments