add revision propery on pom

This commit is contained in:
Alexandros Mandilaras 2024-02-21 10:08:46 +02:00
parent 07cdb91b9e
commit d19fdc0898
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>gr.cite</groupId>
<artifactId>annotation-service-parent</artifactId>
<version>1.0.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -7,7 +7,7 @@
<groupId>gr.cite</groupId>
<artifactId>annotation-service-parent</artifactId>
<name>Argos Annotation Parent</name>
<version>1.0.0</version>
<version>${revision}</version>
<packaging>pom</packaging>
<parent>
@ -26,6 +26,7 @@
<maven.compiler.release>21</maven.compiler.release>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<revision>1.0.0-SNAPSHOT</revision>
</properties>
<dependencies>