Skip to content

Commit

Permalink
added missing deploy profile properties
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkocot committed Mar 5, 2021
1 parent 9e23ecc commit 0e3246f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.5.2</junit.version>
<jacoco.version>0.8.2</jacoco.version>

<!-- Maven Central Release tools -->
<versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 0e3246f

Please sign in to comment.