You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2014/09/23 18:30:49 UTC

git commit: change version to 0.1-incubating-SNAPSHOT configure releaseplugin to do not push automatically, some other release prep

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master ae7fbc0ff -> 91ba2a7b0


change version to 0.1-incubating-SNAPSHOT configure releaseplugin to do not push automatically, some other release prep


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/91ba2a7b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/91ba2a7b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/91ba2a7b

Branch: refs/heads/master
Commit: 91ba2a7b01bdc9edb1934395232eada10ecc4135
Parents: ae7fbc0
Author: salyh <he...@gmail.com>
Authored: Tue Sep 23 18:27:53 2014 +0200
Committer: salyh <he...@gmail.com>
Committed: Tue Sep 23 18:27:53 2014 +0200

----------------------------------------------------------------------
 pom.xml | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/91ba2a7b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c2991a3..1834eb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <groupId>org.apache.johnzon</groupId>
   <artifactId>johnzon</artifactId>
   <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>0.1-incubating-SNAPSHOT</version>
   <name>Johnzon</name>
   <description>Apache Johnzon is an implementation of JSR-353 (JavaTM API for JSON Processing).</description>
   <inceptionYear>2014</inceptionYear>
@@ -244,12 +244,15 @@
         </configuration>
       </plugin>
       <plugin>
-	    <groupId>org.apache.maven.plugins</groupId>
-	    <artifactId>maven-release-plugin</artifactId>
-	    <version>2.5</version>
-	    <configuration>
-		  <autoVersionSubmodules>true</autoVersionSubmodules>
-	    </configuration>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5</version>
+          <configuration>
+            <tagNameFormat>v@{project.version}</tagNameFormat>
+            <pushChanges>false</pushChanges>
+            <localCheckout>true</localCheckout>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+          </configuration>
        </plugin>
     </plugins>
   </build>
@@ -330,14 +333,14 @@
       
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
-		<artifactId>cobertura-maven-plugin</artifactId>
-		<version>2.6</version>
-		    <configuration>
-				<formats>
-					<format>html</format>
-				</formats>
-			</configuration>
-		</plugin>    
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.6</version>
+            <configuration>
+                <formats>
+                     <format>html</format>
+                </formats>
+            </configuration>
+       </plugin>
     </plugins>
   </reporting>