Update the notice copyright year and the RC version
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/e639004a Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/e639004a Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/e639004a Branch: refs/heads/master Commit: e639004a5887ada8a7cec21bdcd173faedf5c033 Parents: 35d1db2 Author: Carl Hall <[email protected]> Authored: Sun Jul 16 14:38:55 2017 -0700 Committer: Carl Hall <[email protected]> Committed: Sun Jul 16 14:38:55 2017 -0700 ---------------------------------------------------------------------- NOTICE.txt | 2 +- pom.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/e639004a/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index 9dfcfdf..ee7cd7a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache Commons DbUtils -Copyright 2002-2016 The Apache Software Foundation +Copyright 2002-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/e639004a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca27ed8..fdf00c7 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ <commons.componentid>dbutils</commons.componentid> <commons.module.name>org.apache.commons.dbutils</commons.module.name> <commons.release.version>1.7</commons.release.version> - <commons.rc.version>RC1</commons.rc.version> + <commons.rc.version>RC2</commons.rc.version> <commons.jira.id>DBUTILS</commons.jira.id> <commons.jira.pid>12310470</commons.jira.pid> </properties> @@ -269,7 +269,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.11</version> <executions> <execution> <phase>verify</phase>
