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