|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 |
|
| 7 | + <parent> |
| 8 | + <groupId>org.sonatype.oss</groupId> |
| 9 | + <artifactId>oss-parent</artifactId> |
| 10 | + <version>9</version> |
| 11 | + </parent> |
| 12 | + |
7 | 13 | <groupId>org.opennms.elasticsearch</groupId>
|
8 | 14 | <artifactId>elasticsearch-drift-plugin</artifactId>
|
9 | 15 | <version>${revision}</version>
|
10 | 16 | <packaging>pom</packaging>
|
11 | 17 |
|
| 18 | + <name>Elasticsearch Drift Plugin</name> |
| 19 | + <description>Aggregate function plugin for Elasticsearch</description> |
| 20 | + |
12 | 21 | <modules>
|
13 | 22 | <module>es-7.6.2</module>
|
14 | 23 | <module>es-7.10.2</module>
|
|
22 | 31 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
23 | 32 | </license>
|
24 | 33 | </licenses>
|
25 |
| - |
26 |
| - <parent> |
27 |
| - <groupId>org.sonatype.oss</groupId> |
28 |
| - <artifactId>oss-parent</artifactId> |
29 |
| - <version>9</version> |
30 |
| - </parent> |
| 34 | + <issueManagement> |
| 35 | + <system>Jira</system> |
| 36 | + <url>http://issues.opennms.org/</url> |
| 37 | + </issueManagement> |
| 38 | + <ciManagement> |
| 39 | + <system>CircleCI</system> |
| 40 | + <url>https://app.circleci.com/pipelines/github/OpenNMS/elasticsearch-drift-plugin</url> |
| 41 | + </ciManagement> |
| 42 | + <developers> |
| 43 | + <developer> |
| 44 | + <id>cpape</id> |
| 45 | + <name>Christian Pape</name> |
| 46 | + |
| 47 | + </developer> |
| 48 | + <developer> |
| 49 | + <id>fooker</id> |
| 50 | + <name>Dustin Frisch</name> |
| 51 | + |
| 52 | + </developer> |
| 53 | + <developer> |
| 54 | + <id>jwhite</id> |
| 55 | + <name>Jesse White</name> |
| 56 | + |
| 57 | + </developer> |
| 58 | + <developer> |
| 59 | + <id>naicisum</id> |
| 60 | + <name>Sean</name> |
| 61 | + |
| 62 | + </developer> |
| 63 | + <developer> |
| 64 | + <id>rangerrick</id> |
| 65 | + <name>Benjamin Reed</name> |
| 66 | + |
| 67 | + </developer> |
| 68 | + <developer> |
| 69 | + <id>swachter</id> |
| 70 | + <name>Stefan Wachter</name> |
| 71 | + |
| 72 | + </developer> |
| 73 | + </developers> |
| 74 | + <scm> |
| 75 | + <connection>scm:git:https://github.com/OpenNMS/elasticsearch-drift-plugin.git</connection> |
| 76 | + <developerConnection>scm:git:https://${user.name}@github.com/OpenNMS/elasticsearch-drift-plugin.git</developerConnection> |
| 77 | + <url>https://github.com/OpenNMS/elasticsearch-drift-plugin</url> |
| 78 | + </scm> |
31 | 79 |
|
32 | 80 | <properties>
|
33 | 81 | <!-- in CI the revision is extracted from tags -->
|
|
0 commit comments