Skip to content

Commit

Permalink
Updates for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman committed Sep 5, 2024
1 parent c7fade3 commit 1c47841
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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

`Scheduler` requires the PostgreSQL database to store the data.

## 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 |
|---------------------|----------------------------------------------------------|----------------------------------------------------|---------------|
Expand Down
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.czertainly</groupId>
<artifactId>dependencies</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>CZERTAINLY-Scheduler</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>CZERTAINLY-Scheduler</name>

<description>CZERTAINLY-Scheduler</description>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.czertainly</groupId>
<artifactId>interfaces</artifactId>
<version>2.12.1-SNAPSHOT</version>
<version>2.13.0</version>
</dependency>

<!-- Spring libraries -->
Expand Down Expand Up @@ -119,13 +119,6 @@
</build>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/czertainly/*</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
Expand Down
13 changes: 2 additions & 11 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/czertainly/*</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>ossrh-releases</id>
<url>https://s01.oss.sonatype.org/content/repositories/releases</url>
</repository>
</repositories>
</profile>
Expand All @@ -29,8 +22,6 @@
<servers>
<server>
<id>github</id>
<username>${env.SERVER_USERNAME}</username>
<password>${env.SERVER_PASSWORD}</password>
</server>
</servers>

Expand Down

0 comments on commit 1c47841

Please sign in to comment.