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 78bf0ac commit 04b2696Copy full SHA for 04b2696
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>de.dm.infrastructure</groupId>
7
<artifactId>structured-logging</artifactId>
8
- <version>3.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
9
10
<name>structured-logging</name>
11
<description>Structured logging and log testing</description>
@@ -29,6 +29,8 @@
29
</developers>
30
31
<properties>
32
+ <project.version>4.0.0-SNAPSHOT</project.version>
33
+
34
<java.version>17</java.version>
35
<encoding>UTF-8</encoding>
36
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments