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 e5bfa8b commit 1b45297Copy full SHA for 1b45297
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>graylog-plugin-mqtt</artifactId>
12
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0-rc.1</version>
13
14
<name>${project.artifactId}</name>
15
<description>Graylog MQTT Input plugin</description>
@@ -24,7 +24,7 @@
24
<connection>scm:git:[email protected]:graylog-labs/graylog-plugin-mqtt.git</connection>
25
<developerConnection>scm:git:[email protected]:graylog-labs/graylog-plugin-mqtt.git</developerConnection>
26
<url>https://github.com/graylog-labs/graylog-plugin-mqtt</url>
27
- <tag>HEAD</tag>
+ <tag>1.2.0-rc.1</tag>
28
</scm>
29
30
<properties>
0 commit comments