Skip to content

Commit

Permalink
RELEASE: 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yyluchkiv committed Sep 28, 2024
1 parent 3a2497e commit 3add451
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
MAVEN_DEPLOYMENT_ENABLED: 'true'
DOCKER_REGISTRY: ghcr.io
DOCKER_IAM_SERVER_IMAGE: tech1-agency/tech1-framework-iam-server
DOCKER_VERSION: '3.0.10-SNAPSHOT'
DOCKER_VERSION: '3.0.10'
DOCKER_PUSH_ENABLED: 'true'

concurrency:
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>tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<packaging>pom</packaging>
<version>3.0.10-SNAPSHOT</version>
<version>3.0.10</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>tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<version>3.0.10-SNAPSHOT</version>
<version>3.0.10</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>tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<version>3.0.10-SNAPSHOT</version>
<version>3.0.10</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>tech1.framework</groupId>
<artifactId>tech1-framework</artifactId>
<version>3.0.10-SNAPSHOT</version>
<version>3.0.10</version>
</parent>

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

0 comments on commit 3add451

Please sign in to comment.