Project

General

Profile

« Previous | Next » 

Revision 45252

migrated to dnet45

View differences:

pom.xml
1
<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">
1
<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 2
	<parent>
3 3
		<groupId>eu.dnetlib</groupId>
4
		<artifactId>dnet-parent</artifactId>
5
		<version>1.0.0</version>
6
		<relativePath/>
4
		<artifactId>dnet45-parent</artifactId>
5
		<version>1.0.0-SNAPSHOT</version>
6
		<relativePath />
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
......
11 11
	<packaging>jar</packaging>
12 12
	<version>2.0.3-SNAPSHOT</version>
13 13
	<scm>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-lightui-ui/trunk</developerConnection>
15
	</scm>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-lightui-ui/trunk</developerConnection>
15
	</scm>	
16 16
	<dependencies>
17 17
		<dependency>
18 18
			<groupId>eu.dnetlib</groupId>
......
30 30
			<artifactId>dnet-data-provision-rmi</artifactId>
31 31
			<version>[1.0.0,2.0.0)</version>
32 32
		</dependency>
33

  
33
		
34 34
		<dependency>
35 35
			<groupId>eu.dnetlib</groupId>
36 36
			<artifactId>dnet-index-solr-client</artifactId>
37 37
			<version>[2.0.1,2.9.9)</version>
38 38
		</dependency>
39

  
39
		
40 40
		<dependency>
41 41
			<groupId>junit</groupId>
42 42
			<artifactId>junit</artifactId>

Also available in: Unified diff