From 7d2859cffda9db259891e68ab655ef9ffe7ea30f Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Fri, 3 Mar 2023 11:12:08 +0100 Subject: [PATCH] Use a valid SemVer format for the SNAPSHOT version (#1787) --- aggregation/pom.xml | 2 +- api_documentation/pom.xml | 2 +- authorization_services/pom.xml | 2 +- dist/pom.xml | 2 +- header-maven-plugin/pom.xml | 4 ++-- pom.xml | 4 ++-- release_notes/pom.xml | 2 +- securing_apps/pom.xml | 2 +- server_admin/pom.xml | 2 +- server_development/pom.xml | 2 +- tests/pom.xml | 2 +- topics/templates/document-attributes.adoc | 4 ++-- upgrading/pom.xml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/aggregation/pom.xml b/aggregation/pom.xml index 13e01b1330f..c98a777627d 100644 --- a/aggregation/pom.xml +++ b/aggregation/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/api_documentation/pom.xml b/api_documentation/pom.xml index 7279dcea3bd..1644ce5e293 100644 --- a/api_documentation/pom.xml +++ b/api_documentation/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/authorization_services/pom.xml b/authorization_services/pom.xml index 0876035da2d..2126b52cb3a 100644 --- a/authorization_services/pom.xml +++ b/authorization_services/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/dist/pom.xml b/dist/pom.xml index 8ee7ce26593..915bb047c25 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/header-maven-plugin/pom.xml b/header-maven-plugin/pom.xml index 40b63fcb45b..13fc1f63576 100644 --- a/header-maven-plugin/pom.xml +++ b/header-maven-plugin/pom.xml @@ -5,12 +5,12 @@ documentation-parent org.keycloak.documentation - 999-SNAPSHOT + 999.0.0-SNAPSHOT org.keycloak.documentation header-maven-plugin - 999-SNAPSHOT + 999.0.0-SNAPSHOT maven-plugin github-maven-plugin diff --git a/pom.xml b/pom.xml index 270f2666242..df016822b4c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ Keycloak Documentation Parent org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT pom @@ -121,7 +121,7 @@ org.keycloak.documentation header-maven-plugin - 999-SNAPSHOT + 999.0.0-SNAPSHOT add-file-headers diff --git a/release_notes/pom.xml b/release_notes/pom.xml index 1e18d7161e3..9387b1307cb 100644 --- a/release_notes/pom.xml +++ b/release_notes/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/securing_apps/pom.xml b/securing_apps/pom.xml index c1a605b7d3d..06931882e3b 100644 --- a/securing_apps/pom.xml +++ b/securing_apps/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/server_admin/pom.xml b/server_admin/pom.xml index b4ed0bbeae7..a093514cf94 100644 --- a/server_admin/pom.xml +++ b/server_admin/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/server_development/pom.xml b/server_development/pom.xml index 131ba14ff16..41dee455dd1 100644 --- a/server_development/pom.xml +++ b/server_development/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/tests/pom.xml b/tests/pom.xml index 508d0017d0d..7e15f305aaa 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -41,7 +41,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../ diff --git a/topics/templates/document-attributes.adoc b/topics/templates/document-attributes.adoc index 043756062e8..8bf27338f22 100644 --- a/topics/templates/document-attributes.adoc +++ b/topics/templates/document-attributes.adoc @@ -3,8 +3,8 @@ :project_community: true :project_product: false :project_version: DEV -:project_versionMvn: 999-SNAPSHOT -:project_versionNpm: 999 +:project_versionMvn: 999.0.0-SNAPSHOT +:project_versionNpm: 999.0.0-SNAPSHOT :project_versionDoc: DEV :standalone: diff --git a/upgrading/pom.xml b/upgrading/pom.xml index 616f7d512bd..c9176f6aa3a 100644 --- a/upgrading/pom.xml +++ b/upgrading/pom.xml @@ -5,7 +5,7 @@ org.keycloak.documentation documentation-parent - 999-SNAPSHOT + 999.0.0-SNAPSHOT ../