Init pom for beta

This commit is contained in:
Konstantinos Triantafyllou 2023-12-21 15:31:47 +02:00
parent 2e20aeb984
commit b3cddce5ae
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>irish-monitor-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-BETA-SNAPSHOT</version>
<packaging>war</packaging>
<name>irish-monitor-service</name>
<!--<scm>-->
@ -26,7 +26,7 @@
<dependency> <!-- this dependency includes dependency to uoa-monitor-service-library -->
<groupId>eu.dnetlib</groupId>
<artifactId>uoa-monitor-service</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.7-BETA</version>
<classifier>library</classifier>
</dependency>