Skip to content

Commit 11d0246

Browse files
author
Lennart Koopmann
committed
[maven-release-plugin] prepare release 1.0.0
1 parent c3b074e commit 11d0246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.graylog.plugins</groupId>
99
<artifactId>graylog-plugin-aws</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>${project.artifactId}</name>
@@ -18,7 +18,7 @@
1818
<connection>scm:git:git@github.com:${graylog.plugin-repo-name}.git</connection>
1919
<developerConnection>scm:git:git@github.com:${graylog.plugin-repo-name}.git</developerConnection>
2020
<url>https://github.com/${graylog.plugin-repo-name}</url>
21-
<tag>HEAD</tag>
21+
<tag>1.0.0</tag>
2222
</scm>
2323

2424
<properties>

0 commit comments

Comments
 (0)