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