diff options
author | Fred Bricon | 2017-07-28 14:18:37 +0000 |
---|---|---|
committer | Fred Bricon | 2017-07-28 21:46:23 +0000 |
commit | 144b4ce73ca8827ce4922d8a2da883b50138c892 (patch) | |
tree | 6b9ad1e60e75b5735559a729458f3ac91d9a6346 | |
parent | ac177053fa8728e5d019145fd06db30fb73ca5fa (diff) | |
download | m2e-core-m2e-1.7.x.tar.gz m2e-core-m2e-1.7.x.tar.xz m2e-core-m2e-1.7.x.zip |
515859 : bump aether-connector-okhttp to 0.17.2m2e-1.7.x
Change-Id: Ia03e836ab362e63c2cc523959f8780531cd48ebe
Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r-- | m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml | 2 |
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 c6cc5ee8..e6ce6c2c 100644 --- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml +++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml @@ -26,7 +26,7 @@ <maven-core.version>3.3.9</maven-core.version> <!-- below are m2e-specific addons --> <plexus-build-api.version>0.0.7</plexus-build-api.version> - <okhttp-connector.version>0.16.0</okhttp-connector.version> + <okhttp-connector.version>0.17.2</okhttp-connector.version> </properties> <dependencies> |