You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2013/10/21 09:41:58 UTC

svn commit: r1534050 - /logging/log4j/companions/extras/trunk/pom.xml

Author: grobmeier
Date: Mon Oct 21 07:41:57 2013
New Revision: 1534050

URL: http://svn.apache.org/r1534050
Log:
minor fix release version

Modified:
    logging/log4j/companions/extras/trunk/pom.xml

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=1534050&r1=1534049&r2=1534050&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Mon Oct 21 07:41:57 2013
@@ -24,7 +24,7 @@
   </parent>
   <groupId>log4j</groupId>
   <artifactId>apache-log4j-extras</artifactId>
-  <version>1.2.18-SNAPSHOT</version>
+  <version>1.2.17.1-SNAPSHOT</version>
   <name>Apache Extras™ for Apache log4j™.</name>
   <description>
       This package provides additional appenders, filters and
@@ -250,8 +250,10 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.4</version>
         <configuration>
-          <descriptor>src/main/assembly/bin.xml</descriptor>
-          <descriptor>src/main/assembly/src.xml</descriptor>
+            <descriptorRefs>
+              <descriptorRef>bin</descriptorRef>
+              <descriptorRef>src</descriptorRef>
+            </descriptorRefs>
         </configuration>
         <executions>
           <execution>