Project

General

Profile

1 26600 sandro.lab
<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 30220 claudio.at
    <version>1.0.0</version>
7 26600 sandro.lab
    <relativePath></relativePath>
8
  </parent>
9
  <modelVersion>4.0.0</modelVersion>
10
  <groupId>eu.dnetlib</groupId>
11
  <artifactId>dnet-hadoop-parent</artifactId>
12 30220 claudio.at
  <version>1.0.0</version>
13 26600 sandro.lab
  <packaging>pom</packaging>
14
  <properties>
15
    <maven.compiler.target.version>1.6</maven.compiler.target.version>
16 29961 claudio.at
    <apache.solr.version>4.7.0</apache.solr.version>
17 26600 sandro.lab
  </properties>
18
</project>