Project

General

Profile

« Previous | Next » 

Revision 44286

updated log properties and first implementation of dnet-domain added

View differences:

pom.xml
1 1
<?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">
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet-parent</artifactId>
......
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-wds-domain</artifactId>
11
	<artifactId>dnet-dli-domain</artifactId>
12 12
	<packaging>jar</packaging>
13 13
	<version>1.0.0-SNAPSHOT</version>
14 14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-wds-domain/trunk</developerConnection>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-dli-domain/trunk</developerConnection>
16 16
	</scm>
17 17
	<build>
18 18
		<plugins>
......
42 42

  
43 43
		<dependency>
44 44
			<groupId>eu.dnetlib</groupId>
45
			<artifactId>dnet-graph-domain</artifactId>
45
			<artifactId>dnet-wds-domain</artifactId>
46 46
			<version>1.0.0-SNAPSHOT</version>
47 47
		</dependency>
48 48

  

Also available in: Unified diff