You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/06/05 17:25:08 UTC

[2/3] syncope git commit: Downgrading maven-assembly-plugin as it causes troubles to CI (heap space)

Downgrading maven-assembly-plugin as it causes troubles to CI (heap space)


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/37a4bcc3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/37a4bcc3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/37a4bcc3

Branch: refs/heads/master
Commit: 37a4bcc38788e307a3633d0107e13e9057b30414
Parents: 632acda
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jun 5 17:24:00 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jun 5 17:24:00 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/37a4bcc3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 441f906..7b5b361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1245,7 +1245,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.5.5</version>
+          <version>2.5.4</version>
         </plugin>
         <plugin>
           <groupId>org.eclipse.m2e</groupId>