This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/master by this push:
new b7ff8e7 Move commons-lang version properties to root pom
b7ff8e7 is described below
commit b7ff8e79a119315f5a8274b263e3ad1655368d46
Author: Francois Papon <[email protected]>
AuthorDate: Sun May 12 18:25:59 2019 +0400
Move commons-lang version properties to root pom
---
pom.xml | 1 +
samples/aspectj/pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e1e62df..9fff58b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
<commons.codec.version>1.12</commons.codec.version>
<commons.configuration2.version>2.2</commons.configuration2.version>
<commons.lang3.version>3.3.2</commons.lang3.version>
+ <commons.lang.version>2.4</commons.lang.version>
<crowd.version>1.5.2</crowd.version>
<!-- Don't change this version without also changing the shiro-ehcache
and shiro-features
modules' OSGi metadata: -->
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index 982e477..71b9337 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.4</version>
+ <version>${commons.lang.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>