]> source.dussan.org Git - pf4j.git/commitdiff
[maven-release-plugin] prepare for next development iteration
authorDecebal Suiu <decebal.suiu@gmail.com>
Mon, 22 Aug 2016 16:52:11 +0000 (19:52 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Mon, 22 Aug 2016 16:52:11 +0000 (19:52 +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 df20e30abf840cf3297eef4b50674a4c1dc55de9..8a319b4e998250b1cc70643eee93e8353d32141c 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-api</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Api</name>
 
index 18af634d69c96586fa54ab003323fe7744c556c6..ed6a1094ebf6151c59cca59c6faf0b83b3a56f97 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-app</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo App</name>
 
index 4e8661abb6108d03b6a43d1586815840736a3b94..04cb55fc94e3bca1daf882c7c49d95a3d8d75b76 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-plugins</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin1</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #1</name>
 
index 50b509062491311c3c5c9e57ca4717bb14b40b58..55254b2368490537a6cb4ed37c9f8a059088d542 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-plugins</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin2</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #2</name>
 
index c52d96e553dcbd9632c73add9de356c3b274ef0c..2e6364df71511f696a4cdf439b0c7ef4772ab0f2 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugins</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Demo Plugins Parent</name>
 
index cca6d625cd06eb1a7a178dbf1261743426cf4d02..95ea653b9e77a62160a42fd816a70dfda4d6f8d4 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>ro.fortsoft.pf4j.demo</groupId>
     <artifactId>pf4j-demo-parent</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Demo Parent</name>
 
index 3521590013fc3e50dd0f88bff1582b5a10e6ba1e..59e70ae7dfeebd9e13ad8eeb8616de057ecb4928 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j</artifactId>
-    <version>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>PF4J</name>
     <description>Plugin Framework for Java</description>
diff --git a/pom.xml b/pom.xml
index 6753e978df8ddc5a2018c6b0d2f29c2db510703c..3f2359b4659a0e893a6f4854efe53ec20c0651df 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>1.1.0</version>
+    <version>1.2.0-SNAPSHOT</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>release-1.1.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>