Skip to content

Commit

Permalink
Incremented patch version. Adjusted chackout to get all commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Aug 11, 2023
1 parent eff03bf commit 4e39348
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
token: ${{ github.token }}
submodules: recursive
fetch-depth: 0
# -------------------------
# Java Environment Setup
# -------------------------
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
token: ${{ github.token }}
submodules: recursive
fetch-depth: 0
# -------------------------
# Java
# -------------------------
Expand Down
2 changes: 1 addition & 1 deletion cli-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>

<artifactId>cli-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>

<artifactId>metaschema-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-java-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>

<artifactId>metaschema-java-binding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-java-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>

<artifactId>metaschema-java-codegen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>

<artifactId>metaschema-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-model-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>

<artifactId>metaschema-model-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<artifactId>metaschema-model</artifactId>
<name>Metaschema XML Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-schema-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<artifactId>metaschema-schema-generator</artifactId>
<name>Metaschema XML and JSON Schema Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
</parent>
<artifactId>metaschema-testing</artifactId>
<name>Metaschema Unit Testing Support</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.12.0</version>
<version>0.12.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Metaschema Framework Parent</name>
<description>A common build root for all NIST Java projects related to the
Expand Down

0 comments on commit 4e39348

Please sign in to comment.