You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/30 17:29:50 UTC

svn commit: r599860 - /myfaces/trinidad/trunk/trinidad/pom.xml

Author: matzew
Date: Fri Nov 30 08:29:47 2007
New Revision: 599860

URL: http://svn.apache.org/viewvc?rev=599860&view=rev
Log:
updating the remote-resource plugin

Modified:
    myfaces/trinidad/trunk/trinidad/pom.xml

Modified: myfaces/trinidad/trunk/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/pom.xml?rev=599860&r1=599859&r2=599860&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/pom.xml Fri Nov 30 08:29:47 2007
@@ -276,7 +276,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.0-alpha-5</version>
+        <version>1.0-alpha-6</version>
         <executions>
           <execution>
             <goals>
@@ -284,7 +284,7 @@
             </goals>
             <configuration>
             <resourceBundles>
-              <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
+              <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
             </resourceBundles>
             <properties>
               <addLicense>true</addLicense>