From 760ff0cf8c4b56d12a8f25f5125e1f16cda80184 Mon Sep 17 00:00:00 2001 From: BostjanStupica Date: Fri, 28 May 2021 22:02:19 +0200 Subject: [PATCH] Add method: reconnect() .. for re-connect purpose. --- .github/workflows/maven.yml | 3 ++- pom.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d3047bd..5f2c1b0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,8 +22,9 @@ jobs: java-version: 1.8 - name: maven-settings-xml-action uses: whelk-io/maven-settings-xml-action@v14 -# with: + with: # repositories: '[{ "id": "bDev", "url": "http://developer.stupica.com/maven" }]' + repositories: '[{ "id": "bDev", "url": "https://developer.dev404.net/maven" }]' - name: Build with Maven run: mvn -B -DskipTests package --file pom.xml diff --git a/pom.xml b/pom.xml index 5f024b9..108d9dd 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ - +