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"> 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>org.springframework.boot</groupId>
<artifactId>dnet45-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0</version> <version>2.5.4</version>
<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>
@ -17,17 +18,25 @@
<java.version>1.8</java.version> <java.version>1.8</java.version>
</properties> </properties>
<dependencyManagement> <scm>
<dependencies> <developerConnection>scm:git:https://code-repo.d4science.org/katerina.iatropoulou/dnet-explore-metrics.git</developerConnection>
<dependency> <url>https://code-repo.d4science.org/katerina.iatropoulou/dnet-explore-metrics.git</url>
<groupId>org.springframework.boot</groupId> <tag>HEAD</tag>
<artifactId>spring-boot-dependencies</artifactId> </scm>
<version>2.5.4</version>
<type>pom</type> <ciManagement>
<scope>import</scope> <system>jenkins</system>
</dependency> <url>https://jenkins-dnet.d4science.org/job/dnet-explore-metrics/</url>
</dependencies> </ciManagement>
</dependencyManagement> <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> <dependencies>
<dependency> <dependency>
@ -83,6 +92,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>