Maven wagon-ssh-external version

UI Components for JSF
Post Reply
kwinchester
Posts: 13
Joined: 03 Dec 2010, 19:33

12 Sep 2011, 13:49

In the current primefaces pom.xml, the version of the wagon-ssh-external extension is set to 1.0-beta-6. This version does not appear to be included in the standard maven repositories. The primesfaces developers likely do not see any errors from this due to the files already having been downloaded to their local repository.

Version 1.0 of this extension has been released, and thus the following patch seems to be in order:

Code: Select all

Index: pom.xml
===================================================================
--- pom.xml	(revision 5458)
+++ pom.xml	(working copy)
@@ -247,7 +247,7 @@
             <extension>
                 <groupId>org.apache.maven.wagon</groupId>
                 <artifactId>wagon-ssh-external</artifactId>
-                <version>1.0-beta-6</version>
+                <version>1.0</version>
             </extension>
         </extensions>

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

13 Sep 2011, 11:25

Done!

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests