Skip to content

Commit

Permalink
Merge pull request #239 from basil/pom
Browse files Browse the repository at this point in the history
Update plugin parent POM and BOM
  • Loading branch information
tszmytka authored Feb 24, 2022
2 parents 147023d + 43b2833 commit ae135cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.0-beta-7</version>
<version>1.3</version>
</extension>
</extensions>
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.30</version>
<version>4.34</version>
<relativePath />
</parent>

Expand All @@ -15,7 +15,7 @@

<name>AnsiColor</name>
<description>Adds ANSI coloring to the Console Output</description>
<url>https://github.com/jenkinsci/ansicolor-plugin</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<licenses>
<license>
<name>The MIT License</name>
Expand All @@ -38,9 +38,9 @@
</developers>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>

Expand All @@ -49,6 +49,7 @@
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.3</jenkins.version>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

<dependencies>
Expand All @@ -70,7 +71,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
<version>2.42</version> <!-- TODO https://github.com/jenkinsci/bom/pull/687 -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1008.vb9e22885c9cf</version>
<version>1155.v77b_fd92a_26fc</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit ae135cb

Please sign in to comment.