Update to latest commons parent pom git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1750156 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/818b78f0 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/818b78f0 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/818b78f0 Branch: refs/heads/master Commit: 818b78f0dd36bd3b9c7fff3f5fbc65f0ef987823 Parents: 465e5e4 Author: Benedikt Ritter <[email protected]> Authored: Fri Jun 24 19:01:20 2016 +0000 Committer: Benedikt Ritter <[email protected]> Committed: Fri Jun 24 19:01:20 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/818b78f0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9600b5d..7d6e990 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>34</version> + <version>40</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-dbutils</groupId>
