We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e6b22 commit 2d42021Copy full SHA for 2d42021
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.logstash.logback</groupId>
6
<artifactId>logstash-logback-encoder</artifactId>
7
- <version>4.6-SNAPSHOT</version>
+ <version>4.5.1</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.5.1</tag>
23
</scm>
24
25
<prerequisites>
0 commit comments