Skip to content

Commit 89b2cb7

Browse files
authored
Merge pull request #78 from jenkinsci/pom-updates
Update pom to latest, baseline to 2.222.4 and use bom to manage deps
2 parents de8af4b + 6d5d5ae commit 89b2cb7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.mvn/extensions.xml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<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">
2+
<extension>
3+
<groupId>io.jenkins.tools.incrementals</groupId>
4+
<artifactId>git-changelist-maven-extension</artifactId>
5+
<version>1.2</version>
6+
</extension>
7+
</extensions>

.mvn/maven.config

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-Pconsume-incrementals
2+
-Pmight-produce-incrementals

0 commit comments

Comments
 (0)