Skip to content

Commit 194b988

Browse files
committed
chore(pom): update project metadata and add developer information
1 parent ef361fb commit 194b988

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

examples/pom.xml

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,48 @@
3333
<properties>
3434
<checkstyle.skip>true</checkstyle.skip>
3535
<influxdb-client.version>7.4.0-SNAPSHOT</influxdb-client.version>
36-
<!-- Ensure this module never deploys to any repository (including OSSRH staging) -->
37-
<maven.deploy.skip>true</maven.deploy.skip>
38-
<!-- Explicitly skip Nexus Staging deploy mojo when release profile is active -->
39-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
4036
</properties>
4137

4238
<modelVersion>4.0.0</modelVersion>
4339
<artifactId>examples</artifactId>
4440

41+
<name>The InfluxDB Client Examples</name>
42+
<description>
43+
The InfluxDB client's Examples - demonstrating various client features
44+
</description>
45+
46+
<url>https://github.com/influxdata/influxdb-client-java/tree/master/examples</url>
47+
48+
<licenses>
49+
<license>
50+
<name>The MIT License (MIT)</name>
51+
<url>https://raw.githubusercontent.com/influxdata/influxdb-client-java/master/LICENSE</url>
52+
<distribution>repo</distribution>
53+
</license>
54+
</licenses>
55+
56+
<developers>
57+
<developer>
58+
<name>Jakub Bednar</name>
59+
<email>[email protected]</email>
60+
<organization>Bonitoo</organization>
61+
<organizationUrl>https://www.bonitoo.io</organizationUrl>
62+
</developer>
63+
<developer>
64+
<name>Robert Hajek</name>
65+
<email>[email protected]</email>
66+
<organization>Bonitoo</organization>
67+
<organizationUrl>https://www.bonitoo.io</organizationUrl>
68+
</developer>
69+
</developers>
70+
71+
<scm>
72+
<connection>scm:git:[email protected]:influxdata/influxdb-client-java.git</connection>
73+
<developerConnection>scm:git:[email protected]:influxdata/influxdb-client-java.git</developerConnection>
74+
<url>https://github.com/influxdata/influxdb-client-java/tree/master</url>
75+
<tag>HEAD</tag>
76+
</scm>
77+
4578
<build>
4679
<plugins>
4780
<plugin>

0 commit comments

Comments
 (0)