From 8fcd58e11fe5b99e0c0ab8442fb408e67a312a28 Mon Sep 17 00:00:00 2001 From: Cedric Khin Date: Thu, 15 Oct 2020 14:25:32 +0200 Subject: [PATCH] Updated links to Maven repository to use https instead of http --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 293b402..ab96c11 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Put a settings.xml into your ~/.m2 directory with the following content: central Central Repository - http://repo.maven.apache.org/maven2 + https://repo.maven.apache.org/maven2 default false @@ -39,7 +39,7 @@ Put a settings.xml into your ~/.m2 directory with the following content: central Central Repository - http://repo.maven.apache.org/maven2 + https://repo.maven.apache.org/maven2 default false never @@ -63,7 +63,7 @@ Put a settings.xml into your ~/.m2 directory with the following content: Navigate to the sources folder in the payment-hub project and run the following: mvn clean package - + ## Deploy Copy the paymenthub/sources/payment-hub/target/payment-hub-1.0.0-SNAPSHOT.jar file to your working directory. @@ -156,4 +156,4 @@ Copy the application.yml file from work folder to the same working directory, an - name: transfer # post peer-to-peer transfer base: transfer -Currently, the basic transaction use cases - Merchant Payment and Peer-To-Peer transfer - have been integrated with the Payment Hub. \ No newline at end of file +Currently, the basic transaction use cases - Merchant Payment and Peer-To-Peer transfer - have been integrated with the Payment Hub.