Skip to content

Commit

Permalink
merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingo committed Dec 14, 2023
2 parents de09626 + 119291c commit 2981a79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify
- name: Maven Site
run: mvn -B site site:stage
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
Expand Down Expand Up @@ -246,7 +246,7 @@
<site>
<id>github</id>
<name>Deployment through GitHub's site deployment plugin</name>
<url>site/${project.version}</url>
<url>https://maddingo.github.io/nio-fs-provider/site/${project.version}</url>
</site>
</distributionManagement>

Expand All @@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.2</version>
<reportSets>
<reportSet>
<id>aggregate</id>
Expand All @@ -269,7 +269,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<reportSets>
<reportSet>
<id>aggregate</id>
Expand Down Expand Up @@ -298,10 +298,10 @@
<report>dependencies</report>
<report>dependency-convergence</report>
<report>dependency-info</report>
<report>project-team</report>
<report>cim</report>
<report>team</report>
<report>issue-management</report>
<report>scm</report>
<report>license</report>
<report>licenses</report>
<report>plugins</report>
</reports>
</reportSet>
Expand All @@ -328,7 +328,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.2</version>
<version>5.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -341,7 +341,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.5</version>
<version>1.19.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 0 additions & 6 deletions sftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>17.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webdav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<!--dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.2</version>
<version>4.0.4</version>
<scope>test</scope>
</dependency-->
<!--dependency>
Expand Down

0 comments on commit 2981a79

Please sign in to comment.