bump to version 1.0.1
This commit is contained in:
parent
c105703e83
commit
620bc9f85f
9
pom.xml
9
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-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 -->
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue