Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-02-14 21:44:37 +0000
committerIgor Fedorenko2014-02-14 21:44:40 +0000
commit608ed1322483a6e3e70298e4e797b5d6b37398b9 (patch)
tree6a974fdd5e4b10e58aa70338436dee69b1db5be1 /m2e-maven-runtime
parent548a4c0521378cc481e46155b25fcf1be22ca613 (diff)
downloadm2e-core-608ed1322483a6e3e70298e4e797b5d6b37398b9.tar.gz
m2e-core-608ed1322483a6e3e70298e4e797b5d6b37398b9.tar.xz
m2e-core-608ed1322483a6e3e70298e4e797b5d6b37398b9.zip
staged maven 3.2.1
Change-Id: I8c32aa18edfddfa56f4c967f8d5b9bd0468a94f5 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
index 7fe45c0d..f163904a 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -23,7 +23,7 @@
<properties>
<!-- maven core version -->
- <maven.version>3.2.0</maven.version>
+ <maven.version>3.2.1</maven.version>
<guava.version>14.0.1</guava.version>
<!-- below are m2e-specific addons -->
<plexus-build-api.version>0.0.7</plexus-build-api.version>
@@ -131,7 +131,7 @@
<repositories>
<repository>
<id>maven-3.2.0-staging</id>
- <url>https://repository.apache.org/content/repositories/maven-1005/</url>
+ <url>https://repository.apache.org/content/repositories/maven-1006/</url>
</repository>
</repositories>

Back to the top