Project

General

Profile

« Previous | Next » 

Revision 48728

Added by Tsampikos Livisianos over 6 years ago

pom changes for java8

View differences:

pom.xml
2 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 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>1.0.0</version>
5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
10 10
	<artifactId>uoa-openaire-connector</artifactId>
11
	<version>1.3.3-SNAPSHOT</version>
11
	<version>2.0.0-SNAPSHOT</version>
12 12
        <scm>
13
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-openaire-connector/trunk</developerConnection>
13
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-openaire-connector/trunk</developerConnection>
14 14
        </scm>
15
    <!--
15 16
	<pluginRepositories>
16 17
		<pluginRepository>
17 18
			<id>dtrotts</id>
......
20 21
			<layout>default</layout>
21 22
		</pluginRepository>
22 23
	</pluginRepositories>
24
    -->
23 25
	<build>
24 26
		<plugins>
25 27
			<plugin>
......
36 38
			<plugin>
37 39
				<groupId>org.apache.thrift.tools</groupId>
38 40
				<artifactId>maven-thrift-plugin</artifactId>
39
				<version>0.1.10</version>
41
				<version>0.1.11</version>
40 42
				<executions>
41 43
					<execution>
42 44
						<id>thrift-sources</id>
......
70 72
									<pluginExecutionFilter>
71 73
										<groupId>org.apache.thrift.tools</groupId>
72 74
										<artifactId>maven-thrift-plugin</artifactId>
73
										<versionRange>[0.1.10,)</versionRange>
75
										<versionRange>[0.1.11,)</versionRange>
74 76
										<goals>
75 77
											<goal>testCompile</goal>
76 78
										</goals>
......
105 107
		</dependency>
106 108
		<dependency>
107 109
			<groupId>eu.dnetlib</groupId>
108
			<artifactId>uoa-utils</artifactId>
109
			<version>[1.1.0, 1.3.0-SNAPSHOT)</version>
110
		</dependency>
111
		<dependency>
112
			<groupId>eu.dnetlib</groupId>
113 110
			<artifactId>uoa-commons</artifactId>
114
			<version>[1.1.0, 1.3.0-SNAPSHOT)</version>
111
            <version>[2.0.0, 3.0.0)</version>
115 112
		</dependency>
116 113
		<dependency>
117 114
			<groupId>org.apache.thrift</groupId>

Also available in: Unified diff