]> source.dussan.org Git - pf4j.git/commitdiff
[maven-release-plugin] prepare release release-0.2 release-0.2
authorDecebal Suiu <decebal.suiu@gmail.com>
Wed, 7 Nov 2012 11:51:32 +0000 (13:51 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Wed, 7 Nov 2012 11:51:32 +0000 (13:51 +0200)
demo/api/pom.xml
demo/app/pom.xml
demo/plugin1/pom.xml
demo/plugin2/pom.xml
demo/pom.xml
pf4j/pom.xml
pom.xml

index 7b8d1891f91734218465c24f3953d5eaa79a489c..739cf0c5c5eb1cbb25d572690e973b71cac3cfc8 100644 (file)
@@ -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>
 
index e26ff7fb2fdcdf2e573d442870eafb52165a9668..4b7b55442235567f67153ad704c80c80c3840389 100644 (file)
@@ -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>
     
index c36948eaa0e85b6e63244d7e78f8c4e9b6a83fae..edc64dce712fc311337eee47e22fc3fdaf72b070 100644 (file)
@@ -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>
index 3b65ea6ec3711d55d27d330989f5df0449a27e47..cf5c67cba907779856b7c5780856374caa9fbc3a 100644 (file)
@@ -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>
index fa8bb3a3eb288d4dae9200423487509ac828c057..7cc6cb2bfeeef22372d626b23af0159dae4b8dc4 100644 (file)
@@ -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>
 
index 997c1089922c5437d7416b9011bb40ccd0e49b00..847d20965d59549ed227c2cd4253a86c79d13d56 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index 1656b31891712c5e8802aad94951bce0bc015e76..c31fd47a4c5312a8c0260dac8d105205f4fdaad4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>