We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b074e commit 11d0246Copy full SHA for 11d0246
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>org.graylog.plugins</groupId>
9
<artifactId>graylog-plugin-aws</artifactId>
10
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
11
<packaging>jar</packaging>
12
13
<name>${project.artifactId}</name>
@@ -18,7 +18,7 @@
18
<connection>scm:git:git@github.com:${graylog.plugin-repo-name}.git</connection>
19
<developerConnection>scm:git:git@github.com:${graylog.plugin-repo-name}.git</developerConnection>
20
<url>https://github.com/${graylog.plugin-repo-name}</url>
21
- <tag>HEAD</tag>
+ <tag>1.0.0</tag>
22
</scm>
23
24
<properties>
0 commit comments