Skip to content

Commit

Permalink
Merge pull request #220 from jenkinsci/java11
Browse files Browse the repository at this point in the history
Bump baseline to Java 11 and Jenkins 2.387.1
  • Loading branch information
uhafner authored Mar 15, 2023
2 parents cad3644 + 984bc1b commit 78da095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.37.0</version>
<version>6.2.0</version>
<relativePath />
</parent>

Expand All @@ -18,12 +18,12 @@
<description>Defines an API for Jenkins to publish checks to SCM platforms.</description>

<properties>
<revision>1.8.2</revision>
<revision>2.0.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

<testcontainers.version>1.17.6</testcontainers.version>
<plugin-util-api.version>2.20.0</plugin-util-api.version>
<plugin-util-api.version>3.1.0</plugin-util-api.version>
</properties>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import com.tngtech.archunit.lang.ArchRule;

import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.*;
import static com.tngtech.archunit.library.plantuml.PlantUmlArchCondition.Configurations.*;
import static com.tngtech.archunit.library.plantuml.PlantUmlArchCondition.*;
import static com.tngtech.archunit.library.plantuml.rules.PlantUmlArchCondition.Configuration.*;
import static com.tngtech.archunit.library.plantuml.rules.PlantUmlArchCondition.*;

/**
* Checks the package architecture of this plugin.
Expand Down

0 comments on commit 78da095

Please sign in to comment.