diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9ed2f33a..b2b84b79b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: with: token: ${{ github.token }} submodules: recursive + fetch-depth: 0 # ------------------------- # Java Environment Setup # ------------------------- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2945650e5..eb5d72ae1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: with: token: ${{ github.token }} submodules: recursive + fetch-depth: 0 # ------------------------- # Java # ------------------------- diff --git a/cli-processor/pom.xml b/cli-processor/pom.xml index b92d32431..048fafe7f 100644 --- a/cli-processor/pom.xml +++ b/cli-processor/pom.xml @@ -3,7 +3,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT cli-processor diff --git a/metaschema-cli/pom.xml b/metaschema-cli/pom.xml index 4b43f5a9d..776ed3b6b 100644 --- a/metaschema-cli/pom.xml +++ b/metaschema-cli/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-cli diff --git a/metaschema-java-binding/pom.xml b/metaschema-java-binding/pom.xml index d775c9625..b7e2b1c4c 100644 --- a/metaschema-java-binding/pom.xml +++ b/metaschema-java-binding/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-java-binding diff --git a/metaschema-java-codegen/pom.xml b/metaschema-java-codegen/pom.xml index f4ab9c09c..f59085369 100644 --- a/metaschema-java-codegen/pom.xml +++ b/metaschema-java-codegen/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-java-codegen diff --git a/metaschema-maven-plugin/pom.xml b/metaschema-maven-plugin/pom.xml index b05488950..4aaf45496 100644 --- a/metaschema-maven-plugin/pom.xml +++ b/metaschema-maven-plugin/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-maven-plugin diff --git a/metaschema-model-common/pom.xml b/metaschema-model-common/pom.xml index 5560651d8..5561920cf 100644 --- a/metaschema-model-common/pom.xml +++ b/metaschema-model-common/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-model-common diff --git a/metaschema-model/pom.xml b/metaschema-model/pom.xml index a4e7eeee1..7a9c2bbb6 100644 --- a/metaschema-model/pom.xml +++ b/metaschema-model/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-model Metaschema XML Implementation diff --git a/metaschema-schema-generator/pom.xml b/metaschema-schema-generator/pom.xml index ac0eb68bf..83622752d 100644 --- a/metaschema-schema-generator/pom.xml +++ b/metaschema-schema-generator/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-schema-generator Metaschema XML and JSON Schema Generator diff --git a/metaschema-testing/pom.xml b/metaschema-testing/pom.xml index fa9a1d650..7c9b4a9a8 100644 --- a/metaschema-testing/pom.xml +++ b/metaschema-testing/pom.xml @@ -3,7 +3,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT metaschema-testing Metaschema Unit Testing Support diff --git a/pom.xml b/pom.xml index d85a06dc9..be603d06b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 0.12.1-SNAPSHOT pom Metaschema Framework Parent A common build root for all NIST Java projects related to the