Skip to content

Commit

Permalink
[maven-release-plugin] prepare release radargun-reporting-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBarbie committed Feb 14, 2018
1 parent 2afa239 commit d3a769a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +10,7 @@
</parent>

<artifactId>radargun-reporting</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>hpi</packaging>
<inceptionYear>2018</inceptionYear>

Expand Down Expand Up @@ -71,7 +70,7 @@
<dependency>
<groupId>de.cau.se</groupId>
<artifactId>radargun</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down Expand Up @@ -116,7 +115,8 @@
<connection>scm:git:ssh://github.com/jenkinsci/radargun-reporting-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com:jenkinsci/radargun-reporting-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/radargun-reporting-plugin</url>
</scm>
<tag>radargun-reporting-1.0.0</tag>
</scm>

<build>
<plugins>
Expand Down

0 comments on commit d3a769a

Please sign in to comment.