Skip to content

Commit

Permalink
Inline Maven property incrementals.url for Maven 4 support (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
froque committed Jan 19, 2023
1 parent a316c25 commit 59317c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@

<!-- To opt in to @Restricted(Beta.class) APIs, set to true: -->
<useBeta>false</useBeta>
<incrementals.url>https://repo.jenkins-ci.org/incrementals/</incrementals.url>
<scmTag>HEAD</scmTag>
<!-- Where to put temporary files during test runs. -->
<surefireTempDir>${project.build.directory}/tmp</surefireTempDir>
Expand Down Expand Up @@ -1270,7 +1269,7 @@
<enabled>false</enabled>
</snapshots>
<id>incrementals</id>
<url>${incrementals.url}</url>
<url>https://repo.jenkins-ci.org/incrementals/</url>
</repository>
</repositories>
<pluginRepositories>
Expand All @@ -1279,7 +1278,7 @@
<enabled>false</enabled>
</snapshots>
<id>incrementals</id>
<url>${incrementals.url}</url>
<url>https://repo.jenkins-ci.org/incrementals/</url>
</pluginRepository>
</pluginRepositories>
</profile>
Expand Down Expand Up @@ -1351,7 +1350,7 @@
<distributionManagement>
<repository>
<id>incrementals</id>
<url>${incrementals.url}</url>
<url>https://repo.jenkins-ci.org/incrementals/</url>
</repository>
</distributionManagement>
<build>
Expand Down

0 comments on commit 59317c2

Please sign in to comment.