try not use revision variable
This commit is contained in:
parent
c0ac0bb728
commit
c1a241e4a8
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>core</artifactId>
|
||||
<version>${revision}</version>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>${packaging.type}</packaging>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<dependency>
|
||||
<groupId>eu.eudat</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>${revision}</version>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue