Project

General

Profile

1 35456 alessia.ba
<?xml version="1.0" encoding="UTF-8"?>
2 35600 claudio.at
<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 35456 alessia.ba
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5 46560 alessia.ba
		<artifactId>dnet45-parent</artifactId>
6 48090 alessia.ba
		<version>1.0.0</version>
7 35600 claudio.at
		<relativePath />
8 35456 alessia.ba
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-aggregative-basic-workflows</artifactId>
12
	<packaging>jar</packaging>
13 62140 michele.ar
	<version>3.0.1-SNAPSHOT</version>
14 35456 alessia.ba
	<scm>
15 62140 michele.ar
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-aggregative-basic-workflows/trunk</developerConnection>
16 35456 alessia.ba
	</scm>
17
	<dependencies>
18 41060 alessia.ba
		<dependency>
19 35456 alessia.ba
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>dnet-msro-service</artifactId>
21 62137 michele.ar
			<version>[4.0.0,5.0.0)</version>
22 35456 alessia.ba
		</dependency>
23
	</dependencies>
24
</project>