Author: fmui
Date: Thu Mar 27 11:13:52 2014
New Revision: 1582258
URL: http://svn.apache.org/r1582258
Log:
updated parent pom to fix Maven 3.1 issues
Modified:
chemistry/opencmis/trunk/pom.xml
Modified: chemistry/opencmis/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1582258&r1=1582257&r2=1582258&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Thu Mar 27 11:13:52 2014
@@ -123,15 +123,6 @@
</roles>
</developer>
<developer>
- <name>Stephan Klevenz</name>
- <id>klevenzs</id>
- <roles>
- <role>committer</role>
- </roles>
- <email>[email protected]</email>
- <timezone>CET</timezone>
- </developer>
- <developer>
<name>Martin Hermes</name>
<id>hermesm</id>
<roles>
@@ -411,8 +402,13 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.4</version>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.14.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.3</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
@@ -512,7 +508,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.6</version>
+ <version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>