[maven-release-plugin] prepare release irish-monitor-service-1.0.0-BETA

This commit is contained in:
Konstantinos Triantafyllou 2023-12-21 15:33:15 +02:00
parent 9ee455c4ed
commit bf2201ac5e
1 changed files with 3 additions and 5 deletions

View File

@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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> <modelVersion>4.0.0</modelVersion>
<artifactId>irish-monitor-service</artifactId> <artifactId>irish-monitor-service</artifactId>
<version>1.0.0-BETA-SNAPSHOT</version> <version>1.0.0-BETA</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>irish-monitor-service</name> <name>irish-monitor-service</name>
<scm> <scm>
<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/irish-monitor-service.git</developerConnection> <developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/irish-monitor-service.git</developerConnection>
<tag>HEAD</tag> <tag>irish-monitor-service-1.0.0-BETA</tag>
</scm> </scm>
<parent> <parent>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>