From 1c47841ecbc81806b5c417004424b5e7d570b835 Mon Sep 17 00:00:00 2001 From: 3keyroman Date: Thu, 5 Sep 2024 07:35:11 +0200 Subject: [PATCH] Updates for release 1.0.1 --- README.md | 4 ++-- pom.xml | 13 +++---------- settings.xml | 13 ++----------- 3 files changed, 7 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 609f4ff..0982a11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CZERTAINLY Scheduler -> This repository is part of the commercial open-source project CZERTAINLY. You can find more information about the project at [CZERTAINLY](https://github.com/3KeyCompany/CZERTAINLY) repository, including the contribution guide. +> This repository is part of the commercial open-source project CZERTAINLY. You can find more information about the project at [CZERTAINLY](https://github.com/CZERTAINLY/CZERTAINLY) repository, including the contribution guide. ## Database requirements @@ -8,7 +8,7 @@ ## Docker container -`Scheudler` is provided as a Docker container. Use the `harbor.3key.company/czertainly/czertainly-scheduler:tagname` to pull the required image from the repository. It can be configured using the following environment variables: +`Scheudler` is provided as a Docker container. Use the `czertainly/czertainly-scheduler:tagname` to pull the required image from the repository. It can be configured using the following environment variables: | Variable | Description | Required | Default value | |---------------------|----------------------------------------------------------|----------------------------------------------------|---------------| diff --git a/pom.xml b/pom.xml index 8015194..5c1d539 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ com.czertainly dependencies - 1.1.1-SNAPSHOT + 1.2.0 CZERTAINLY-Scheduler - 1.0.1-SNAPSHOT + 1.0.1 CZERTAINLY-Scheduler CZERTAINLY-Scheduler @@ -29,7 +29,7 @@ com.czertainly interfaces - 2.12.1-SNAPSHOT + 2.13.0 @@ -119,13 +119,6 @@ - - github - https://maven.pkg.github.com/czertainly/* - - true - - ossrh https://s01.oss.sonatype.org/content/repositories/snapshots diff --git a/settings.xml b/settings.xml index 90116e8..ccf5a06 100644 --- a/settings.xml +++ b/settings.xml @@ -12,15 +12,8 @@ github - central - https://repo1.maven.org/maven2 - - - github - https://maven.pkg.github.com/czertainly/* - - true - + ossrh-releases + https://s01.oss.sonatype.org/content/repositories/releases @@ -29,8 +22,6 @@ github - ${env.SERVER_USERNAME} - ${env.SERVER_PASSWORD}