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 14:47:46 UTC

svn commit: r1395530 - /logging/log4j/log4j2/trunk/pom.xml

Author: ggregory
Date: Mon Oct  8 12:47:46 2012
New Revision: 1395530

URL: http://svn.apache.org/viewvc?rev=1395530&view=rev
Log:
Fix mixed versions of the Maven Changes plugin for JIRA and make sure we use useJql=true in all configurations.

Modified:
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1395530&r1=1395529&r2=1395530&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Mon Oct  8 12:47:46 2012
@@ -195,7 +195,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.8</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -484,7 +484,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.7.1</version>
+            <version>2.8</version>
             <configuration>
               <template>announcement.vm</template>
               <templateDirectory>src/changes</templateDirectory>
@@ -499,6 +499,7 @@
               <announceParameters>
                 <releaseVersion>${Log4jReleaseVersion}</releaseVersion>
               </announceParameters>
+              <useJql>true</useJql>
             </configuration>
             <executions>
               <execution>