Skip to content

Commit

Permalink
SNAPSHOT: 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yyluchkiv committed Sep 21, 2024
1 parent 69aab27 commit 98267cb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
workflow_dispatch:

env:
MAVEN_DEPLOYMENT_ENABLED: 'true'
MAVEN_DEPLOYMENT_ENABLED: 'false'
DOCKER_REGISTRY: ghcr.io
DOCKER_IAM_SERVER_IMAGE: tech1-io/tech1-framework-iam-server
DOCKER_VERSION: '3.0.8'
DOCKER_PUSH_ENABLED: 'true'
DOCKER_VERSION: '3.0.9-SNAPSHOT'
DOCKER_PUSH_ENABLED: 'false'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
### Changelog [v3.0.8]
— Addition: NumbersUtility.getReadableNumber()
— Addition: TupleReadableAmount(value, number, readable)
— Addition: TimeUnitUtility.toTimeUnit()
### Changelog [v3.0.9]
— TBD
2 changes: 1 addition & 1 deletion docker/docker-compose.mongodb.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
t1f-iam-server:
image: ghcr.io/tech1-io/tech1-framework-iam-server:3.0.7
image: ghcr.io/tech1-io/tech1-framework-iam-server:3.0.8
restart: unless-stopped
container_name: t1f-iam-server
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.postgres.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
t1f-iam-server:
image: ghcr.io/tech1-io/tech1-framework-iam-server:3.0.7
image: ghcr.io/tech1-io/tech1-framework-iam-server:3.0.8
restart: unless-stopped
container_name: t1f-iam-server
networks:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<packaging>pom</packaging>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>

<name>${project.artifactId}</name>
<description>Tech1 Framework</description>
Expand Down
2 changes: 1 addition & 1 deletion tech1-framework-foundation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
</parent>

<artifactId>tech1-framework-foundation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tech1-framework-iam-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
</parent>

<artifactId>tech1-framework-iam-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tech1-framework-iam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<version>3.0.8</version>
<version>3.0.9-SNAPSHOT</version>
</parent>

<artifactId>tech1-framework-iam</artifactId>
Expand Down

0 comments on commit 98267cb

Please sign in to comment.