You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/04/18 21:58:24 UTC

git commit: [flex-utilities] [refs/heads/develop] - - Reduced the maven-core version to the minimal one possible.

Repository: flex-utilities
Updated Branches:
  refs/heads/develop cfcd46506 -> 95af18d9f


- Reduced the maven-core version to the minimal one possible.


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/95af18d9
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/95af18d9
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/95af18d9

Branch: refs/heads/develop
Commit: 95af18d9f22e5d650eaecb39ced94d22b511cea1
Parents: cfcd465
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Apr 18 21:58:19 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Apr 18 21:58:19 2015 +0200

----------------------------------------------------------------------
 mavenizer/maven-extension/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/95af18d9/mavenizer/maven-extension/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/maven-extension/pom.xml b/mavenizer/maven-extension/pom.xml
index 210a4e4..384fba9 100644
--- a/mavenizer/maven-extension/pom.xml
+++ b/mavenizer/maven-extension/pom.xml
@@ -105,7 +105,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-core</artifactId>
-            <version>3.3.1</version>
+            <version>3.1.1</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>