Revision 49132
Added by Alessia Bardi about 6 years ago
modules/dnet-parthenos-publisher/trunk/pom.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
|
3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
2 |
<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"> |
|
4 | 3 |
<parent> |
5 | 4 |
<groupId>org.springframework.boot</groupId> |
6 | 5 |
<artifactId>spring-boot-starter-parent</artifactId> |
7 | 6 |
<version>1.5.6.RELEASE</version> |
8 |
<relativePath></relativePath>
|
|
7 |
<relativePath />
|
|
9 | 8 |
</parent> |
10 | 9 |
|
11 | 10 |
<modelVersion>4.0.0</modelVersion> |
12 | 11 |
<groupId>eu.dnetlib</groupId> |
13 | 12 |
<artifactId>dnet-parthenos-publisher</artifactId> |
14 | 13 |
<packaging>jar</packaging> |
15 |
<version>2.0.0-SNAPSHOT</version>
|
|
14 |
<version>2.0.0</version> |
|
16 | 15 |
<scm> |
17 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-parthenos-publisher/trunk</developerConnection> |
|
18 |
</scm> |
|
16 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-parthenos-publisher/tags/dnet-parthenos-publisher-2.0.0</developerConnection> |
|
17 |
<url>https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/dnet-parthenos-publisher/tags/dnet-parthenos-publisher-2.0.0</url> |
|
18 |
</scm> |
|
19 | 19 |
<ciManagement> |
20 | 20 |
<system>jenkins</system> |
21 | 21 |
<url>https://jenkins-dnet.d4science.org/view/DNet50/job/DSL50_dnet-parthenos-publisher/</url> |
Also available in: Unified diff
[maven-release-plugin] prepare release dnet-parthenos-publisher-2.0.0