Project

General

Profile

1 47566 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
	        <artifactId>dnet45-parent</artifactId>
6
            <version>1.0.0-SNAPSHOT</version>
7
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<artifactId>icm-iis-assembly-resources</artifactId>
10
	<packaging>jar</packaging>
11
	<version>1.0.1-SNAPSHOT</version>
12
13
 	<scm>
14
	    <developerConnection>
15
	      scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/icm-iis-assembly-resources/trunk
16
	    </developerConnection>
17
	</scm>
18
19
	<distributionManagement>
20
	        <repository>
21
		        <id>dnet45-bootstrap-snapshot</id>
22
		        <url>
23
		        http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-bootstrap-snapshot
24
		        </url>
25
	        </repository>
26
	</distributionManagement>
27
28
</project>