[maven-release-plugin] prepare release dnet-explore-metrics-1.0.0

This commit is contained in:
Katerina 2021-11-23 13:55:05 +02:00
parent d0301edfe3
commit f8ff5aaf22
1 changed files with 4 additions and 5 deletions

View File

@ -1,16 +1,15 @@
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.4</version> <version>2.5.4</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath /> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
<artifactId>dnet-explore-metrics</artifactId> <artifactId>dnet-explore-metrics</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>1.0.0</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>dnet-explore-metrics</name> <name>dnet-explore-metrics</name>
<description>Project for exposing Explore metrics</description> <description>Project for exposing Explore metrics</description>
@ -21,7 +20,7 @@
<scm> <scm>
<developerConnection>scm:git:https://code-repo.d4science.org/katerina.iatropoulou/dnet-explore-metrics.git</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/katerina.iatropoulou/dnet-explore-metrics.git</developerConnection>
<url>https://code-repo.d4science.org/katerina.iatropoulou/dnet-explore-metrics.git</url> <url>https://code-repo.d4science.org/katerina.iatropoulou/dnet-explore-metrics.git</url>
<tag>HEAD</tag> <tag>dnet-explore-metrics-1.0.0</tag>
</scm> </scm>
<ciManagement> <ciManagement>