You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2009/08/06 20:39:05 UTC

svn commit: r801767 - /incubator/shiro/trunk/pom.xml

Author: lhazlewood
Date: Thu Aug  6 18:39:05 2009
New Revision: 801767

URL: http://svn.apache.org/viewvc?rev=801767&view=rev
Log:
changed sources and javadoc plugins to an earlier revision - current revision is taking too long during build time, probably due to erroneous configuration (gotta look in to that later)

Modified:
    incubator/shiro/trunk/pom.xml

Modified: incubator/shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/pom.xml?rev=801767&r1=801766&r2=801767&view=diff
==============================================================================
--- incubator/shiro/trunk/pom.xml (original)
+++ incubator/shiro/trunk/pom.xml Thu Aug  6 18:39:05 2009
@@ -86,7 +86,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.0.4</version>
                 <executions>
                     <execution>
                         <id>attach-sources</id>
@@ -103,7 +103,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.2</version>
                 <executions>
                     <execution>
                         <id>attach-api-docs</id>