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>2.0.0-CDH-5.3.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>2.0.0-CDH-5.3.0</version>
13
  <packaging>pom</packaging>
14
  <scm>
15
     <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-hadoop-parent/tags/dnet-hadoop-parent-2.0.0-CDH-5.3.0</developerConnection>
16
  </scm>
17
  <properties>
18
    <maven.compiler.target.version>1.7</maven.compiler.target.version>
19
    <apache.solr.version>4.7.0</apache.solr.version>
20
  </properties>
21
</project>
    (1-1/1)