Add semver library
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -22,9 +22,9 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.reficio</groupId>
|
||||
<artifactId>p2-maven-plugin</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<groupId>org.reficio</groupId>
|
||||
<artifactId>p2-maven-plugin</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default-cli</id>
|
||||
@@ -42,6 +42,10 @@
|
||||
<Bundle-Version>3.0.5.${maven.build.timestamp}-RELEASE</Bundle-Version>
|
||||
</instructions>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<id>com.github.zafarkhaja:java-semver:0.9.0</id>
|
||||
<source>true</source>
|
||||
</artifact>
|
||||
<!--
|
||||
<artifact>
|
||||
<id>org.cloudfoundry:cloudfoundry-client-spring:2.0.0.M1</id>
|
||||
|
||||
Reference in New Issue
Block a user