You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/17 11:35:50 UTC

[camel] 01/02: CAMEL-14412 - Maven central now requires HTTPS

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

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

commit 30ae5e5970d46c429794243826ba59c61641b4b7
Author: Andrea Cosentino <an...@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    | 24 +++++++++++-----------
 .../modules/ROOT/pages/hl7-dataformat.adoc         | 24 +++++++++++-----------
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
index d88e746..5d31f50 100644
--- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
+++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
@@ -405,28 +405,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:
@@ -450,7 +450,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]
@@ -592,4 +592,4 @@ Then the Camel routes using the `RouteBuilder` may look as follows:
 Note that by using the HL7 DataFormat the Camel message headers are
 populated with the fields from the MSH segment. The headers are
 particularly useful for filtering or content-based routing as shown in
-the example above.
\ No newline at end of file
+the example above.
diff --git a/docs/components/modules/ROOT/pages/hl7-dataformat.adoc b/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
index c6fbd43..befa267 100644
--- a/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/hl7-dataformat.adoc
@@ -406,28 +406,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:
@@ -451,7 +451,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]
@@ -593,4 +593,4 @@ Then the Camel routes using the `RouteBuilder` may look as follows:
 Note that by using the HL7 DataFormat the Camel message headers are
 populated with the fields from the MSH segment. The headers are
 particularly useful for filtering or content-based routing as shown in
-the example above.
\ No newline at end of file
+the example above.