From 789307cd0a16964947c5b8956aaf8189edc41a1a Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 8 Aug 2022 18:21:00 -0700 Subject: [PATCH] Revert "Incrementalify" This reverts commit 5ac09af334b60b3a18b73589d3b60e9a5e1445ef. --- .mvn/extensions.xml | 7 ------- .mvn/maven.config | 2 -- plugin/pom.xml | 9 ++++----- 3 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 .mvn/extensions.xml delete mode 100644 .mvn/maven.config diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml deleted file mode 100644 index 9ac2968bca..0000000000 --- a/.mvn/extensions.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - io.jenkins.tools.incrementals - git-changelist-maven-extension - 1.4 - - diff --git a/.mvn/maven.config b/.mvn/maven.config deleted file mode 100644 index 2a0299c486..0000000000 --- a/.mvn/maven.config +++ /dev/null @@ -1,2 +0,0 @@ --Pconsume-incrementals --Pmight-produce-incrementals diff --git a/plugin/pom.xml b/plugin/pom.xml index 66c4b0a9bd..b90060b3e3 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -18,12 +18,11 @@ tools and visualizes the results. It has built-in support for numerous static analysis tools (including several compilers), see the list of supported report formats. - https://github.com/jenkinsci/${project.artifactId}-plugin + https://github.com/jenkinsci/warnings-ng-plugin 9.16.0 -SNAPSHOT - jenkinsci/${project.artifactId}-plugin ${project.groupId}.warnings.ng 10.15.0 @@ -641,9 +640,9 @@ - scm:git:https://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git - https://github.com/${gitHubRepo} + scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git + scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git + https://github.com/jenkinsci/${project.artifactId}-plugin ${scmTag}