Repository: logging-log4j2
Updated Branches:
  refs/heads/master f6e37ec10 -> 8032c00cd


Reuse property for 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/8032c00c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8032c00c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8032c00c

Branch: refs/heads/master
Commit: 8032c00cd3a8d3b47fe85a3151fe3e7a44cf6ff1
Parents: f6e37ec
Author: Gary Gregory <[email protected]>
Authored: Wed Jan 17 12:47:58 2018 -0700
Committer: Gary Gregory <[email protected]>
Committed: Wed Jan 17 12:47:58 2018 -0700

----------------------------------------------------------------------
 log4j-bom/pom.xml          | 2 +-
 log4j-distribution/pom.xml | 2 +-
 log4j-samples/pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8032c00c/log4j-bom/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index 46dda8d..5b5545d 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -127,7 +127,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7</version>
+        <version>${site.plugin.version}</version>
         <configuration>
           <skip>true</skip>
           <skipDeploy>true</skipDeploy>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8032c00c/log4j-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index 93fee9c..b9fdacd 100644
--- a/log4j-distribution/pom.xml
+++ b/log4j-distribution/pom.xml
@@ -377,7 +377,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7</version>
+        <version>${site.plugin.version}</version>
         <configuration>
           <skip>true</skip>
           <skipDeploy>true</skipDeploy>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8032c00c/log4j-samples/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml
index 1cf5bab..92e1284 100644
--- a/log4j-samples/pom.xml
+++ b/log4j-samples/pom.xml
@@ -89,7 +89,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.7</version>
+        <version>${site.plugin.version}</version>
         <configuration>
           <skip>true</skip>
           <skipDeploy>true</skipDeploy>

Reply via email to