We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901cabd commit 57b9228Copy full SHA for 57b9228
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.logstash.logback</groupId>
6
<artifactId>logstash-logback-encoder</artifactId>
7
- <version>4.11-SNAPSHOT</version>
+ <version>4.11</version>
8
9
<name>Logstash Logback Encoder</name>
10
<description>Logback encoder which will output events as Logstash-compatible JSON</description>
@@ -19,7 +19,7 @@
19
<scm>
20
<connection>scm:git:git@github.com:logstash/logstash-logback-encoder.git</connection>
21
<developerConnection>scm:git:git@github.com:logstash/logstash-logback-encoder.git</developerConnection>
22
- <tag>HEAD</tag>
+ <tag>logstash-logback-encoder-4.11</tag>
23
</scm>
24
25
<prerequisites>
0 commit comments