use ${project.version} whenever possible

This commit is contained in:
Claudio Atzori 2019-11-08 17:41:51 +01:00
parent 245b4cbbb3
commit 5711e75f67
2 changed files with 5 additions and 9 deletions

View File

@ -8,12 +8,11 @@
</parent>
<artifactId>dhp-aggregation</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
@ -22,14 +21,13 @@
<dependency>
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-common</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
@ -52,7 +50,6 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -10,6 +10,7 @@
<artifactId>dhp-graph-mapper</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.11</artifactId>
@ -19,17 +20,15 @@
<artifactId>spark-sql_2.11</artifactId>
</dependency>
<dependency>
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-common</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-schemas</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>