diff options
-rw-r--r-- | demo/api/pom.xml | 4 | ||||
-rw-r--r-- | demo/app/pom.xml | 4 | ||||
-rw-r--r-- | demo/plugin1/pom.xml | 6 | ||||
-rw-r--r-- | demo/plugin2/pom.xml | 6 | ||||
-rw-r--r-- | demo/pom.xml | 4 | ||||
-rw-r--r-- | pf4j/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 4 |
7 files changed, 17 insertions, 17 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml index 7b8d189..739cf0c 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-api</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>jar</packaging> <name>Demo Api</name> diff --git a/demo/app/pom.xml b/demo/app/pom.xml index e26ff7f..4b7b554 100644 --- a/demo/app/pom.xml +++ b/demo/app/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-app</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>jar</packaging> <name>Demo App</name> diff --git a/demo/plugin1/pom.xml b/demo/plugin1/pom.xml index c36948e..edc64dc 100644 --- a/demo/plugin1/pom.xml +++ b/demo/plugin1/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin1</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>jar</packaging> <name>Demo Plugin #1</name> @@ -27,7 +27,7 @@ <plugin.class>ro.fortsoft.pf4j.demo.welcome.WelcomePlugin</plugin.class> <plugin.version>0.0.1</plugin.version> <plugin.provider>Decebal Suiu</plugin.provider> - <plugin.dependencies></plugin.dependencies> + <plugin.dependencies /> </properties> <build> diff --git a/demo/plugin2/pom.xml b/demo/plugin2/pom.xml index 3b65ea6..cf5c67c 100644 --- a/demo/plugin2/pom.xml +++ b/demo/plugin2/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-plugin2</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>jar</packaging> <name>Demo Plugin #2</name> @@ -26,7 +26,7 @@ <plugin.class>ro.fortsoft.pf4j.demo.hello.HelloPlugin</plugin.class> <plugin.version>0.0.1</plugin.version> <plugin.provider>Decebal Suiu</plugin.provider> - <plugin.dependencies></plugin.dependencies> + <plugin.dependencies /> </properties> <build> diff --git a/demo/pom.xml b/demo/pom.xml index fa8bb3a..7cc6cb2 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j.demo</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>pom</packaging> <name>PF4J Demo</name> diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 997c108..847d209 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</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>HEAD</tag> + <tag>release-0.2</tag> </scm> <dependencies> @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>pom</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> @@ -27,7 +27,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>HEAD</tag> + <tag>release-0.2</tag> </scm> <properties> |