Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ignore-committer-strategy-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
b-b3rn4rd committed Jan 8, 2018
1 parent 48f9207 commit 9502b27
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
Expand Up @@ -24,20 +24,19 @@
~
-->

<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>
<artifactId>plugin</artifactId>
<version>3.2</version>
<relativePath/>
<relativePath />
</parent>

<groupId>au.com.versent.jenkins.plugins</groupId>
<artifactId>ignore-committer-strategy</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>hpi</packaging>
<name>Ignore Committer Strategy</name>
<description>This plugin provides additional configuration to prevent multi branch projects from triggering new builds
Expand Down Expand Up @@ -69,7 +68,8 @@
<developerConnection>scm:git:[email protected]:Versent/jenkins-${project.artifactId}-plugin.git
</developerConnection>
<url>https://github.com/Versent/jenkins-${project.artifactId}-plugin</url>
</scm>
<tag>ignore-committer-strategy-1.0.3</tag>
</scm>

<repositories>
<repository>
Expand Down

0 comments on commit 9502b27

Please sign in to comment.