Skip to content

Commit

Permalink
Incrementalified (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Aug 19, 2019
1 parent 51c0fc3 commit 175e6f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.0-beta-7</version>
</extension>
</extensions>
2 changes: 2 additions & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@

<artifactId>slack</artifactId>
<packaging>hpi</packaging>
<version>2.32-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<name>Slack Notification Plugin</name>
<description>A Build status publisher that notifies channels on a Slack team</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Slack+Plugin</url>

<properties>
<revision>2.32</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.164.3</jenkins.version>
<hpi.compatibleSinceVersion>2.32</hpi.compatibleSinceVersion>

Expand All @@ -39,7 +41,7 @@
<connection>scm:git:ssh://[email protected]/jenkinsci/slack-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/slack-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/slack-plugin</url>
<tag>head</tag>
<tag>${scmTag}</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 175e6f4

Please sign in to comment.