Skip to content

Commit 32028c5

Browse files
committed
Update parent pom metadata
Signed-off-by: Fabian Stäber <[email protected]>
1 parent 6f19357 commit 32028c5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<artifactId>client_java</artifactId>
88
<version>1.0.0-alpha-1-SNAPSHOT</version>
99

10-
<name>Prometheus Java Suite</name>
10+
<name>Prometheus Metrics Library</name>
1111
<url>http://github.com/prometheus/client_java</url>
1212
<description>
13-
The Prometheus Java Suite: Client Metrics, Exposition, and Examples
13+
The Prometheus Java Metrics Library
1414
</description>
1515

1616
<licenses>
@@ -34,6 +34,16 @@
3434
<name>Matt T. Proud</name>
3535
<email>[email protected]</email>
3636
</developer>
37+
<developer>
38+
<id>brian-brazil</id>
39+
<name>Brian Brazil</name>
40+
<email>[email protected]</email>
41+
</developer>
42+
<developer>
43+
<id>fstab</id>
44+
<name>Fabian Stäber</name>
45+
<email>[email protected]</email>
46+
</developer>
3747
</developers>
3848

3949
<modules>
@@ -193,6 +203,7 @@
193203
<useReleaseProfile>false</useReleaseProfile>
194204
<releaseProfiles>release</releaseProfiles>
195205
<goals>deploy</goals>
206+
<tagNameFormat>v${project.version}</tagNameFormat>
196207
</configuration>
197208
</plugin>
198209
<plugin>

0 commit comments

Comments
 (0)