You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2017/06/08 08:23:49 UTC

[2/3] cayenne git commit: Change version of ognl as latest available is bogus.

Change version of ognl as latest available is bogus.


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/079df57a
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/079df57a
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/079df57a

Branch: refs/heads/master
Commit: 079df57a19bcab89e8f5e403fdc1ab34061a7490
Parents: d8ffcdf
Author: Nikita Timofeev <st...@gmail.com>
Authored: Thu Jun 8 11:18:52 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Thu Jun 8 11:18:52 2017 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/079df57a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 19943a3..1f42b1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,7 +360,7 @@
 			<dependency>
 				<groupId>ognl</groupId>
 				<artifactId>ognl</artifactId>
-				<version>3.2.2</version>
+				<version>3.2.1</version>
 			</dependency>
 			<dependency>
 				<groupId>opensymphony</groupId>