Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Aug 4, 2024
1 parent fd788bc commit 87dd858
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 18 deletions.
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/cli-processor</url>
</scm>
<tag>v1.0.1</tag>
</scm>

<properties>
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

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

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

<dependencies>
<dependency>
Expand Down
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/databind-metaschema</url>
</scm>
<tag>v1.0.1</tag>
</scm>

<dependencies>
<dependency>
Expand Down
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/databind</url>
</scm>
<tag>v1.0.1</tag>
</scm>

<dependencies>
<dependency>
Expand Down
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/metaschema-cli</url>
</scm>
<tag>v1.0.1</tag>
</scm>

<dependencies>
<dependency>
Expand Down
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

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

<scm>
<url>${scm.url}/tree/develop/metaschema-maven-plugin</url>
</scm>
<tag>v1.0.1</tag>
</scm>

<dependencies>
<dependency>
Expand Down
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>metaschema-testing</artifactId>
<name>Metaschema Unit Testing Support</name>
Expand All @@ -20,7 +20,8 @@

<scm>
<url>${scm.url}/tree/develop/metaschema-testing</url>
</scm>
<tag>v1.0.1</tag>
</scm>

<dependencies>
<dependency>
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.1-SNAPSHOT</version>
<version>1.0.1</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.1</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
5 changes: 3 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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>metaschema-schema-generator</artifactId>
<name>Metaschema XML and JSON Schema Generator</name>
Expand All @@ -20,7 +20,8 @@

<scm>
<url>${scm.url}/tree/develop/schemagen</url>
</scm>
<tag>v1.0.1</tag>
</scm>

<dependencies>
<dependency>
Expand Down

0 comments on commit 87dd858

Please sign in to comment.