[maven-release-plugin] prepare release dnet-openaire-users-2.0.2-BETA

This commit is contained in:
Konstantinos Triantafyllou 2022-11-28 10:14:50 +02:00
parent c9ee8f114b
commit 6f4f19c6fa
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
<artifactId>dnet45-container-parent</artifactId> <artifactId>dnet45-container-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>dnet-openaire-users</artifactId> <artifactId>dnet-openaire-users</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.0.2-BETA-SNAPSHOT</version> <version>2.0.2-BETA</version>
<scm> <scm>
<connection>scm:git:gitea@code-repo.d4science.org:MaDgIK/dnet-openaire-users.git</connection> <connection>scm:git:gitea@code-repo.d4science.org:MaDgIK/dnet-openaire-users.git</connection>
<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/dnet-openaire-users.git</developerConnection> <developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/dnet-openaire-users.git</developerConnection>
<url>https://code-repo.d4science.org/MaDgIK/dnet-openaire-users/</url> <url>https://code-repo.d4science.org/MaDgIK/dnet-openaire-users/</url>
<tag>dnet-openaire-users-2.0.2-BETA</tag>
</scm> </scm>
<dependencies> <dependencies>
<dependency> <dependency>