Skip to content

Commit 88bde0d

Browse files
committed
[release]
Bump README.md references to 7.2 Bump POM version to 7.2
1 parent faadf21 commit 88bde0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> !! This document applies to the next version under development.
22
>
3-
>     See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-7.1.1).
3+
>     See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-7.2).
44
55
# Logstash Logback Encoder
66

@@ -83,7 +83,7 @@ Maven style:
8383
<dependency>
8484
<groupId>net.logstash.logback</groupId>
8585
<artifactId>logstash-logback-encoder</artifactId>
86-
<version>7.1.1</version>
86+
<version>7.2</version>
8787
<!-- Use runtime scope if the project does not have any compile-time usage of logstash-logback-encoder,
8888
such as usage of StructuredArguments/Markers or implementations such as
8989
JsonProvider, AppenderListener, JsonFactoryDecorator, JsonGeneratorDecorator, etc

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.logstash.logback</groupId>
66
<artifactId>logstash-logback-encoder</artifactId>
7-
<version>7.1.2-SNAPSHOT</version>
7+
<version>7.2-SNAPSHOT</version>
88

99
<name>Logstash Logback Encoder</name>
1010
<description>Provides logback encoders, layouts, and appenders to log in JSON and other formats supported by Jackson</description>

0 commit comments

Comments
 (0)