aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorMário Franco <mario.ffranco@gmail.com>2015-06-05 14:31:31 +0100
committerMário Franco <mario.ffranco@gmail.com>2015-06-05 16:59:17 +0100
commitf3fe919089e65e43313f1219291c39fd1b245663 (patch)
tree380b91a7a84e11bff336b30747a96ef6f9851406 /pf4j/pom.xml
parentf68aee6a09884823bd4764e5af0fcc818f0632e4 (diff)
downloadpf4j-f3fe919089e65e43313f1219291c39fd1b245663.tar.gz
pf4j-f3fe919089e65e43313f1219291c39fd1b245663.zip
Replace Version with semver lib
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml27
1 files changed, 16 insertions, 11 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index dbedbbb..4f05a19 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -14,17 +14,17 @@
<name>PF4J</name>
<description>Plugin Framework for Java</description>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgument>-proc:none</compilerArgument>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArgument>-proc:none</compilerArgument>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<dependencies>
<dependency>
@@ -33,6 +33,11 @@
<version>1.7.5</version>
</dependency>
<dependency>
+ <groupId>com.github.zafarkhaja</groupId>
+ <artifactId>java-semver</artifactId>
+ <version>0.9.0</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>