You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by jc...@apache.org on 2013/05/20 00:25:04 UTC

git commit: bumpings version of wagon-ftp, wagon-ssh and archetype-packaging

Updated Branches:
  refs/heads/master c99690c2a -> 4329dc81d


bumpings version of wagon-ftp, wagon-ssh and archetype-packaging


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/4329dc81
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/4329dc81
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/4329dc81

Branch: refs/heads/master
Commit: 4329dc81d088f6db61844fdd6e9641e21d43b2ae
Parents: c99690c
Author: Jeroen van der Wal <je...@stromboli.it>
Authored: Mon May 20 00:24:28 2013 +0200
Committer: Jeroen van der Wal <je...@stromboli.it>
Committed: Mon May 20 00:24:28 2013 +0200

----------------------------------------------------------------------
 core/pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/4329dc81/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 2c26266..4fd7a7a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -244,18 +244,18 @@
             <extension>
                 <groupId>org.apache.maven.wagon</groupId>
                 <artifactId>wagon-ssh</artifactId>
-                <version>1.0-beta-6</version>
+                <version>2.4</version>
             </extension>
             <!-- ftp support for deployments. -->
             <extension>
                 <groupId>org.apache.maven.wagon</groupId>
                 <artifactId>wagon-ftp</artifactId>
-                <version>1.0-beta-6</version>
+                <version>2.4</version>
             </extension>
             <extension>
                 <groupId>org.apache.maven.archetype</groupId>
                 <artifactId>archetype-packaging</artifactId>
-                <version>2.0-alpha-3</version>
+                <version>2.2</version>
             </extension>
         </extensions>