Skip to content

Commit

Permalink
use project version as a variable again
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaning-agent committed Dec 6, 2023
1 parent 78bf0ac commit 04b2696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.dm.infrastructure</groupId>
<artifactId>structured-logging</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>${project.version}</version>

<name>structured-logging</name>
<description>Structured logging and log testing</description>
Expand All @@ -29,6 +29,8 @@
</developers>

<properties>
<project.version>4.0.0-SNAPSHOT</project.version>

<java.version>17</java.version>
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 04b2696

Please sign in to comment.