Author: niallp
Date: Tue Feb 2 16:13:34 2010
New Revision: 905688
URL: http://svn.apache.org/viewvc?rev=905688&view=rev
Log:
Update Maven build & NOTICE year
Modified:
commons/proper/lang/branches/LANG_2_X/NOTICE.txt
commons/proper/lang/branches/LANG_2_X/pom.xml
Modified: commons/proper/lang/branches/LANG_2_X/NOTICE.txt
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/NOTICE.txt?rev=905688&r1=905687&r2=905688&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/NOTICE.txt (original)
+++ commons/proper/lang/branches/LANG_2_X/NOTICE.txt Tue Feb 2 16:13:34 2010
@@ -1,5 +1,5 @@
Apache Commons Lang
-Copyright 2001-2008 The Apache Software Foundation
+Copyright 2001-2010 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: commons/proper/lang/branches/LANG_2_X/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/pom.xml?rev=905688&r1=905687&r2=905688&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/pom.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/pom.xml Tue Feb 2 16:13:34 2010
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>11</version>
+ <version>12</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-lang</groupId>
@@ -149,6 +149,32 @@
<role>Java Developer</role>
</roles>
</developer>
+ <developer>
+ <name>Joerg Schaible</name>
+ <id>joehni</id>
+ <email>[email protected]</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <name>Oliver Heger</name>
+ <id>oheger</id>
+ <email>[email protected]</email>
+ <timezone>+1</timezone>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Paul Benedict</name>
+ <id>pbenedict</id>
+ <email>[email protected]</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
</developers>
<contributors>
<contributor>
@@ -236,9 +262,6 @@
<name>Michael Heuer</name>
</contributor>
<contributor>
- <name>Oliver Heger</name>
- </contributor>
- <contributor>
<name>Chris Hyzer</name>
</contributor>
<contributor>
@@ -272,6 +295,9 @@
<name>Rand McNeely</name>
</contributor>
<contributor>
+ <name>Hendrik Maryns</name>
+ </contributor>
+ <contributor>
<name>Dave Meikle</name>
</contributor>
<contributor>
@@ -376,6 +402,9 @@
<contributor>
<name>Holger Hoffstatte</name>
</contributor>
+ <contributor>
+ <name>Derek C. Ashmore</name>
+ </contributor>
</contributors>
<!-- Lang should depend on very little -->
@@ -429,7 +458,7 @@
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
@@ -448,7 +477,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3</version>
</plugin>
-->
<plugin>