You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/10/08 21:32:27 UTC

svn commit: r1395737 - in /logging/log4j/log4j2/trunk: api/pom.xml core/pom.xml flume-ng/pom.xml flume-og/pom.xml jcl-bridge/pom.xml log4j12-api/pom.xml pom.xml

Author: ggregory
Date: Mon Oct  8 19:32:27 2012
New Revision: 1395737

URL: http://svn.apache.org/viewvc?rev=1395737&view=rev
Log:
Make sure the same version of the Maven changes plugin is used with a property:.changes.plugin.version}

Modified:
    logging/log4j/log4j2/trunk/api/pom.xml
    logging/log4j/log4j2/trunk/core/pom.xml
    logging/log4j/log4j2/trunk/flume-ng/pom.xml
    logging/log4j/log4j2/trunk/flume-og/pom.xml
    logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
    logging/log4j/log4j2/trunk/log4j12-api/pom.xml
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/pom.xml?rev=1395737&r1=1395736&r2=1395737&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/api/pom.xml Mon Oct  8 19:32:27 2012
@@ -52,7 +52,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.8</version>
+        <version>${changes.plugin.version}</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: logging/log4j/log4j2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/pom.xml?rev=1395737&r1=1395736&r2=1395737&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/pom.xml (original)
+++ logging/log4j/log4j2/trunk/core/pom.xml Mon Oct  8 19:32:27 2012
@@ -146,7 +146,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.8</version>
+        <version>${changes.plugin.version}</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: logging/log4j/log4j2/trunk/flume-ng/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-ng/pom.xml?rev=1395737&r1=1395736&r2=1395737&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/flume-ng/pom.xml (original)
+++ logging/log4j/log4j2/trunk/flume-ng/pom.xml Mon Oct  8 19:32:27 2012
@@ -147,7 +147,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.8</version>
+        <version>${changes.plugin.version}</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: logging/log4j/log4j2/trunk/flume-og/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-og/pom.xml?rev=1395737&r1=1395736&r2=1395737&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/flume-og/pom.xml (original)
+++ logging/log4j/log4j2/trunk/flume-og/pom.xml Mon Oct  8 19:32:27 2012
@@ -91,7 +91,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.8</version>
+        <version>${changes.plugin.version}</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/pom.xml?rev=1395737&r1=1395736&r2=1395737&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/jcl-bridge/pom.xml (original)
+++ logging/log4j/log4j2/trunk/jcl-bridge/pom.xml Mon Oct  8 19:32:27 2012
@@ -63,7 +63,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.8</version>
+            <version>${changes.plugin.version}</version>
             <reportSets>
               <reportSet>
                 <reports>

Modified: logging/log4j/log4j2/trunk/log4j12-api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/pom.xml?rev=1395737&r1=1395736&r2=1395737&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/pom.xml Mon Oct  8 19:32:27 2012
@@ -60,7 +60,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.8</version>
+            <version>${changes.plugin.version}</version>
             <reportSets>
               <reportSet>
                 <reports>

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1395737&r1=1395736&r2=1395737&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Mon Oct  8 19:32:27 2012
@@ -104,6 +104,7 @@
     <osgi.dynamicImport />
     <osgi.private />
     <pmd.plugin.version>2.7.1</pmd.plugin.version>
+    <changes.plugin.version>2.8</changes.plugin.version>
     <manifestfile>target/osgi/MANIFEST.MF</manifestfile>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
@@ -195,7 +196,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.8</version>
+          <version>${changes.plugin.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -363,7 +364,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.8</version>
+        <version>${changes.plugin.version}</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -484,7 +485,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.8</version>
+            <version>${changes.plugin.version}</version>
             <configuration>
               <template>announcement.vm</template>
               <templateDirectory>src/changes</templateDirectory>