From 6976a3e65ee8d08b7e908da72aea21422db754ed Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Wed, 19 Jul 2023 14:06:45 -0400 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- cli-processor/pom.xml | 2 +- metaschema-cli/pom.xml | 2 +- metaschema-java-binding/pom.xml | 2 +- metaschema-java-codegen/pom.xml | 2 +- metaschema-maven-plugin/pom.xml | 2 +- metaschema-model-common/pom.xml | 2 +- metaschema-model/pom.xml | 2 +- metaschema-schema-generator/pom.xml | 2 +- metaschema-testing/pom.xml | 2 +- pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cli-processor/pom.xml b/cli-processor/pom.xml index b92d32431..ff0029d9d 100644 --- a/cli-processor/pom.xml +++ b/cli-processor/pom.xml @@ -3,7 +3,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 1.0.0-SNAPSHOT cli-processor diff --git a/metaschema-cli/pom.xml b/metaschema-cli/pom.xml index 4b43f5a9d..c58b4e44e 100644 --- a/metaschema-cli/pom.xml +++ b/metaschema-cli/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 1.0.0-SNAPSHOT metaschema-cli diff --git a/metaschema-java-binding/pom.xml b/metaschema-java-binding/pom.xml index d775c9625..64ceeddcc 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 + 1.0.0-SNAPSHOT metaschema-java-binding diff --git a/metaschema-java-codegen/pom.xml b/metaschema-java-codegen/pom.xml index f4ab9c09c..7e82b56b9 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 + 1.0.0-SNAPSHOT metaschema-java-codegen diff --git a/metaschema-maven-plugin/pom.xml b/metaschema-maven-plugin/pom.xml index b05488950..269b56a64 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 + 1.0.0-SNAPSHOT metaschema-maven-plugin diff --git a/metaschema-model-common/pom.xml b/metaschema-model-common/pom.xml index 5560651d8..7075bac6e 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 + 1.0.0-SNAPSHOT metaschema-model-common diff --git a/metaschema-model/pom.xml b/metaschema-model/pom.xml index a4e7eeee1..fcccbacc6 100644 --- a/metaschema-model/pom.xml +++ b/metaschema-model/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 1.0.0-SNAPSHOT metaschema-model Metaschema XML Implementation diff --git a/metaschema-schema-generator/pom.xml b/metaschema-schema-generator/pom.xml index ac0eb68bf..7740813df 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 + 1.0.0-SNAPSHOT metaschema-schema-generator Metaschema XML and JSON Schema Generator diff --git a/metaschema-testing/pom.xml b/metaschema-testing/pom.xml index fa9a1d650..6fbd6326e 100644 --- a/metaschema-testing/pom.xml +++ b/metaschema-testing/pom.xml @@ -3,7 +3,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 1.0.0-SNAPSHOT metaschema-testing Metaschema Unit Testing Support diff --git a/pom.xml b/pom.xml index d85a06dc9..ea6f7c487 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ gov.nist.secauto.metaschema metaschema-framework - 0.12.0 + 1.0.0-SNAPSHOT pom Metaschema Framework Parent A common build root for all NIST Java projects related to the @@ -22,7 +22,7 @@ https://github.com/usnistgov/metaschema-java/tree/main scm:git:git@github.com/usnistgov/metaschema-java.git scm:git:git@github.com:usnistgov/metaschema-java.git - v0.12.0 + HEAD