Repository: bigtop
Updated Branches:
  refs/heads/master 6a4f7ad8d -> f84c31c23


BIGTOP-3098: Update maven plugins for project pom


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

Branch: refs/heads/master
Commit: f84c31c23b5e5163f0ee4c7132c7528799c718f3
Parents: 6a4f7ad
Author: Olaf Flebbe <[email protected]>
Authored: Tue Nov 6 21:07:36 2018 +0100
Committer: Olaf Flebbe <[email protected]>
Committed: Wed Dec 26 11:22:59 2018 +0100

----------------------------------------------------------------------
 pom.xml           | 10 +++++-----
 src/site/site.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f84c31c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b7e24d5..febc439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>8</version>
+    <version>21</version>
   </parent>
 
   <groupId>org.apache.bigtop</groupId>
@@ -244,7 +244,7 @@
       </dependency>
        <dependency>
         <groupId>org.apache.kafka</groupId>
-        <artifactId>kafka</artifactId>
+        <artifactId>kafka_2.10</artifactId>
         <version>${kafka.version}</version>
       </dependency>
       <dependency>
@@ -283,14 +283,14 @@
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>
               <artifactId>doxia-module-confluence</artifactId>
-              <version>1.1.3</version>
+              <version>1.8</version>
             </dependency>
           </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.7</version>
           <configuration>
             <skipDeploy>true</skipDeploy>
           </configuration>
@@ -303,7 +303,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.0</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/f84c31c2/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index b5e2902..7372599 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -32,7 +32,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.3.0</version>
+    <version>1.7</version>
   </skin>
 
   <custom>

Reply via email to