Project

General

Profile

« Previous | Next » 

Revision 55808

reintegrated branch solr75 -r53828:HEAD

View differences:

pom.xml
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
6
		<version>1.0.0</version>
7 7
		<relativePath />
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-index-solr-service</artifactId>
12
	<version>3.0.0-SNAPSHOT</version>
12
	<version>2.4.7-SNAPSHOT</version>
13 13
	<scm>
14 14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-index-solr-service/trunk</developerConnection>
15 15
	</scm>
......
17 17
		<dependency>
18 18
			<groupId>eu.dnetlib</groupId>
19 19
			<artifactId>dnet-modular-index-service</artifactId>
20
			<version>[2.0.0,2.9.9)</version>
20
			<version>[2.5.4,2.9.9)</version>
21 21
		</dependency>
22 22
		<dependency>
23 23
			<groupId>eu.dnetlib</groupId>
24
			<artifactId>dnet-index-solr-client</artifactId>
25
			<version>[2.0.0,2.9.9)</version>
26
			<exclusions>
27
				<exclusion>
28
					<groupId>org.slf4j</groupId>
29
					<artifactId>jcl-over-slf4j</artifactId>
30
				</exclusion>
31
			</exclusions>
24
			<artifactId>dnet-index-client</artifactId>
25
			<version>[2.3.4,3.0.0)</version>
32 26
		</dependency>
33 27
	</dependencies>
34 28
</project>

Also available in: Unified diff