You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/03/10 05:40:20 UTC

[13/14] logging-chainsaw git commit: Add logging-parent, upgrade ant, other pom fixes

Add logging-parent, upgrade ant, other pom fixes


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

Branch: refs/heads/master
Commit: b11c5d726e84c36fe88c78da76a32669d2b8530e
Parents: badb4f7
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Mar 9 23:39:09 2018 -0600
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Mar 9 23:39:09 2018 -0600

----------------------------------------------------------------------
 pom.xml | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/b11c5d72/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8086928..ab1c6d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,11 @@
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.logging</groupId>
+    <artifactId>logging-parent</artifactId>
+    <version>1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>log4j</groupId>
   <artifactId>apache-chainsaw</artifactId>
@@ -25,9 +30,8 @@
   <url>https://logging.apache.org/chainsaw</url>
   <inceptionYear>2002</inceptionYear>
   <issueManagement>
-    <system>Bugzilla</system>
-    <!-- TODO: migrate to JIRA -->
-    <url>https://issues.apache.org/bugzilla/</url>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/CHAINSAW</url>
   </issueManagement>
   <mailingLists>
     <mailingList>
@@ -133,15 +137,16 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.8.1</version>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <workingDirectory>target</workingDirectory>
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.8</source>
@@ -149,6 +154,7 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>
@@ -170,6 +176,7 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <execution>
@@ -232,14 +239,9 @@
         </executions>
         <dependencies>
           <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant</groupId>
+            <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.6.5</version>
+            <version>1.10.2</version>
           </dependency>
           <dependency>
             <groupId>ant-contrib</groupId>