From e77aa9081a636b5f66de1b3b67664a66dd625fdd Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Tue, 26 Sep 2023 15:39:08 -0400 Subject: [PATCH] [maven-release-plugin] prepare release v1.0.0-M1 --- cli-processor/pom.xml | 2 +- core/pom.xml | 2 +- databind/pom.xml | 6 ++---- 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-testing/pom.xml | 2 +- pom.xml | 13 +++++-------- schemagen/pom.xml | 2 +- 12 files changed, 17 insertions(+), 22 deletions(-) diff --git a/cli-processor/pom.xml b/cli-processor/pom.xml index ae421ad19..d88d74c91 100644 --- a/cli-processor/pom.xml +++ b/cli-processor/pom.xml @@ -3,7 +3,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 cli-processor diff --git a/core/pom.xml b/core/pom.xml index aff2fe682..da48a03ba 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-core diff --git a/databind/pom.xml b/databind/pom.xml index f3ae5296c..71abba944 100644 --- a/databind/pom.xml +++ b/databind/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-databind diff --git a/metaschema-cli/pom.xml b/metaschema-cli/pom.xml index 425effd4f..9c4ea2a90 100644 --- a/metaschema-cli/pom.xml +++ b/metaschema-cli/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-cli diff --git a/metaschema-java-binding/pom.xml b/metaschema-java-binding/pom.xml index 9127c9ad8..bb10e96c0 100644 --- a/metaschema-java-binding/pom.xml +++ b/metaschema-java-binding/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-java-binding diff --git a/metaschema-java-codegen/pom.xml b/metaschema-java-codegen/pom.xml index ce536f636..54e9e1a77 100644 --- a/metaschema-java-codegen/pom.xml +++ b/metaschema-java-codegen/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-java-codegen diff --git a/metaschema-maven-plugin/pom.xml b/metaschema-maven-plugin/pom.xml index 1ee2cbe25..8d0464867 100644 --- a/metaschema-maven-plugin/pom.xml +++ b/metaschema-maven-plugin/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-maven-plugin diff --git a/metaschema-model-common/pom.xml b/metaschema-model-common/pom.xml index c2b046d65..c952ce18a 100644 --- a/metaschema-model-common/pom.xml +++ b/metaschema-model-common/pom.xml @@ -3,7 +3,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-model-common diff --git a/metaschema-model/pom.xml b/metaschema-model/pom.xml index 1edd71dce..28007667a 100644 --- a/metaschema-model/pom.xml +++ b/metaschema-model/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-model diff --git a/metaschema-testing/pom.xml b/metaschema-testing/pom.xml index 7a322b42b..a31478ecc 100644 --- a/metaschema-testing/pom.xml +++ b/metaschema-testing/pom.xml @@ -3,7 +3,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-testing Metaschema Unit Testing Support diff --git a/pom.xml b/pom.xml index 77a665924..3b7d0e59b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 gov.nist.secauto @@ -10,7 +8,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 pom Metaschema Framework Parent A common build root for all NIST Java projects related to the @@ -25,7 +23,7 @@ scm:git:git@github.com/usnistgov/metaschema-java.git scm:git:git@github.com:usnistgov/metaschema-java.git - v0.12.0 + v1.0.0-M1 @@ -168,7 +166,7 @@ here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431 --> - + @@ -689,8 +687,7 @@ JAVA_TOOL_OPTIONS - + diff --git a/schemagen/pom.xml b/schemagen/pom.xml index 543775eba..670e87c22 100644 --- a/schemagen/pom.xml +++ b/schemagen/pom.xml @@ -4,7 +4,7 @@ gov.nist.secauto.metaschema metaschema-framework - 1.0.0-SNAPSHOT + 1.0.0-M1 metaschema-schema-generator Metaschema XML and JSON Schema Generator