Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2018-07-25 03:15:03 +0000
committerIgor Fedorenko2018-07-25 03:15:03 +0000
commit600ad49ffdb5601d688f109231f0c3df951e7207 (patch)
tree9ac98e20a9a9da34cfa147daff972b20d8692cf8
parenta3e3756803c2cf890627f1871580e8ca15ec685f (diff)
downloadm2e-core-600ad49ffdb5601d688f109231f0c3df951e7207.tar.gz
m2e-core-600ad49ffdb5601d688f109231f0c3df951e7207.tar.xz
m2e-core-600ad49ffdb5601d688f109231f0c3df951e7207.zip
Bug 534228 - okhttp connector 0.17.4 with local repo access race fix
Change-Id: I3cd7cc76c823494872ca4d4c60f4a26d962537b6 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml2
1 files changed, 1 insertions, 1 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 e0a7eebf..e9a64790 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -31,7 +31,7 @@
<maven-core.version>3.5.3</maven-core.version>
<!-- below are m2e-specific addons -->
<plexus-build-api.version>0.0.7</plexus-build-api.version>
- <okhttp-connector.version>0.17.3</okhttp-connector.version>
+ <okhttp-connector.version>0.17.4</okhttp-connector.version>
</properties>
<dependencies>

Back to the top