bump to version 1.0.1

This commit is contained in:
Antonio Amendola 2025-10-16 10:17:33 +02:00
parent c105703e83
commit 620bc9f85f
3 changed files with 7 additions and 6 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-bs</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>${revision}</version>
<packaging>pom</packaging>
<name>wp2-be-audit-bs</name>
@ -24,7 +24,8 @@
</modules>
<properties>
<itserr.audit-bs.version>${project.version}</itserr.audit-bs.version>
<revision>1.0.1</revision>
<itserr.audit-bs.version>${revision}</itserr.audit-bs.version>
</properties>
<dependencyManagement>
@ -39,7 +40,7 @@
<dependency>
<groupId>com.finconsgroup.itserr.marketplace</groupId>
<artifactId>wp2-be-audit-dm-client</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<!-- WP2 Audit BS Client -->

View File

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