Repository: logging-log4j2
Updated Branches:
refs/heads/master de578598c -> 093581d3c
Use ${checkstyle.plugin.version}.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/093581d3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/093581d3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/093581d3
Branch: refs/heads/master
Commit: 093581d3c8ca4ec941176442038ee517630ee233
Parents: de57859
Author: Gary Gregory <[email protected]>
Authored: Sat Sep 27 17:25:35 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Sat Sep 27 17:25:35 2014 -0400
----------------------------------------------------------------------
log4j-nosql/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/093581d3/log4j-nosql/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml
index 0d6346e..dab695f 100644
--- a/log4j-nosql/pom.xml
+++ b/log4j-nosql/pom.xml
@@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.7</version>
+ <version>${checkstyle.plugin.version}</version>
<configuration>
<!--<propertiesLocation>${vfs.parent.dir}/checkstyle.properties</propertiesLocation>
-->
<configLocation>${log4jParentDir}/checkstyle.xml</configLocation>