Merge branch 'develop' into release/1.0.0

This commit is contained in:
Robert von Burg 2021-07-16 16:06:31 +02:00
commit 8811a3b27d
1 changed files with 2 additions and 4 deletions

View File

@ -359,10 +359,9 @@
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources-no-fork</id>
<phase>generate-sources</phase>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>
@ -408,7 +407,6 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>