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