Skip to content

Commit

Permalink
Fix release plugin?
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Apr 18, 2017
1 parent 9c9af90 commit d2e0924
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>uk.me.hardill</groupId>
<artifactId>TRADFRI2MQTT</artifactId>
<version>0.0.5</version>
<version>0.0.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>TRADFRI2MQTT</name>
Expand Down Expand Up @@ -72,6 +72,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit d2e0924

Please sign in to comment.