|
|
|
@ -4,12 +4,12 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>ro.fortsoft.pf4j</groupId> |
|
|
|
|
<artifactId>pom</artifactId> |
|
|
|
|
<version>0.2</version> |
|
|
|
|
<version>0.3-SNAPSHOT</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<artifactId>pf4j</artifactId> |
|
|
|
|
<version>0.2</version> |
|
|
|
|
<version>0.3-SNAPSHOT</version> |
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|
<name>PF4J Library</name> |
|
|
|
|
<description>Plugin Framework for Java</description> |
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
<connection>scm:git:https://github.com/decebals/pf4j.git</connection> |
|
|
|
|
<developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection> |
|
|
|
|
<url>git@github.com/decebals/pf4j.git</url> |
|
|
|
|
<tag>release-0.2</tag> |
|
|
|
|
<tag>HEAD</tag> |
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|