Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'm2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml')
-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 978f8490..5c088217 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -23,10 +23,10 @@
<properties>
<!-- maven core version -->
- <maven-core.version>3.3.1</maven-core.version>
+ <maven-core.version>3.3.3</maven-core.version>
<!-- below are m2e-specific addons -->
<plexus-build-api.version>0.0.7</plexus-build-api.version>
- <okhttp-connector.version>0.15.0-SNAPSHOT</okhttp-connector.version>
+ <okhttp-connector.version>0.15.0</okhttp-connector.version>
<concurrent-localrepo.version>0.9.0</concurrent-localrepo.version>
</properties>

Back to the top