Skip to content

Commit

Permalink
Merge pull request #197 from jenkinsci/plugin-util-test
Browse files Browse the repository at this point in the history
Bump version of analysis-pom to 5.35.0
  • Loading branch information
uhafner committed Oct 28, 2022
2 parents 7b1ccd7 + 8bd5c50 commit 55871b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>5.33.0</version>
<version>5.35.0</version>
<relativePath />
</parent>

Expand All @@ -22,8 +22,6 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

<!-- Jenkins Plug-in Dependencies Versions -->
<plugin-util-api.version>2.17.0</plugin-util-api.version>
<testcontainers.version>1.17.5</testcontainers.version>
</properties>

Expand All @@ -46,14 +44,12 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<version>${plugin-util-api.version}</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>plugin-util-api</artifactId>
<version>${plugin-util-api.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
Expand Down

0 comments on commit 55871b9

Please sign in to comment.