Project

General

Profile

« Previous | Next » 

Revision 54218

cannot use property apache.solr.version until we update the released dnet45-parent

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>
......
17 17
		<dependency>
18 18
			<groupId>org.apache.solr</groupId>
19 19
			<artifactId>solr-solrj</artifactId>
20
			<version>${apache.solr.version}</version>
20
			<version>7.5.0</version>
21 21
			<exclusions>
22 22
				<exclusion>
23 23
					<artifactId>wstx-asl</artifactId>

Also available in: Unified diff