From 7f521d7e86cd21ece2211d49cc42e71f030eee18 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Thu, 29 Feb 2024 07:05:41 +0100 Subject: [PATCH 1/2] Fix #95: Set develop version to 1.8.0-SNAPSHOT --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2e362d7..b0328f5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,7 @@ com.wultra ssl-pinning-tool - 1.7.0 - jar + 1.8.0-SNAPSHOT org.springframework.boot spring-boot-starter-parent @@ -56,7 +55,7 @@ 1.77 - 1.7.0 + 1.8.0-SNAPSHOT From 61f49a389209a67d19dc562be69e8b4a0365c657 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Thu, 29 Feb 2024 08:14:16 +0100 Subject: [PATCH 2/2] Configure jfrog repository --- pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/pom.xml b/pom.xml index b0328f5..bbc9b51 100644 --- a/pom.xml +++ b/pom.xml @@ -115,4 +115,67 @@ + + + internal-repository + + + useInternalRepo + true + + + + + + + jfrog-central + Wultra Artifactory-releases + https://wultra.jfrog.io/artifactory/internal-maven-repository + + + jfrog-central + Wultra Artifactory-snapshots + https://wultra.jfrog.io/artifactory/internal-maven-repository + + + + + jfrog-central + Wultra Artifactory-releases + https://wultra.jfrog.io/artifactory/internal-maven-repository + + + ossrh-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + false + + + true + + + + + + public-repository + + + !useInternalRepo + + + + + + + ossrh-snapshots-distribution + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + + ossrh-staging-distribution + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + +