- 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/as3httpclient-work Commit: 95af18d9f22e5d650eaecb39ced94d22b511cea1 Parents: cfcd465 Author: Christofer Dutz <[email protected]> Authored: Sat Apr 18 21:58:19 2015 +0200 Committer: Christofer Dutz <[email protected]> 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>
