Revision 49124
Added by Alessia Bardi about 7 years ago
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>eu.dnetlib</groupId> |
6 | 5 |
<artifactId>dnet-parent</artifactId> |
7 |
<version>2.0.0-SNAPSHOT</version>
|
|
8 |
<relativePath></relativePath>
|
|
6 |
<version>2.0.0</version> |
|
7 |
<relativePath />
|
|
9 | 8 |
</parent> |
10 | 9 |
<modelVersion>4.0.0</modelVersion> |
11 | 10 |
<groupId>eu.dnetlib</groupId> |
12 | 11 |
<artifactId>dnet-modular-uis</artifactId> |
13 | 12 |
<packaging>jar</packaging> |
14 |
<version>2.0.0-SAXONHE-SNAPSHOT</version>
|
|
13 |
<version>2.0.0-SAXONHE</version> |
|
15 | 14 |
<scm> |
16 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-modular-uis/branches/saxonHE</developerConnection>
|
|
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-modular-uis/tags/dnet-modular-uis-2.0.0-SAXONHE</developerConnection>
|
|
17 | 16 |
</scm> |
18 | 17 |
<dependencies> |
19 | 18 |
<dependency> |
20 | 19 |
<groupId>eu.dnetlib</groupId> |
21 | 20 |
<artifactId>dnet-msro-service</artifactId> |
22 |
<version>6.0.0-SAXONHE-SNAPSHOT</version>
|
|
21 |
<version>6.0.0-SAXONHE</version> |
|
23 | 22 |
</dependency> |
24 | 23 |
<dependency> |
25 | 24 |
<groupId>eu.dnetlib</groupId> |
26 | 25 |
<artifactId>dnet-information-service</artifactId> |
27 |
<version>2.0.0-SAXONHE-SNAPSHOT</version>
|
|
26 |
<version>2.0.0-SAXONHE</version> |
|
28 | 27 |
</dependency> |
29 | 28 |
<dependency> |
30 | 29 |
<groupId>eu.dnetlib</groupId> |
31 | 30 |
<artifactId>dnet-core-components</artifactId> |
32 |
<version>2.0.0-SAXONHE-SNAPSHOT</version>
|
|
31 |
<version>2.0.0-SAXONHE</version> |
|
33 | 32 |
</dependency> |
34 | 33 |
<dependency> |
35 | 34 |
<groupId>org.springframework</groupId> |
... | ... | |
71 | 70 |
<dependency> |
72 | 71 |
<groupId>eu.dnetlib</groupId> |
73 | 72 |
<artifactId>dnet-data-provision-services</artifactId> |
74 |
<version>2.0.0-SAXONHE-SNAPSHOT</version>
|
|
73 |
<version>2.0.0-SAXONHE</version> |
|
75 | 74 |
</dependency> |
76 | 75 |
</dependencies> |
77 | 76 |
|
Also available in: Unified diff
[maven-release-plugin] prepare release dnet-modular-uis-2.0.0-SAXONHE