pom with release dependencies

This commit is contained in:
Katerina 2021-11-23 13:29:08 +02:00
parent 9a846c8954
commit dc5c321d3d
1 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,6 @@
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
@ -8,7 +9,7 @@
</parent> </parent>
<groupId>eu.dnetlib</groupId> <groupId>eu.dnetlib</groupId>
<artifactId>dnet-explore-metrics</artifactId> <artifactId>dnet-explore-metrics</artifactId>
<version>1.0.0</version> <version>0.0.2-SNAPSHOT</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>
@ -84,8 +85,4 @@
<scm>
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-parent/tags/dnet-explore-metrics-1.0.0</developerConnection>
</scm>
</project> </project>