]> source.dussan.org Git - pf4j.git/commitdiff
[maven-release-plugin] prepare release release-2.6.0 release-2.6.0
authorDecebal Suiu <decebal.suiu@gmail.com>
Fri, 1 Feb 2019 18:15:55 +0000 (20:15 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Fri, 1 Feb 2019 18:15:55 +0000 (20:15 +0200)
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 a5b384a5e937f2f4b778366065f1fc28de6cf897..eeb3c31a195ead5451666913594a974d9c00690c 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-api</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>jar</packaging>
     <name>Demo Api</name>
 
index 6e5778738306f149b7e8bc7a8ebf1c4e62834a28..fc6db1e4143101d599ecbf0454949553f128f468 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-app</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>jar</packaging>
     <name>Demo App</name>
 
index 6fcb1423f622fdfacb8591e03b09d28918a9bbe9..bb382f8a057186d62a2110f959e88bfb7c7d305e 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.pf4j.demo</groupId>
         <artifactId>pf4j-demo-plugins</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin1</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #1</name>
 
index 7bd0ff3d67bf87afca1ff4d3a2265f5ed23c067d..2f6cb2ba38fd8b903f89dbc71f45b49818567ec1 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.pf4j.demo</groupId>
         <artifactId>pf4j-demo-plugins</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin2</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #2</name>
 
index c9690dd55ba3f96864be9758fc8dd1a814b9d227..f72219239aad5e087f9e6583832a49614050c6d1 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.pf4j.demo</groupId>
         <artifactId>pf4j-demo-parent</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugins</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>pom</packaging>
     <name>Demo Plugins Parent</name>
 
index 682c38ce5589da549a8a6cfcd73e2078235eb1ad..7cfae27df5cd37a0c792b0d20278387ba25b1e6b 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.pf4j.demo</groupId>
     <artifactId>pf4j-demo-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>pom</packaging>
     <name>Demo Parent</name>
 
index e3c3f0087b34568a9a9421fb88fcb95b538c3440..ac6280251f5879d8a76a38f3a8a968c23e68b273 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.pf4j</groupId>
         <artifactId>pf4j-parent</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>jar</packaging>
     <name>PF4J</name>
     <description>Plugin Framework for Java</description>
diff --git a/pom.xml b/pom.xml
index 54294f0e8806270dba7c56048f9e5bab95e9ab3c..f18f6261be79f2aa00c62d11c2ab038512a7290c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.pf4j</groupId>
     <artifactId>pf4j-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.0</version>
     <packaging>pom</packaging>
     <name>PF4J Parent</name>
     <description>Plugin Framework for Java</description>
@@ -27,7 +27,7 @@
         <connection>scm:git:https://github.com/pf4j/pf4j.git</connection>
         <developerConnection>scm:git:https://github.com/pf4j/pf4j.git</developerConnection>
         <url>git@github.com/pf4j/pf4j.git</url>
-        <tag>HEAD</tag>
+        <tag>release-2.6.0</tag>
     </scm>
 
     <distributionManagement>