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 1ac92af commit 6387ec0Copy full SHA for 6387ec0
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.logstash.logback</groupId>
6
<artifactId>logstash-logback-encoder</artifactId>
7
- <version>7.4-SNAPSHOT</version>
+ <version>7.4</version>
8
9
<name>Logstash Logback Encoder</name>
10
<description>Provides logback encoders, layouts, and appenders to log in JSON and other formats supported by Jackson</description>
@@ -15,7 +15,7 @@
15
<url>https://github.com/logfellow/logstash-logback-encoder</url>
16
<connection>scm:git:https://github.com/logfellow/logstash-logback-encoder</connection>
17
<developerConnection>scm:git:https://github.com/logfellow/logstash-logback-encoder</developerConnection>
18
- <tag>HEAD</tag>
+ <tag>logstash-logback-encoder-7.4</tag>
19
</scm>
20
21
<properties>
0 commit comments