Project

General

Profile

1 15944 marek.hors
<?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">
3
	<parent>
4
    		<groupId>eu.dnetlib</groupId>
5 26294 marek.hors
	        <artifactId>dnet-hadoop-parent</artifactId>
6 33490 marek.hors
            <version>1.0.0</version>
7 15944 marek.hors
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<artifactId>icm-iis-assembly-resources</artifactId>
10
	<packaging>jar</packaging>
11 33494 marek.hors
	<version>1.0.1-SNAPSHOT</version>
12 33406 marek.hors
13
 	<scm>
14
	    <developerConnection>
15 33494 marek.hors
	      scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/icm-iis-assembly-resources/trunk
16 33406 marek.hors
	    </developerConnection>
17
	</scm>
18
19 33473 marek.hors
	<distributionManagement>
20
	        <repository>
21
		        <id>dnet4-bootstrap-release</id>
22
		        <url>
23
		        http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-bootstrap-release
24
		        </url>
25
	        </repository>
26
	</distributionManagement>
27
28 15944 marek.hors
</project>