Skip to content

Commit 1ccdcdd

Browse files
author
Joseph Kim
authored
Issue #238: Update DHE path (#239)
* Update shortended DHE path
1 parent 1844646 commit 1ccdcdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/ant_build/prereqs/ivysettings-remote.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2017 IBM Corporation and others.
2+
* Copyright (c) 2017, 2018 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
@@ -23,7 +23,7 @@
2323
root="https://na.artifactory.swg-devops.com:443/artifactory/wasliberty-open-liberty" />
2424
<ibiblio name="public_dhe"
2525
m2compatible="true"
26-
root="http://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/wasliberty-open-liberty" />
26+
root="http://public.dhe.ibm.com/ibmdl/export/pub/software/olrepo" />
2727
<ibiblio name="maven2" m2compatible="true"/>
2828
</chain>
2929
</resolvers>

dev/ant_build/prereqs/product-prereqs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2017 IBM Corporation and others.
2+
* Copyright (c) 2017, 2018 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
@@ -16,7 +16,7 @@
1616
<dependencies>
1717
<!-- dependency from: https://repo1.maven.org/maven2/ -->
1818
<dependency org="com.ibm.ws.componenttest" name="infra.buildtasks-core" rev="latest.integration"/>
19-
<!-- dependency from: http://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/wasliberty-open-liberty/ -->
19+
<!-- dependency from: http://public.dhe.ibm.com/ibmdl/export/pub/software/olrepo/ -->
2020
<dependency org="io.openliberty" name="com.ibm.websphere.javaee.jsonp.1.0" rev="latest.integration"/>
2121
<dependency org="io.openliberty" name="com.ibm.ws.org.glassfish.json.1.0" rev="latest.integration"/>
2222
<dependency org="io.openliberty" name="com.ibm.ws.crypto.passwordutil" rev="latest.integration"/>

0 commit comments

Comments
 (0)