]> source.dussan.org Git - pf4j.git/commitdiff
[maven-release-plugin] prepare release release-0.1 release-0.1
authorDecebal Suiu <decebal.suiu@gmail.com>
Wed, 17 Oct 2012 13:26:46 +0000 (16:26 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Wed, 17 Oct 2012 13:26:46 +0000 (16:26 +0300)
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 59c02ff771faba7c4d7ae7d21c9140311372a26a..b89f699728cacc8d9f7c4e073828463e819f0db9 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-api</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
     <name>Demo Api</name>
 
index 4a054a29bd211c7937ed07e64d63cbfd67f944d6..ef553c6325f4aaeb2970a02163b62ba784e1a0dd 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-app</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
     <name>Demo App</name>
     
index 06125df32c0d75fc2aa5ae7c0299362a43d0c85f..4523aa85e3e39425d6b32414740bc1c9c41b4742 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin1</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #1</name>
 
index 88e043795ce066c7eb60592c31cfaa09aac4cfa8..bdc2c05f9d978aef07b48ff9204c32a6ae94f055 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j.demo</groupId>
         <artifactId>pom</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j-demo-plugin2</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
     <name>Demo Plugin #2</name>
 
index ec642decfc774d942c60c38599054184307e2c41..79116df084ec84b4ce9edb00b0a63884717e60df 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pom</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>ro.fortsoft.pf4j.demo</groupId>
     <artifactId>pom</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>pom</packaging>
     <name>PF4J Demo</name>
 
index 0a286273e3bc2a89117a405e97bef0f025a70f37..206c7504942c96119d054af21021ccd29580da17 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>ro.fortsoft.pf4j</groupId>
         <artifactId>pom</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pf4j</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
     <name>PF4J Library</name>
     <description>Plugin Framework for Java</description>
@@ -26,7 +26,8 @@
         <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>
-    </scm>
+      <tag>release-0.1</tag>
+  </scm>
         
     <dependencies>
            <dependency>
diff --git a/pom.xml b/pom.xml
index 6f19cd2df1ae27e4721726e47adf8f0c81b3b9fa..09d4de06ba0c3b7910148789213bba6987c88633 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.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>pom</packaging>
     <name>PF4J</name>
     <description>Plugin Framework for Java</description>
@@ -27,7 +27,8 @@
         <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>
-    </scm>
+      <tag>release-0.1</tag>
+  </scm>
         
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>