Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into a9cedependabot/maven/org.apache.maven.plug…
Browse files Browse the repository at this point in the history
…ins-maven-javadoc-plugin-3.5.0
  • Loading branch information
sfuhrm authored Jul 5, 2023
2 parents a61ad14 + e6d33cd commit 474e288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
branches: [ master ]

jobs:
build:
integration_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:
# integration test by downloading the plugin via curl
# at startup
integration_env:
needs: build
needs: integration_build
runs-on: ubuntu-latest
env:
DEBIAN_FRONTEND: noninteractive
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>11.0.13</version>
<version>11.0.15</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -120,7 +120,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<source>11</source>
Expand Down Expand Up @@ -232,7 +232,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.1</version>
<configuration>
<releaseProfiles>release</releaseProfiles>
</configuration>
Expand Down Expand Up @@ -265,7 +265,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.1.0</version>
<configuration>
<keyname>0AC5A45E91FA93DA25380017B0D87B063EAD41F1</keyname>
</configuration>
Expand Down

0 comments on commit 474e288

Please sign in to comment.