Repository: sentry Updated Branches: refs/heads/master b107cae11 -> 596841949
SENTRY-1942: Bump BoneCP version from 0.7.1 to 0.8.0 (Sergio Pena, reviewed by Alexander Kolbasov, kalyan kumar kalvagadda, Na Li) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/59684194 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/59684194 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/59684194 Branch: refs/heads/master Commit: 59684194900b0b8b030c8387342bcb4d54cd147d Parents: b107cae Author: Sergio Pena <[email protected]> Authored: Wed Sep 20 15:36:23 2017 -0500 Committer: Sergio Pena <[email protected]> Committed: Wed Sep 20 15:36:23 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/59684194/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fd876a1..53679f9 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ limitations under the License. <failIfNoTests>false</failIfNoTests> <!-- versions are in alphabetical order --> <ant.contrib.version>1.0b3</ant.contrib.version> - <bonecp.version>0.7.1.RELEASE</bonecp.version> + <bonecp.version>0.8.0.RELEASE</bonecp.version> <build.helper.maven.plugin.version>1.8</build.helper.maven.plugin.version> <cglib.version>2.2</cglib.version> <commons-cli.version>1.2</commons-cli.version>
