Revision 32675
Added by Andrea Mannocci about 10 years ago
pom.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
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"> |
|
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
3 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
3 | 4 |
<parent> |
4 | 5 |
<groupId>eu.dnetlib</groupId> |
5 | 6 |
<artifactId>dnet-parent</artifactId> |
6 | 7 |
<version>1.0.0</version> |
7 |
<relativePath />
|
|
8 |
<relativePath></relativePath>
|
|
8 | 9 |
</parent> |
9 | 10 |
<modelVersion>4.0.0</modelVersion> |
10 | 11 |
<groupId>eu.dnetlib</groupId> |
11 | 12 |
<artifactId>dnet-eagle-workflows</artifactId> |
12 | 13 |
<packaging>jar</packaging> |
13 |
<version>2.0.0</version> |
|
14 |
<version>2.0.0-SNAPSHOT</version>
|
|
14 | 15 |
|
15 | 16 |
<dependencies> |
16 | 17 |
<dependency> |
... | ... | |
31 | 32 |
<version>3.1</version> |
32 | 33 |
</dependency> |
33 | 34 |
</dependencies> |
34 |
|
|
35 |
<scm> |
|
36 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-parent/tags/dnet-eagle-workflows-2.0.0</developerConnection> |
|
37 |
</scm> |
|
38 | 35 |
</project> |
Also available in: Unified diff
updating to major release of ServiceLocator