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 45255 claudio.at
		<artifactId>dnet45-parent</artifactId>
6 49944 claudio.at
		<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 49947 claudio.at
	<version>2.0.2-BASIC-AGGREGATOR-SNAPSHOT</version>
14 35456 alessia.ba
	<scm>
15 49947 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-aggregative-basic-workflows/branches/nodeRefactoring</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
			<version>[3.0.0,4.0.0)</version>
22
		</dependency>
23
	</dependencies>
24
</project>