Project

General

Profile

1 32028 andrea.man
<?xml version="1.0" encoding="UTF-8"?>
2 35097 alessia.ba
<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 32028 andrea.man
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6 32531 andrea.man
		<version>1.0.0</version>
7 32028 andrea.man
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10 35596 claudio.at
	<artifactId>dnet-stdl-profiles</artifactId>
11 32028 andrea.man
	<packaging>jar</packaging>
12 35597 claudio.at
	<version>1.0.0-SNAPSHOT</version>
13 35096 alessia.ba
	<scm>
14 35596 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-stdl-profiles/trunk</developerConnection>
15 35096 alessia.ba
	</scm>
16 32028 andrea.man
</project>