Revision 49118
Added by Alessia Bardi about 7 years ago
modules/dnet-information-service/branches/saxonHE/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" 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">
|
|
3 | 3 |
<parent> |
4 | 4 |
<groupId>eu.dnetlib</groupId> |
5 | 5 |
<artifactId>dnet-parent</artifactId> |
6 |
<version>2.0.0-SNAPSHOT</version>
|
|
7 |
<relativePath/> |
|
6 |
<version>2.0.0</version> |
|
7 |
<relativePath />
|
|
8 | 8 |
</parent> |
9 | 9 |
<modelVersion>4.0.0</modelVersion> |
10 | 10 |
<groupId>eu.dnetlib</groupId> |
11 | 11 |
<artifactId>dnet-information-service</artifactId> |
12 | 12 |
<packaging>jar</packaging> |
13 |
<version>2.0.0-SAXONHE-SNAPSHOT</version>
|
|
13 |
<version>2.0.0-SAXONHE</version> |
|
14 | 14 |
<scm> |
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-information-service/branches/saxonHE</developerConnection>
|
|
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-information-service/tags/dnet-information-service-2.0.0-SAXONHE</developerConnection>
|
|
16 | 16 |
</scm> |
17 | 17 |
|
18 | 18 |
<repositories> |
... | ... | |
28 | 28 |
<dependency> |
29 | 29 |
<groupId>eu.dnetlib</groupId> |
30 | 30 |
<artifactId>dnet-core-components</artifactId> |
31 |
<version>2.0.0-SAXONHE-SNAPSHOT</version>
|
|
31 |
<version>2.0.0-SAXONHE</version> |
|
32 | 32 |
</dependency> |
33 | 33 |
|
34 | 34 |
<dependency> |
Also available in: Unified diff
[maven-release-plugin] prepare release dnet-information-service-2.0.0-SAXONHE