|
5 | 5 | <packaging>pom</packaging> |
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 |
|
8 | | - <groupId>io.prometheus</groupId> |
9 | | - <artifactId>client_java</artifactId> |
| 8 | + <parent> |
| 9 | + <groupId>io.prometheus</groupId> |
| 10 | + <artifactId>client_java_parent</artifactId> |
| 11 | + <version>1.4.0-SNAPSHOT</version> |
| 12 | + <relativePath>prometheus-metrics-parent/pom.xml</relativePath> |
| 13 | + </parent> |
| 14 | + |
10 | 15 | <version>1.4.0-SNAPSHOT</version> |
| 16 | + <artifactId>client_java</artifactId> |
11 | 17 |
|
12 | 18 | <name>Prometheus Metrics Library</name> |
13 | | - <url>http://github.com/prometheus/client_java</url> |
14 | 19 | <description> |
15 | 20 | The Prometheus Java Metrics Library |
16 | 21 | </description> |
|
29 | 34 | <warnings>-Werror</warnings> |
30 | 35 | </properties> |
31 | 36 |
|
32 | | - <licenses> |
33 | | - <license> |
34 | | - <name>The Apache Software License, Version 2.0</name> |
35 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
36 | | - <distribution>repo</distribution> |
37 | | - </license> |
38 | | - </licenses> |
39 | | - |
40 | | - <scm> |
41 | | - < connection>scm:git: [email protected]:prometheus/client_java.git</ connection> |
42 | | - < developerConnection>scm:git: [email protected]:prometheus/client_java.git</ developerConnection> |
43 | | - < url> [email protected]:prometheus/client_java.git</ url> |
44 | | - <tag>HEAD</tag> |
45 | | - </scm> |
46 | | - |
47 | | - <developers> |
48 | | - <developer> |
49 | | - <id>fstab</id> |
50 | | - <name>Fabian Stäber</name> |
51 | | - |
52 | | - </developer> |
53 | | - <developer> |
54 | | - <id>zeitlinger</id> |
55 | | - <name>Gregor Zeitlinger</name> |
56 | | - |
57 | | - </developer> |
58 | | - <developer> |
59 | | - <id>dhoard</id> |
60 | | - <name>Doug Hoard</name> |
61 | | - |
62 | | - </developer> |
63 | | - </developers> |
64 | | - |
65 | 37 | <modules> |
| 38 | + <module>prometheus-metrics-parent</module> |
66 | 39 | <module>prometheus-metrics-bom</module> |
67 | 40 | <module>prometheus-metrics-core</module> |
68 | 41 | <module>prometheus-metrics-config</module> |
|
0 commit comments