1
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
3
|
<parent>
|
4
|
<groupId>eu.dnetlib</groupId>
|
5
|
<artifactId>dnet-parent</artifactId>
|
6
|
<version>1.0.0</version>
|
7
|
<relativePath></relativePath>
|
8
|
</parent>
|
9
|
<modelVersion>4.0.0</modelVersion>
|
10
|
<groupId>eu.dnetlib</groupId>
|
11
|
<artifactId>dnet-hadoop-parent</artifactId>
|
12
|
<version>1.0.0</version>
|
13
|
<packaging>pom</packaging>
|
14
|
<properties>
|
15
|
<maven.compiler.target.version>1.6</maven.compiler.target.version>
|
16
|
<apache.solr.version>4.7.0</apache.solr.version>
|
17
|
</properties>
|
18
|
</project>
|