Project

General

Profile

« Previous | Next » 

Revision 32117

Added by Nikon Gasparis over 9 years ago

added SMC info

View differences:

modules/uoa-clients/trunk/pom.xml
1 1
<?xml version="1.0" ?>
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">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 4
	<parent>
4
                <groupId>eu.dnetlib</groupId>
5
                <artifactId>dnet-parent</artifactId>
6
                <version>1.0.0-SNAPSHOT</version>
7
        </parent> 
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
8 9
	<modelVersion>4.0.0</modelVersion>
9 10
	<groupId>eu.dnetlib</groupId>
10 11
	<artifactId>uoa-clients</artifactId>
11 12
	<packaging>jar</packaging>
12 13
	<version>1.0.0-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-clients/trunk</developerConnection>
16
	</scm>
13 17
	<dependencies>
14 18
		<dependency>
15 19
			<groupId>eu.dnetlib</groupId>
......
55 59
			<groupId>eu.dnetlib</groupId>
56 60
			<artifactId>icm-functionality-api</artifactId>
57 61
			<version>[1.0.0-SNAPSHOT,)</version>
58
		</dependency>		
62
		</dependency>
59 63
	</dependencies>
60 64
</project>

Also available in: Unified diff