]> source.dussan.org Git - pf4j.git/commitdiff
[maven-release-plugin] prepare release release-0.5 release-0.5
authorDecebal Suiu <decebal.suiu@gmail.com>
Thu, 26 Sep 2013 11:35:02 +0000 (14:35 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Thu, 26 Sep 2013 11:35:02 +0000 (14:35 +0300)
demo/api/pom.xml
demo/app/pom.xml
demo/plugins/plugin1/pom.xml
demo/plugins/plugin2/pom.xml
demo/plugins/pom.xml
demo/pom.xml
pf4j/pom.xml
pom.xml

index 2a2a04b5245816f8c7f65981cc9a1f9a2f9ad9a2..2b8d9fdcbb6fe8e734345dc98e8d949a6e3ce5dc 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-api</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>jar</packaging>
     <name>Demo Api</name>
 
index cef9586afa8b759cb86437a4c747519185a2e18f..f8dd78fd7831e23b6d876f7e8718956bdab177e0 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-app</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>jar</packaging>
     <name>Demo App</name>
 
index 5880fb98293c91144b1588c702b9321b77e419bb..d448fa7331bc961d6f88080ed62cc32fa1654552 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-plugins</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin1</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #1</name>
 
index 62d99fee6c28b58fe1821c6b27cbbe5447e34509..2316918831ce1f70b68fb815229b1802654dc583 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-plugins</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin2</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #2</name>
 
index 94208162f0800d7df493d6cce4f88fb6060728c1..b6ad731d16b7a0ec52345138d5d84d8f2b1189d8 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>ro.fortsoft.pf4j.demo</groupId>
     <artifactId>pf4j-demo-plugins</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>pom</packaging>
     <name>Demo Plugins Parent</name>
 
index 2c7f277d0e026d6e0764280c36efd554b9680a39..d64b4aae847e8617ec26ce4b4b0f84dfea9f247c 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>ro.fortsoft.pf4j.demo</groupId>
     <artifactId>pf4j-demo-parent</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>pom</packaging>
     <name>Demo Parent</name>
 
index 68b07103a63fda56b70510e5b3650b0d512afec2..5c689cf9a19de192752fea0f6db5b3e8b0b4c049 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>jar</packaging>
     <name>PF4J</name>
     <description>Plugin Framework for Java</description>
diff --git a/pom.xml b/pom.xml
index 3c9bb2e89039b528fee246ac05eafac183b300d5..a89a22957e137a10e26fcc8d2e499dd9bf34a860 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>ro.fortsoft.pf4j</groupId>
     <artifactId>pf4j-parent</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>pom</packaging>
     <name>PF4J Parent</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.5</tag>
   </scm>
         
     <properties>