Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Aug 23, 2019
1 parent e678e47 commit e3725ed
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.johrstrom</groupId>
<artifactId>jmeter-prometheus-plugin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<name>Jmeter-Prometheus Listener Plugin</name>
<description>A Jmeter plugin that creates a Prometheus endpoint of results.</description>
<url>https://github.com/johrstrom/jmeter-prometheus-plugin</url>
Expand Down Expand Up @@ -36,7 +34,8 @@
<url>https://github.com/johrstrom/jmeter-prometheus-plugin</url>
<connection>scm:git:git://github.com/johrstrom/jmeter-prometheus-plugin.git</connection>
<developerConnection>scm:git:git@github.com:johrstrom/jmeter-prometheus-plugin.git</developerConnection>
</scm>
<tag>0.5.0</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit e3725ed

Please sign in to comment.