We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c63a74 commit 03d747fCopy full SHA for 03d747f
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>org.cryptomator</groupId>
7
<artifactId>integrations-api</artifactId>
8
- <version>1.1.0</version>
+ <version>1.1.0-SNAPSHOT</version>
9
10
<name>Cryptomator Integrations API</name>
11
<description>Defines optional service interfaces that may be used by Cryptomator</description>
@@ -72,7 +72,6 @@
72
</executions>
73
<configuration>
74
<quiet>true</quiet>
75
- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
76
<release>11</release>
77
<tags>
78
<!-- workaround for "unknown tag: implNote", see https://blog.codefx.org/java/new-javadoc-tags/#Maven -->
0 commit comments