Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit b982e02

Browse files
committed
Fixes POM to use correct versions
Signed-off-by: Frank Schnicke <frank.schnicke@iese.fraunhofer.de>
1 parent d270961 commit b982e02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>io.admin-shell.aas</groupId>
2929
<artifactId>dataformat-parent</artifactId>
30-
<version>1.3.0-SNAPSHOT</version>
30+
<version>${revision}</version>
3131
<packaging>pom</packaging>
3232
<modules>
3333
<module>dataformat-aasx</module>
@@ -40,8 +40,8 @@
4040
<module>validator</module>
4141
</modules>
4242
<properties>
43-
<revision>1.1.0</revision>
44-
<model.version>1.3.0-SNAPSHOT</model.version>
43+
<revision>1.3.0-SNAPSHOT</revision>
44+
<model.version>1.1.1</model.version>
4545

4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)