Skip to content

Commit d2e0924

Browse files
committed
Fix release plugin?
1 parent 9c9af90 commit d2e0924

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>uk.me.hardill</groupId>
55
<artifactId>TRADFRI2MQTT</artifactId>
6-
<version>0.0.5</version>
6+
<version>0.0.5-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>TRADFRI2MQTT</name>
@@ -72,6 +72,18 @@
7272
</execution>
7373
</executions>
7474
</plugin>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-release-plugin</artifactId>
78+
<version>2.2.2</version>
79+
<dependencies>
80+
<dependency>
81+
<groupId>org.apache.maven.plugins</groupId>
82+
<artifactId>maven-scm-plugin</artifactId>
83+
<version>1.8.1</version>
84+
</dependency>
85+
</dependencies>
86+
</plugin>
7587
</plugins>
7688
</build>
7789

0 commit comments

Comments
 (0)