This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-2.24.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 90f2fe6162dfd1d739929848d1d91c1f6bf013fc
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jan 17 12:06:10 2020 +0100

    CAMEL-14412 - Maven central now requires HTTPS
---
 .../camel-hl7/src/main/docs/hl7-dataformat.adoc    | 22 +++++++++++-----------
 .../modules/ROOT/pages/hl7-dataformat.adoc         |  1 -
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc 
b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
index d676a43..57adc0c 100644
--- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
+++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
@@ -390,28 +390,28 @@ To use HL7 in your Camel routes you'll need to add a 
dependency on
 *camel-hl7* listed above, which implements this data format.
 
 The HAPI library is split into a
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library] and
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library] and
 several structure libraries, one for each HL7v2 message version:
 
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v21[v2.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v21[v2.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v22[v2.2
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v22[v2.2
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v23[v2.3
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v23[v2.3
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v231[v2.3.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v231[v2.3.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v24[v2.4
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v24[v2.4
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v25[v2.5
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v25[v2.5
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v251[v2.5.1
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v251[v2.5.1
 structures library]
-* http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v26[v2.6
+* https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-structures-v26[v2.6
 structures library]
 
 By default `camel-hl7` only references the HAPI
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library].
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-base[base library].
 Applications are responsible for including structure libraries
 themselves. For example, if an application works with HL7v2 message
 versions 2.4 and 2.5 then the following dependencies must be added:
@@ -435,7 +435,7 @@ versions 2.4 and 2.5 then the following dependencies must 
be added:
 Alternatively, an OSGi bundle containing the base library, all
 structures libraries and required dependencies (on the bundle classpath)
 can be downloaded from the
-http://repo1.maven.org/maven2/ca/uhn/hapi/hapi-osgi-base[central Maven
+https://repo1.maven.org/maven2/ca/uhn/hapi/hapi-osgi-base[central Maven
 repository].
 
 [source,xml]
diff --git a/docs/components/modules/ROOT/pages/hl7-dataformat.adoc 
b/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
deleted file mode 120000
index e6e3f51..0000000
--- a/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../components/camel-hl7/src/main/docs/hl7-dataformat.adoc
\ No newline at end of file

Reply via email to