Skip to content

Commit

Permalink
ref #1373 (comment) edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 3, 2021
1 parent 529147b commit cb41a7b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<maven.shade.version>3.2.4</maven.shade.version>
<maven.source.version>2.2.1</maven.source.version>
<junit.version>4.13.1</junit.version>
<junit5.version>5.7.0</junit5.version>
<nexus.staging.plugin.version>1.6.8</nexus.staging.plugin.version>
Expand Down Expand Up @@ -82,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven.source.version}</version>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -100,19 +99,6 @@
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven.source.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit cb41a7b

Please sign in to comment.