Project

General

Profile

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-SNAPSHOT</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-SNAPSHOT</version>
13
  <packaging>pom</packaging>
14
  <properties>
15
    <maven.compiler.source.version>1.6</maven.compiler.source.version>
16
    <maven.compiler.target.version>1.6</maven.compiler.target.version>
17
    <apache.solr.version>4.7.0</apache.solr.version>
18
  </properties>
19
</project>
(2-2/2)