]> source.dussan.org Git - pf4j.git/commitdiff
[maven-release-plugin] prepare for next development iteration
authorDecebal Suiu <decebal.suiu@gmail.com>
Wed, 7 Nov 2012 11:51:39 +0000 (13:51 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Wed, 7 Nov 2012 11:51:39 +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 739cf0c5c5eb1cbb25d572690e973b71cac3cfc8..aadffecbe4e623ef525e9a17f0669b260adff7f3 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-api</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Api</name>
 
index 4b7b55442235567f67153ad704c80c80c3840389..be35260315ee1d96e8249c8f52918e55f5e416e8 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-app</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo App</name>
     
index edc64dce712fc311337eee47e22fc3fdaf72b070..8d475d54146d42ec0ffe15b69812c06eaff72250 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin1</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #1</name>
 
index cf5c67cba907779856b7c5780856374caa9fbc3a..b340c66b685ca10b2f6d93660685a739c48d000a 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin2</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #2</name>
 
index 7cc6cb2bfeeef22372d626b23af0159dae4b8dc4..64557be41ca99c8cdf233fc8edb0dbf20ddd655d 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pom</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>ro.fortsoft.pf4j.demo</groupId>
     <artifactId>pom</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>PF4J Demo</name>
 
index 847d20965d59549ed227c2cd4253a86c79d13d56..301ea44f3e97434aa9ca666103e228d2ad29e1eb 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index c31fd47a4c5312a8c0260dac8d105205f4fdaad4..96450ae6f2f127bfca81e5fc208d739f8b2853f2 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</version>
+    <version>0.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
         
     <properties>