Skip to content

Commit

Permalink
[maven-release-plugin] prepare release build-history-manager-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Dec 7, 2019
1 parent 5be47b6 commit 0ae5cb1
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,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>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -10,7 +9,7 @@

<groupId>pl.damianszczepanik</groupId>
<artifactId>build-history-manager</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>hpi</packaging>
<name>Build History Manager</name>
<description>
Expand All @@ -30,7 +29,7 @@
<connection>scm:git:[email protected]:jenkinsci/build-history-manager-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/build-history-manager-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/build-history-manager-plugin</url>
<tag>HEAD</tag>
<tag>build-history-manager-1.1.0</tag>
</scm>
<ciManagement>
<system>travis</system>
Expand Down Expand Up @@ -76,7 +75,7 @@
<format>html</format>
<format>xml</format>
</formats>
<check/>
<check />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0ae5cb1

Please sign in to comment.