Project

General

Profile

« Previous | Next » 

Revision 48729

Added by Tsampikos Livisianos over 6 years ago

pom changes for java8

View differences:

modules/dnet-openaire-connector-service/trunk/pom.xml
3 3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 4
	<parent>
5 5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
6
		<artifactId>dnet45-parent</artifactId>
7 7
		<version>1.0.0-SNAPSHOT</version>
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-openaire-connector-service</artifactId>
12 12
	<packaging>war</packaging>
13
	<version>2.0.0-SNAPSHOT</version>
13
	<version>3.0.0-SNAPSHOT</version>
14 14
	<build>
15 15
		<plugins>
16
			<!--
16 17
			<plugin>
17 18
				<groupId>eu.dnetlib</groupId>
18 19
				<artifactId>dnet-jetty-maven-plugin</artifactId>
......
27 28
					</connectors>
28 29
				</configuration>
29 30
			</plugin>
31
			-->
30 32
		</plugins>
31 33
	</build>
32 34
	<dependencies>
33 35
		<dependency>
34 36
			<groupId>eu.dnetlib</groupId>
35 37
			<artifactId>uoa-openaire-connector</artifactId>
36
			<version>[1.0.0,)</version>
38
			<version>[2.0.0-SNAPSHOT,)</version>
37 39
		</dependency>
38 40
		<dependency>
39 41
			<groupId>eu.dnetlib</groupId>
40 42
			<artifactId>uoa-clients</artifactId>
41
			<version>[1.0.0-SNAPSHOT,)</version>
43
			<version>[2.0.0-SNAPSHOT,)</version>
42 44
		</dependency>
43 45
		<dependency>
44 46
			<groupId>eu.dnetlib</groupId>
45 47
			<artifactId>uoa-hcm</artifactId>
46
			<version>[1.0.0-SNAPSHOT,)</version>
48
			<version>[2.0.0-SNAPSHOT,)</version>
47 49
		</dependency>
48 50
		<dependency>
49 51
			<groupId>org.apache.cxf</groupId>
......
53 55
		<dependency>
54 56
			<groupId>eu.dnetlib</groupId>
55 57
			<artifactId>dnet-runtime</artifactId>
56
			<version>[1.0.0-SNAPSHOT,)</version>
58
			<version>[1.0.2-SNAPSHOT,)</version>
57 59
		</dependency>
58 60
	</dependencies>
59 61
</project>

Also available in: Unified diff