Skip to content

Commit

Permalink
[JENKINS-51599] JEP-305: Use Incrementals
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed May 30, 2018
1 parent 3713038 commit 87da1a8
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
@@ -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-3</version>
</extension>
</extensions>
2 changes: 2 additions & 0 deletions .mvn/maven.config
@@ -0,0 +1,2 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>io.jenkins.docker</groupId>
<artifactId>docker-plugin</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Docker plugin</name>
Expand All @@ -25,6 +25,8 @@
</developers>

<properties>
<revision>1.1.5</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.level>8</java.level>
<groovy.version>2.4.7</groovy.version>
Expand Down Expand Up @@ -259,7 +261,7 @@
<connection>scm:git:ssh://github.com/jenkinsci/docker-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/docker-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/docker-plugin</url>
<tag>HEAD</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 87da1a8

Please sign in to comment.