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> <parent>
<groupId>gr.cite</groupId> <groupId>gr.cite</groupId>
<artifactId>annotation-service-parent</artifactId> <artifactId>annotation-service-parent</artifactId>
<version>1.0.0</version> <version>${revision}</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

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