Added latest version support for git storage

without this change you always have to pass the concrete version for git based storage
with this change we support passing of a latests version

fixes gh-745
This commit is contained in:
Marcin Grzejszczak
2019-01-10 16:04:32 +01:00
parent e12b0b74b6
commit ea65ae3553
120 changed files with 3170 additions and 23 deletions

View File

@@ -370,6 +370,11 @@
<artifactId>maven-aether-provider</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings-builder</artifactId>