bump to version 1.0.1

This commit is contained in:
Antonio Amendola 2025-10-16 10:04:09 +02:00
parent 850cd1a63e
commit 35dbe43319
3 changed files with 6 additions and 5 deletions

View File

@ -8,12 +8,12 @@
<parent>
<groupId>com.finconsgroup.itserr.marketplace</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
<version>1.0.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<artifactId>wp2-be-audit-dm</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>${revision}</version>
<packaging>pom</packaging>
<name>wp2-be-audit-dm</name>
@ -24,7 +24,8 @@
</modules>
<properties>
<itserr.audit-dm.version>${project.version}</itserr.audit-dm.version>
<revision>1.0.1</revision>
<itserr.audit-dm.version>${revision}</itserr.audit-dm.version>
</properties>
<dependencyManagement>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.finconsgroup.itserr.marketplace</groupId>
<artifactId>wp2-be-audit-dm</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.finconsgroup.itserr.marketplace</groupId>
<artifactId>wp2-be-audit-dm</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>