bump to version 1.0.1
This commit is contained in:
parent
850cd1a63e
commit
35dbe43319
7
pom.xml
7
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue