The same happens for other plugins i managed like nodejs-plugin, dependecy-check, xunit-plugin Thanks I'm try the patch Il giorno martedì 3 giugno 2025 alle 01:58:20 UTC+2 [email protected] ha scritto:
> This ought to do the trick: > > diff --git a/pom.xml b/pom.xml > index 529c0e2..4d2cce0 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -64,7 +64,7 @@ > <connection>scm:git:https://github.com/${gitHubRepo}.git</connection> > > <developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection> > <url>https://github.com/${gitHubRepo}</url> > - <tag>936.3.1</tag> > + <tag>${scmTag}</tag> > </scm> > > <dependencyManagement> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/e80143e0-7bcf-4961-9bd1-1866dd19f41en%40googlegroups.com.
