Skip to content

Commit 04b2696

Browse files
use project version as a variable again
1 parent 78bf0ac commit 04b2696

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>de.dm.infrastructure</groupId>
77
<artifactId>structured-logging</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>${project.version}</version>
99

1010
<name>structured-logging</name>
1111
<description>Structured logging and log testing</description>
@@ -29,6 +29,8 @@
2929
</developers>
3030

3131
<properties>
32+
<project.version>4.0.0-SNAPSHOT</project.version>
33+
3234
<java.version>17</java.version>
3335
<encoding>UTF-8</encoding>
3436
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)