Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Sep 26, 2023
1 parent fce4f68 commit e77aa90
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 22 deletions.
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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>cli-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>metaschema-core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions databind/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>

<artifactId>metaschema-databind</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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>
<artifactId>metaschema-java-binding</artifactId>
<distributionManagement>
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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>
<artifactId>metaschema-java-codegen</artifactId>
<distributionManagement>
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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</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 @@ -3,7 +3,7 @@
<parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>
<artifactId>metaschema-model</artifactId>
<distributionManagement>
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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>
<artifactId>metaschema-testing</artifactId>
<name>Metaschema Unit Testing Support</name>
Expand Down
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>gov.nist.secauto</groupId>
Expand All @@ -10,7 +8,7 @@
</parent>
<groupId>gov.nist.secauto.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
<packaging>pom</packaging>
<name>Metaschema Framework Parent</name>
<description>A common build root for all NIST Java projects related to the
Expand All @@ -25,7 +23,7 @@
<connection>scm:git:git@github.com/usnistgov/metaschema-java.git</connection>
<developerConnection>
scm:git:git@github.com:usnistgov/metaschema-java.git</developerConnection>
<tag>v0.12.0</tag>
<tag>v1.0.0-M1</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -168,7 +166,7 @@
here to make sure it doesn't fail. See also
https://issues.apache.org/jira/browse/SUREFIRE-1431
-->
<argLine></argLine>
<argLine />
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -689,8 +687,7 @@
<excludedEnvironmentVariable>JAVA_TOOL_OPTIONS</excludedEnvironmentVariable>
</excludedEnvironmentVariables>
<!-- Use of TCP to transmit events to the plugin -->
<forkNode
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion schemagen/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>1.0.0-SNAPSHOT</version>
<version>1.0.0-M1</version>
</parent>
<artifactId>metaschema-schema-generator</artifactId>
<name>Metaschema XML and JSON Schema Generator</name>
Expand Down

0 comments on commit e77aa90

Please sign in to comment.