]> source.dussan.org Git - pf4j.git/commitdiff
[maven-release-plugin] prepare for next development iteration
authorDecebal Suiu <decebal.suiu@gmail.com>
Mon, 25 Feb 2013 10:05:20 +0000 (12:05 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Mon, 25 Feb 2013 10:05:20 +0000 (12:05 +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 b6516bc19ba444b527c6182e3a81dd5fffc0c586..a455b3c11bc859a219f1e9e80198567258bc2848 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-api</artifactId>
-    <version>0.4</version>
+    <version>0.5-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Api</name>
 
index 7e638cf47390d540b06cf564262ee49b6a05c209..df04047e090f81f939c2558bf640fc9fa343afc2 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-app</artifactId>
-    <version>0.4</version>
+    <version>0.5-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo App</name>
     
index 44b0bf31dd1515a4a35c6528472b92dff374d626..e17c6ffb7bf5fbb9b5b9157d0e0a219396f5f4dc 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin1</artifactId>
-    <version>0.4</version>
+    <version>0.5-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #1</name>
 
index 0e0b019c4109bc97e78121f94e1a3aea9848fe00..1cabd0d4cd124559fbeb895af6f72fbb9fd40ef4 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin2</artifactId>
-    <version>0.4</version>
+    <version>0.5-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #2</name>
 
index 8dd0a2f50835fada357b268f4cc082d899ec5634..c89b4293afa8a2e1ad185c7995071d03d58afd26 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>ro.fortsoft.pf4j.demo</groupId>
     <artifactId>pf4j-demo-parent</artifactId>
-    <version>0.4</version>
+    <version>0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>PF4J Demo</name>
 
index dfdc782d0f8627acdf4c2ade1f8603e105c576c5..1e7e980edcf86453285e74d898ca2cb875e9d1eb 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j</artifactId>
-    <version>0.4</version>
+    <version>0.5-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.4</tag>
+      <tag>HEAD</tag>
   </scm>
         
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 578baf89f3951204fb870330c53b55d0dde29260..2132dbd94400c86dc24310e1b154c2e029266cf8 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.4</version>
+    <version>0.5-SNAPSHOT</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>release-0.4</tag>
+      <tag>HEAD</tag>
   </scm>
         
     <properties>