Skip to content

Commit

Permalink
[maven-release-plugin] prepare release build-history-manager-0.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Oct 2, 2019
1 parent f44902e commit 687781d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 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>0.0.2-SNAPSHOT</version>
<version>0.1.0-beta</version>
<packaging>hpi</packaging>
<name>Build History Manager</name>
<description>
Expand All @@ -29,7 +28,8 @@
<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>
</scm>
<tag>build-history-manager-0.1.0-beta</tag>
</scm>
<ciManagement>
<system>travis</system>
<url>https://travis-ci.org/damianszczepanik/build-history-manager-plugin</url>
Expand Down Expand Up @@ -74,7 +74,7 @@
<format>html</format>
<format>xml</format>
</formats>
<check/>
<check />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 687781d

Please sign in to comment.