commit 1b50230324d6750022763e7460834747db642f48
Author: Mauro Talevi <[email protected]>
AuthorDate: Sun, 2 Jun 2013 10:06:37 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sun, 2 Jun 2013 10:06:37 +0200
Updated maven release plugin version and configuration
diff --git a/pom.xml b/pom.xml
index 19157e6..0c6e827 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus</groupId>
@@ -208,11 +209,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.1</version>
+ <version>2.4.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
+ <pushChanges>false</pushChanges>
+ <localCheckout>true</localCheckout>
</configuration>
</plugin>
<plugin>
@@ -288,8 +291,8 @@
<scanIntervalSeconds>5</scanIntervalSeconds>
</configuration>
</plugin>
- <!--This plugin's configuration is used to store Eclipse m2e settings
- only. It has no influence on the Maven build itself. -->
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only.
+ It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>