diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80a3f374..8b47d9c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,12 @@ on: workflow_dispatch: env: - MAVEN_DEPLOYMENT_ENABLED: 'true' + MAVEN_DEPLOYMENT_ENABLED: 'false' DOCKER_REGISTRY: ghcr.io DOCKER_MONGODB_SERVER_IMAGE: tech1-io/tech1-framework-b2b-mongodb-server DOCKER_POSTGRES_SERVER_IMAGE: tech1-io/tech1-framework-b2b-postgres-server - DOCKER_VERSION: '2.8.5' - DOCKER_PUSH_ENABLED: 'true' + DOCKER_VERSION: '2.8.6-SNAPSHOT' + DOCKER_PUSH_ENABLED: 'false' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/pom.xml b/pom.xml index 0635426f..724c6514 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework pom - 2.8.5 + 2.8.6-SNAPSHOT ${project.artifactId} Tech1 Framework diff --git a/tech1-framework-b2b-base-security-jwt-websockets/pom.xml b/tech1-framework-b2b-base-security-jwt-websockets/pom.xml index 733be8d5..2445c00a 100644 --- a/tech1-framework-b2b-base-security-jwt-websockets/pom.xml +++ b/tech1-framework-b2b-base-security-jwt-websockets/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-b2b-base-security-jwt-websockets diff --git a/tech1-framework-b2b-base-security-jwt/pom.xml b/tech1-framework-b2b-base-security-jwt/pom.xml index 1d1e37d3..cdc2502a 100644 --- a/tech1-framework-b2b-base-security-jwt/pom.xml +++ b/tech1-framework-b2b-base-security-jwt/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-b2b-base-security-jwt diff --git a/tech1-framework-b2b-mongodb-security-jwt/pom.xml b/tech1-framework-b2b-mongodb-security-jwt/pom.xml index 69f40f2a..7cc5ad75 100644 --- a/tech1-framework-b2b-mongodb-security-jwt/pom.xml +++ b/tech1-framework-b2b-mongodb-security-jwt/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-b2b-mongodb-security-jwt diff --git a/tech1-framework-b2b-mongodb-server/pom.xml b/tech1-framework-b2b-mongodb-server/pom.xml index 33cca866..a22357cc 100644 --- a/tech1-framework-b2b-mongodb-server/pom.xml +++ b/tech1-framework-b2b-mongodb-server/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-b2b-mongodb-server diff --git a/tech1-framework-b2b-postgres-security-jwt/pom.xml b/tech1-framework-b2b-postgres-security-jwt/pom.xml index d75422ca..297e0e0b 100644 --- a/tech1-framework-b2b-postgres-security-jwt/pom.xml +++ b/tech1-framework-b2b-postgres-security-jwt/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-b2b-postgres-security-jwt diff --git a/tech1-framework-b2b-postgres-server/pom.xml b/tech1-framework-b2b-postgres-server/pom.xml index 700e5194..3b83df29 100644 --- a/tech1-framework-b2b-postgres-server/pom.xml +++ b/tech1-framework-b2b-postgres-server/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-b2b-postgres-server diff --git a/tech1-framework-configurations/pom.xml b/tech1-framework-configurations/pom.xml index d5d1053d..e5c3f590 100644 --- a/tech1-framework-configurations/pom.xml +++ b/tech1-framework-configurations/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-configurations diff --git a/tech1-framework-domain/pom.xml b/tech1-framework-domain/pom.xml index 27c03f16..aa429077 100644 --- a/tech1-framework-domain/pom.xml +++ b/tech1-framework-domain/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-domain diff --git a/tech1-framework-emails/pom.xml b/tech1-framework-emails/pom.xml index d8458c3c..ac638ec7 100644 --- a/tech1-framework-emails/pom.xml +++ b/tech1-framework-emails/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-emails diff --git a/tech1-framework-feign-clients/pom.xml b/tech1-framework-feign-clients/pom.xml index 9aeb01ac..d74dc4fc 100644 --- a/tech1-framework-feign-clients/pom.xml +++ b/tech1-framework-feign-clients/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-feign-clients diff --git a/tech1-framework-hardware/pom.xml b/tech1-framework-hardware/pom.xml index 7f6fd6f1..fd5d9ba2 100644 --- a/tech1-framework-hardware/pom.xml +++ b/tech1-framework-hardware/pom.xml @@ -7,7 +7,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-hardware diff --git a/tech1-framework-incidents/pom.xml b/tech1-framework-incidents/pom.xml index 041d246f..f5481d13 100644 --- a/tech1-framework-incidents/pom.xml +++ b/tech1-framework-incidents/pom.xml @@ -7,7 +7,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-incidents diff --git a/tech1-framework-utilities/pom.xml b/tech1-framework-utilities/pom.xml index 726cf9e3..4b39511a 100644 --- a/tech1-framework-utilities/pom.xml +++ b/tech1-framework-utilities/pom.xml @@ -8,7 +8,7 @@ io.tech1.framework tech1-framework - 2.8.5 + 2.8.6-SNAPSHOT tech1-framework-utilities