From cae313a90e627e04c715db7e1c6f5786acd32eac Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 4 Jan 2025 19:06:41 -0700 Subject: [PATCH] Use recommended format for scm connection fields (#153) * Use recommended format for scm connection fields Silences a Maven warning * Enable incrementals for easier testing and development https://www.jenkins.io/doc/developer/tutorial-improve/enable-incrementals/ describes the steps taken in the commit. https://www.jenkins.io/doc/developer/plugin-development/incrementals/ provides more details of the benefits of incrementals and the way that they help users and developers. * Remove developers list Official list of developers is stored in the repository permissions updater. --- .mvn/extensions.xml | 7 +++++++ .mvn/maven.config | 2 ++ pom.xml | 29 ++++++++--------------------- 3 files changed, 17 insertions(+), 21 deletions(-) create mode 100644 .mvn/extensions.xml create mode 100644 .mvn/maven.config diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 0000000..4e0774d --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + io.jenkins.tools.incrementals + git-changelist-maven-extension + 1.8 + + diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000..2a0299c --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,2 @@ +-Pconsume-incrementals +-Pmight-produce-incrementals diff --git a/pom.xml b/pom.xml index 6be94d9..b63f5f9 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,9 @@ + 2.2.1 + -SNAPSHOT + jenkinsci/plot-plugin 2.452 ${jenkins.baseline}.4 @@ -37,25 +40,9 @@ plot hpi Plot plugin - 2.2.1-SNAPSHOT + ${revision}${changelist} https://github.com/jenkinsci/plot-plugin - - - nidaley - Nigel Daley - - - ericbn - Eric Nielsen - - - vgaidarji - Veaceslav Gaidarji - veaceslav.gaidarji@gmail.com - - - commons-beanutils @@ -157,10 +144,10 @@ - scm:git:ssh://github.com/jenkinsci/plot-plugin.git - scm:git:ssh://git@github.com/jenkinsci/plot-plugin.git - https://github.com/jenkinsci/plot-plugin - HEAD + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + https://github.com/${gitHubRepo} + ${scmTag}