We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b307ff0 commit 7445ecdCopy full SHA for 7445ecd
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.logstash.logback</groupId>
6
<artifactId>logstash-logback-encoder</artifactId>
7
- <version>6.5-SNAPSHOT</version>
+ <version>6.5</version>
8
9
<name>Logstash Logback Encoder</name>
10
<description>Logback encoder which will output events as Logstash-compatible JSON</description>
@@ -14,7 +14,7 @@
14
<url>https://github.com/logstash/logstash-logback-encoder</url>
15
<connection>scm:git:https://github.com/logstash/logstash-logback-encoder</connection>
16
<developerConnection>scm:git:https://github.com/logstash/logstash-logback-encoder</developerConnection>
17
- <tag>HEAD</tag>
+ <tag>logstash-logback-encoder-6.5</tag>
18
</scm>
19
20
<properties>
0 commit comments