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 b7e67e1 commit afa04c9Copy full SHA for afa04c9
pom.xml
@@ -13,7 +13,7 @@
13
</parent>
14
15
<artifactId>graylog-plugin-aws</artifactId>
16
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.1</version>
17
<packaging>jar</packaging>
18
19
<name>${project.artifactId}</name>
@@ -24,7 +24,7 @@
24
<connection>scm:git:[email protected]:graylog-labs/graylog-plugin-aws.git</connection>
25
<developerConnection>scm:git:[email protected]:graylog-labs/graylog-plugin-aws.git</developerConnection>
26
<url>https://github.com/graylog-labs/graylog-plugin-aws</url>
27
- <tag>HEAD</tag>
+ <tag>2.3.1</tag>
28
</scm>
29
30
<properties>
0 commit comments