|
From: <fg...@us...> - 2013-10-19 09:31:20
|
Revision: 4379
http://openutils.svn.sourceforge.net/openutils/?rev=4379&view=rev
Author: fgiust
Date: 2013-10-19 09:31:15 +0000 (Sat, 19 Oct 2013)
Log Message:
-----------
update maven version, plugins, and requirements to java6
Modified Paths:
--------------
trunk/openutils-parent/pom.xml
Modified: trunk/openutils-parent/pom.xml
===================================================================
--- trunk/openutils-parent/pom.xml 2013-10-14 08:14:15 UTC (rev 4378)
+++ trunk/openutils-parent/pom.xml 2013-10-19 09:31:15 UTC (rev 4379)
@@ -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>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-parent</artifactId>
@@ -27,7 +28,7 @@
</license>
</licenses>
<prerequisites>
- <maven>3.0.0</maven>
+ <maven>3.1.0</maven>
</prerequisites>
<developers>
<developer>
@@ -105,7 +106,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.3</version>
+ <version>2.6</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
@@ -113,14 +114,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.2</version>
+ <version>3.3</version>
<configuration>
<stagingSiteURL>scp://shell.sourceforge.net/home/frs/project/o/op/openutils/htdocs/staging/${project.artifactId}/</stagingSiteURL>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0</version>
+ <version>2.4.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>install</preparationGoals>
@@ -130,7 +131,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
+ <version>2.16</version>
<configuration>
<useManifestOnlyJar>false</useManifestOnlyJar>
</configuration>
@@ -139,14 +140,14 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
- <version>2.0.4</version>
+ <version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
@@ -158,7 +159,7 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.5</version>
+ <version>2.8.1</version>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
@@ -172,7 +173,7 @@
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
- <version>1.5.0</version>
+ <version>1.9.0</version>
<configuration>
<header>src/main/etc/header.txt</header>
<includes>
@@ -195,7 +196,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2</version>
+ <version>2.4</version>
<executions>
<execution>
<id>bundle</id>
@@ -214,7 +215,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.9.1</version>
<configuration>
<encoding>UTF-8</encoding>
<quiet>true</quiet>
@@ -227,7 +228,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
- <version>1.0-beta-6</version>
+ <version>2.5</version>
</extension>
</extensions>
</build>
@@ -235,7 +236,7 @@
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.9.1</version>
<configuration>
<encoding>UTF-8</encoding>
<quiet>true</quiet>
@@ -244,11 +245,11 @@
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1</version>
+ <version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.3</version>
+ <version>2.7</version>
<reportSets>
<reportSet>
<reports>
@@ -259,15 +260,15 @@
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.3</version>
+ <version>2.16</version>
</plugin>
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
</plugin>
</plugins>
</reporting>
@@ -322,17 +323,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.6.1</version>
+ <version>1.7.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.6.1</version>
+ <version>1.7.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.6.1</version>
+ <version>1.7.5</version>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
@@ -373,7 +374,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.1</version>
+ <version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
@@ -388,4 +389,7 @@
</build>
</profile>
</profiles>
-</project>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|