Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Aug 19, 2024
1 parent cc79367 commit 76fe3c9
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>v1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/core</url>
<tag>HEAD</tag>
<tag>v1.0.2</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions databind-metaschema/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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/databind-metaschema</url>
<tag>HEAD</tag>
<tag>v1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/databind</url>
<tag>HEAD</tag>
<tag>v1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>v1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>v1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>v1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<packaging>pom</packaging>
<name>Metaschema Framework Parent</name>
Expand Down Expand Up @@ -109,7 +109,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>v1.0.2</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</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>v1.0.2</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 76fe3c9

Please sign in to comment.