Revision 49113
Added by Alessia Bardi almost 7 years ago
pom.xml | ||
---|---|---|
3 | 3 |
<parent> |
4 | 4 |
<groupId>eu.dnetlib</groupId> |
5 | 5 |
<artifactId>dnet-parent</artifactId> |
6 |
<version>2.0.0</version> |
|
6 |
<version>2.0.0-SNAPSHOT</version>
|
|
7 | 7 |
<relativePath /> |
8 | 8 |
</parent> |
9 | 9 |
<modelVersion>4.0.0</modelVersion> |
10 | 10 |
<groupId>eu.dnetlib</groupId> |
11 | 11 |
<artifactId>dnet-data-provision-services</artifactId> |
12 | 12 |
<packaging>jar</packaging> |
13 |
<version>2.0.0-SAXONHE</version>
|
|
13 |
<version>2.0.1-SAXONHE-SNAPSHOT</version>
|
|
14 | 14 |
<scm> |
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-data-provision-services/tags/dnet-data-provision-services-2.0.0-SAXONHE</developerConnection>
|
|
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-data-provision-services/branches/saxonHE</developerConnection>
|
|
16 | 16 |
</scm> |
17 | 17 |
|
18 | 18 |
|
... | ... | |
22 | 22 |
<dependency> |
23 | 23 |
<groupId>eu.dnetlib</groupId> |
24 | 24 |
<artifactId>dnet-core-components</artifactId> |
25 |
<version>2.0.0-SAXONHE</version>
|
|
25 |
<version>[2.0.0-SAXONHE,3.0.0-SAXONHE)</version>
|
|
26 | 26 |
</dependency> |
27 | 27 |
<dependency> |
28 | 28 |
<groupId>eu.dnetlib</groupId> |
29 | 29 |
<artifactId>dnet-core-services</artifactId> |
30 |
<version>2.0.0-SAXONHE</version>
|
|
30 |
<version>[2.0.0-SAXONHE,3.0.0-SAXONHE)</version>
|
|
31 | 31 |
</dependency> |
32 | 32 |
<dependency> |
33 | 33 |
<groupId>org.springframework</groupId> |
Also available in: Unified diff
[maven-release-plugin] prepare for next development iteration