[Jguiraffe-developers] SF.net SVN: jguiraffe:[206] trunk/pom.xml
Brought to you by:
oheger
|
From: <oh...@us...> - 2012-01-29 18:40:03
|
Revision: 206
http://jguiraffe.svn.sourceforge.net/jguiraffe/?rev=206&view=rev
Author: oheger
Date: 2012-01-29 18:39:57 +0000 (Sun, 29 Jan 2012)
Log Message:
-----------
Updated parent pom. Changed some dependencies to libraries and plug-ins to most recent versions.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-01-29 18:29:57 UTC (rev 205)
+++ trunk/pom.xml 2012-01-29 18:39:57 UTC (rev 206)
@@ -1,5 +1,5 @@
<!--
- Copyright 2006-2011 The GUIraffe Team.
+ Copyright 2006-2012 The GUIraffe Team.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -101,7 +101,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.4</version>
+ <version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
+ <version>2.11</version>
<configuration>
<forkMode>once</forkMode>
<argLine>-enableassertions</argLine>
@@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
@@ -139,6 +139,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.5.1</version>
<executions>
<execution>
<goals>
@@ -173,7 +174,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.8.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
@@ -198,7 +199,7 @@
-->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
+ <version>1.7</version>
<executions>
<execution>
<id>javadoc.resources</id>
@@ -236,7 +237,7 @@
<jelly>XML_STYLE</jelly>
</mapping>
<properties>
- <year>2011</year>
+ <year>2012</year>
</properties>
</configuration>
<executions>
@@ -260,7 +261,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
<configuration>
<archive>
<manifestEntries>
@@ -276,7 +277,7 @@
<distributionManagement>
<site>
<id>website</id>
- <url>scp://shell.sourceforge.net/home/groups/j/jg/jguiraffe/htdocs</url>
+ <url>scp://shell.sourceforge.net/home/project-web/jguiraffe/htdocs</url>
</site>
</distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|