Skip to content

Commit

Permalink
Added release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
phybros committed May 16, 2020
1 parent 5f3cfaf commit 5889d26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<artifactId>ServerTap</artifactId>
<version>1.0-SNAPSHOT</version>

<scm>
<developerConnection>scm:git:ssh://github.com/phybros/servertap</developerConnection>
</scm>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -57,6 +61,13 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit 5889d26

Please sign in to comment.