|
30 | 30 | <name>Aiven configuration utilities for Apache Kafka</name> |
31 | 31 | <description>Utilities to help manage Kafka configuration and configuration definitions</description> |
32 | 32 |
|
| 33 | + <inceptionYear>2026</inceptionYear> |
| 34 | + |
| 35 | + <organization> |
| 36 | + <name>Aiven</name> |
| 37 | + <url>https://www.aiven.io</url> |
| 38 | + </organization> |
| 39 | + |
| 40 | + <licenses> |
| 41 | + <license> |
| 42 | + <name>Apache License 2.0</name> |
| 43 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
| 44 | + <distribution>repo</distribution> |
| 45 | + </license> |
| 46 | + </licenses> |
| 47 | + |
| 48 | + <!-- please order developers by surname then given name --> |
| 49 | + <developers> |
| 50 | + <developer> |
| 51 | + <id>aindriu-aiven</id> |
| 52 | + <name>Aindriú Lavelle</name> |
| 53 | + <email>aindriu.lavelle@aiven.io</email> |
| 54 | + <organization>Aiven, OY</organization> |
| 55 | + <organizationUrl>https://aiven.io</organizationUrl> |
| 56 | + <timezone>Europe/Dublin</timezone> |
| 57 | + </developer> |
| 58 | + <developer> |
| 59 | + <id>claudenw</id> |
| 60 | + <name>Claude Warren</name> |
| 61 | + <email>claude.warren@aiven.io</email> |
| 62 | + <organization>Aiven, OY</organization> |
| 63 | + <organizationUrl>https://aiven.io</organizationUrl> |
| 64 | + <timezone>Europe/Dublin</timezone> |
| 65 | + </developer> |
| 66 | + </developers> |
| 67 | + |
| 68 | + <scm> |
| 69 | + <connection>scm:git:git://github.com/Aiven-Open/common-util.git</connection> |
| 70 | + <developerConnection>scm:git:git@github.com:Aiven-Open/common-util.git</developerConnection> |
| 71 | + <tag>HEAD</tag> |
| 72 | + <url>https://github.com/Aiven-Open/common-util</url> |
| 73 | + </scm> |
| 74 | + |
| 75 | + <distributionManagement> |
| 76 | + <snapshotRepository> |
| 77 | + <id>central-snapshot</id> |
| 78 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 79 | + </snapshotRepository> |
| 80 | + <site> |
| 81 | + <id>staging</id> |
| 82 | + <!-- For the URL to resolve to the default URL as described in the Apache Site Plugin documentation this URL |
| 83 | + must be invalid. A ticket is open to resolve this issue. See https://github.com/apache/maven-site-plugin/issues/1140 |
| 84 | + --> |
| 85 | + <url>invalid:url</url> |
| 86 | + </site> |
| 87 | + </distributionManagement> |
| 88 | + |
33 | 89 | <properties> |
34 | 90 | <aiven.util.version>0.1.0-SNAPSHOT</aiven.util.version> |
35 | 91 | </properties> |
|
0 commit comments