We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9af90 commit d2e0924Copy full SHA for d2e0924
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>uk.me.hardill</groupId>
5
<artifactId>TRADFRI2MQTT</artifactId>
6
- <version>0.0.5</version>
+ <version>0.0.5-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
9
<name>TRADFRI2MQTT</name>
@@ -72,6 +72,18 @@
72
</execution>
73
</executions>
74
</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
82
+ <artifactId>maven-scm-plugin</artifactId>
83
+ <version>1.8.1</version>
84
+ </dependency>
85
+ </dependencies>
86
+ </plugin>
87
</plugins>
88
</build>
89
0 commit comments