Removed version numbers as they are no longer needed

We now use the bom
This commit is contained in:
Glenn Renfro
2020-10-01 16:29:46 -04:00
parent a7e8aa1102
commit cf285e3e5f
13 changed files with 0 additions and 31 deletions

View File

@@ -123,7 +123,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
@@ -136,7 +135,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>