Skip to content

Commit 8a30d6b

Browse files
committed
[maven-release-plugin] prepare release 3.4.0
1 parent 6d8f73b commit 8a30d6b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>de.ahus1.prometheus.hystrix</groupId>
65
<artifactId>prometheus-hystrix</artifactId>
7-
<version>3.3.2-SNAPSHOT</version>
6+
<version>3.4.0</version>
87
<name>prometheus-hystrix-metrics-publisher</name>
98
<description>This is an implementation of a HystrixMetricsPublisher that publishes metrics using the Prometheus java
109
client.
@@ -45,7 +44,7 @@
4544
<connection>scm:git:git@github.com:ahus1/prometheus-hystrix.git</connection>
4645
<developerConnection>scm:git:git@github.com:ahus1/prometheus-hystrix.git</developerConnection>
4746
<url>scm:git:git@github.com:ahus1/prometheus-hystrix.git</url>
48-
<tag>HEAD</tag>
47+
<tag>3.4.0</tag>
4948
</scm>
5049
<dependencies>
5150
<dependency>

0 commit comments

Comments
 (0)