experimenting with release

This commit is contained in:
Katerina 2021-11-23 13:54:22 +02:00
parent dc5c321d3d
commit d0301edfe3
1 changed files with 87 additions and 80 deletions

39
pom.xml
View File

@ -3,9 +3,10 @@
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>
<parent>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet45-parent</artifactId>
<version>1.0.0</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-explore-metrics</artifactId>
@ -17,17 +18,25 @@
<java.version>1.8</java.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.5.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<scm>
<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>
<tag>HEAD</tag>
</scm>
<ciManagement>
<system>jenkins</system>
<url>https://jenkins-dnet.d4science.org/job/dnet-explore-metrics/</url>
</ciManagement>
<distributionManagement>
<repository>
<id>dnet45-releases</id>
<name>D-Net 45 Releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases</url>
<layout>default</layout>
</repository>
</distributionManagement>
<dependencies>
<dependency>
@ -83,6 +92,4 @@
</plugins>
</build>
</project>