Skip to content

Commit

Permalink
Add maven-deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Thomson committed Feb 3, 2020
1 parent ec9890c commit 5884c1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<compiler.fork>false</compiler.fork>
<maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>

<!--Backend properties-->
<ddf.version>2.22.0</ddf.version>
Expand Down Expand Up @@ -118,6 +119,11 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven.deploy.plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit 5884c1e

Please sign in to comment.