You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2012/11/09 05:33:17 UTC

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

Author: rgoers
Date: Fri Nov  9 04:33:17 2012
New Revision: 1407354

URL: http://svn.apache.org/viewvc?rev=1407354&view=rev
Log:
PDF plugin was released

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=1407354&r1=1407353&r2=1407354&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Fri Nov  9 04:33:17 2012
@@ -114,8 +114,8 @@
   </properties>
   <pluginRepositories>
     <pluginRepository>
-      <id>apache.snapshots</id>
-      <url>http://repository.apache.org/snapshots/</url>
+      <id>apache</id>
+      <url>https://repository.apache.org/content/repositories/releases/</url>
     </pluginRepository>
   </pluginRepositories>
   <dependencyManagement>
@@ -366,7 +366,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pdf-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
         <executions>
           <execution>
             <id>pdf</id>