Skip to content

Commit

Permalink
Update to Peass 0.3.9-SNAPSHOT and Jenkins 2.387.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jul 4, 2023
1 parent b260220 commit 3ca16bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.56</version>
<version>4.69</version>
<relativePath />
</parent>
<groupId>de.peass</groupId>
<artifactId>peass-ci</artifactId>
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile>
<!-- The revision reflects the Peass core version, 2.1.11 uses Peass 0.1.11. -->
<revision>2.3.8</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/peass-ci-plugin</gitHubRepo>
<peass.version>0.3.8</peass.version>
<peass.version>0.3.9-SNAPSHOT</peass.version>
</properties>
<!-- Jenkins discourages usage of names like peass-jenkins-plugin or peass-plugin (https://www.jenkins.io/doc/developer/publishing/requesting-hosting/), therefore
it's just peass-ci -->
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<version>5.9.3</version>
</dependency>

<!-- To avoid enforcer problems -->
Expand All @@ -99,7 +99,7 @@
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.25.3</version>
<version>3.25.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3ca16bf

Please sign in to comment.