Skip to content

Commit

Permalink
Incrementalify plugin deployments.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 23, 2019
1 parent f83f35e commit c710ca0
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.1</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 @@ -12,11 +12,13 @@
<groupId>io.jenkins.plugins</groupId>
<packaging>hpi</packaging>
<name>Bootstrap 4 API Plugin</name>
<version>4.1.3-1-beta3-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<description>Jenkins plug-in that provides Bootstrap 4.</description>
<url>https://github.com/jenkinsci/bootstrap4-api-plugin</url>

<properties>
<revision>4.1.3-1-beta3</revision>
<changelist>-SNAPSHOT</changelist>
<bootstrap.version>4.3.1</bootstrap.version>
<jquery3-api.version>3.4.1-1-beta1</jquery3-api.version>
<popper-api.version>1.15.0-1-beta1</popper-api.version>
Expand Down Expand Up @@ -490,7 +492,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit c710ca0

Please sign in to comment.