Skip to content

Commit

Permalink
Bug 560544: use aether-connector-okhttp build enabling parallel d/l
Browse files Browse the repository at this point in the history
aether-connector-okhttp 0.17.6.999 is a pseudo stable build manually
deployed to Bintray, until 0.17.7 is published to Maven Central
(hopefully before 2020-03-RC1).
That build contains takari/aether-connector-okhttp#26

Change-Id: Icb2c3cf7d99702f9838d52b10a1e1b31b84a0ef6
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Feb 26, 2020
1 parent 59a5bd5 commit 5d15400
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,19 @@
<maven-core.version>3.6.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.6</okhttp-connector.version>
<!-- FIXME 0.17.6.999 is a pseudo stable version manually deployed to
https://dl.bintray.com/m2e/repo/io/takari/aether/aether-connector-okhttp/
use 0.17.7 once available in Maven Central -->
<okhttp-connector.version>0.17.6.999</okhttp-connector.version>
</properties>

<repositories>
<repository>
<id>aether-connector-http-temp</id>
<url>https://dl.bintray.com/m2e/repo</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -168,6 +178,4 @@
</plugin>
</plugins>
</build>


</project>

0 comments on commit 5d15400

Please sign in to comment.