Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jul 10, 2023
1 parent 44b86fb commit fd5cd54
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 31 deletions.
6 changes: 2 additions & 4 deletions cli-processor/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>cli-processor</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions metaschema-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</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.11.0-SNAPSHOT</version>
<version>0.11.0</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.11.0-SNAPSHOT</version>
<version>0.11.0</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.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>metaschema-maven-plugin</artifactId>
Expand Down
9 changes: 3 additions & 6 deletions metaschema-model-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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.metaschema</groupId>
<artifactId>metaschema-framework</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<artifactId>metaschema-model-common</artifactId>
Expand Down Expand Up @@ -217,8 +215,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- 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
6 changes: 2 additions & 4 deletions metaschema-model/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>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<artifactId>metaschema-model</artifactId>
<name>Metaschema XML Implementation</name>
Expand Down
6 changes: 2 additions & 4 deletions metaschema-schema-generator/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>0.11.0-SNAPSHOT</version>
<version>0.11.0</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.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>
<artifactId>metaschema-testing</artifactId>
<name>Metaschema Unit Testing Support</name>
Expand Down
8 changes: 3 additions & 5 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>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>pom</packaging>
<name>Metaschema Framework Parent</name>
<description>A common build root for all NIST Java projects related to the
Expand All @@ -24,7 +22,7 @@
<url>https://github.com/usnistgov/metaschema-java/tree/main</url>
<connection>scm:git:[email protected]/usnistgov/metaschema-java.git</connection>
<developerConnection>scm:git:[email protected]:usnistgov/metaschema-java.git</developerConnection>
<tag>v0.10.0</tag>
<tag>v0.11.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit fd5cd54

Please sign in to comment.