NO-JIRA: require jython 2.7 Even tox tests are not testing with python 2.5
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e2ec9525 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e2ec9525 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/e2ec9525 Branch: refs/heads/proton-go Commit: e2ec952530061f8ce3382eff4f5c0aa33bb2bb68 Parents: bfbe74a Author: Bozo Dragojevic <[email protected]> Authored: Mon Sep 14 11:45:04 2015 +0200 Committer: Bozo Dragojevic <[email protected]> Committed: Wed Sep 16 15:40:05 2015 +0200 ---------------------------------------------------------------------- tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/e2ec9525/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 4e8e7db..1257c87 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -106,7 +106,7 @@ directory <basedir>/build/proton-c.</description> <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> - <version>2.5.3</version> + <version>2.7.0</version> <scope>test</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
