Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Nov 3, 2024
1 parent 40220a8 commit 0859d4a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 21 deletions.
4 changes: 2 additions & 2 deletions cli-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>cli-processor</artifactId>
Expand All @@ -20,7 +20,7 @@

<scm>
<url>${scm.url}/tree/develop/cli-processor</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>metaschema-core</artifactId>
Expand All @@ -23,7 +23,7 @@

<scm>
<url>${scm.url}/tree/develop/core</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions databind-metaschema/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>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>metaschema-databind-modules</artifactId>
Expand All @@ -25,7 +23,7 @@

<scm>
<url>${scm.url}/tree/develop/databind-metaschema</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions databind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>metaschema-databind</artifactId>
Expand All @@ -24,7 +24,7 @@

<scm>
<url>${scm.url}/tree/develop/databind</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions metaschema-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>metaschema-cli</artifactId>
Expand All @@ -24,7 +24,7 @@

<scm>
<url>${scm.url}/tree/develop/metaschema-cli</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions metaschema-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>metaschema-maven-plugin</artifactId>
Expand All @@ -25,7 +25,7 @@

<scm>
<url>${scm.url}/tree/develop/metaschema-maven-plugin</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions metaschema-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>metaschema-testing</artifactId>
<name>Metaschema Unit Testing Support</name>
Expand All @@ -20,7 +20,7 @@

<scm>
<url>${scm.url}/tree/develop/metaschema-testing</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<packaging>pom</packaging>
<name>Metaschema Framework Parent</name>
Expand Down Expand Up @@ -106,7 +106,7 @@
<url>${scm.url}/tree/develop</url>
<connection>scm:git:[email protected]/metaschema-framework/metaschema-java.git</connection>
<developerConnection>scm:git:[email protected]:metaschema-framework/metaschema-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions schemagen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>metaschema-schema-generator</artifactId>
<name>Metaschema XML and JSON Schema Generator</name>
Expand All @@ -20,7 +20,7 @@

<scm>
<url>${scm.url}/tree/develop/schemagen</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 0859d4a

Please sign in to comment.