Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed May 26, 2023
2 parents 208be66 + 093bfba commit 2a912d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>webdav-nio-adapter</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>WebDAV-NIO Adapter</name>
<description>Embedded Jetty serving a WebDAV servlet to access resources at a given NIO path.</description>
<url>https://github.com/cryptomator/webdav-nio-adapter</url>
Expand All @@ -21,16 +21,16 @@
<!-- dependencies -->
<integrations-api.version>1.2.0</integrations-api.version>
<webdavservlet.version>1.2.3</webdavservlet.version>
<jetty.version>10.0.14</jetty.version>
<slf4j.version>2.0.6</slf4j.version>
<jetty.version>10.0.15</jetty.version>
<slf4j.version>2.0.7</slf4j.version>

<!-- test dependencies -->
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<junit.jupiter.version>5.9.3</junit.jupiter.version>

<!-- mvn plugin dependencies -->
<dependency-check.version>8.1.2</dependency-check.version>
<jacoco.version>0.8.8</jacoco.version>
<nexus-staging.version>1.6.8</nexus-staging.version>
<jacoco.version>0.8.9</jacoco.version>
<nexus-staging.version>1.6.13</nexus-staging.version>
<maven.deploy.version>3.1.0</maven.deploy.version>
</properties>

Expand Down

0 comments on commit 2a912d2

Please sign in to comment.