-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release ignore-committer-strategy-1.0.3
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|