Skip to content

Commit 4998834

Browse files
author
David Waltermire
committed
[maven-release-plugin] prepare release v2.2.0
1 parent 8553bff commit 4998834

File tree

9 files changed

+19
-20
lines changed

9 files changed

+19
-20
lines changed

cli-processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>dev.metaschema.java</groupId>
55
<artifactId>metaschema-framework</artifactId>
6-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
77
</parent>
88

99
<artifactId>cli-processor</artifactId>
@@ -20,7 +20,7 @@
2020

2121
<scm>
2222
<url>${scm.url}/tree/develop/cli-processor</url>
23-
<tag>HEAD</tag>
23+
<tag>v2.2.0</tag>
2424
</scm>
2525

2626
<properties>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.metaschema.java</groupId>
66
<artifactId>metaschema-framework</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
</parent>
99

1010
<artifactId>metaschema-core</artifactId>
@@ -23,7 +23,7 @@
2323

2424
<scm>
2525
<url>${scm.url}/tree/develop/core</url>
26-
<tag>HEAD</tag>
26+
<tag>v2.2.0</tag>
2727
</scm>
2828

2929
<dependencies>

databind-metaschema/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.metaschema.java</groupId>
66
<artifactId>metaschema-framework</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
</parent>
99

1010
<artifactId>metaschema-databind-modules</artifactId>
@@ -23,7 +23,7 @@
2323

2424
<scm>
2525
<url>${scm.url}/tree/develop/databind-metaschema</url>
26-
<tag>HEAD</tag>
26+
<tag>v2.2.0</tag>
2727
</scm>
2828

2929
<dependencies>

databind/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.metaschema.java</groupId>
66
<artifactId>metaschema-framework</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
</parent>
99

1010
<artifactId>metaschema-databind</artifactId>
@@ -24,7 +24,7 @@
2424

2525
<scm>
2626
<url>${scm.url}/tree/develop/databind</url>
27-
<tag>HEAD</tag>
27+
<tag>v2.2.0</tag>
2828
</scm>
2929

3030
<dependencies>

metaschema-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.metaschema.java</groupId>
66
<artifactId>metaschema-framework</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
</parent>
99

1010
<artifactId>metaschema-cli</artifactId>
@@ -24,7 +24,7 @@
2424

2525
<scm>
2626
<url>${scm.url}/tree/develop/metaschema-cli</url>
27-
<tag>HEAD</tag>
27+
<tag>v2.2.0</tag>
2828
</scm>
2929

3030
<dependencies>

metaschema-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.metaschema.java</groupId>
66
<artifactId>metaschema-framework</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
</parent>
99

1010
<artifactId>metaschema-maven-plugin</artifactId>
@@ -25,7 +25,7 @@
2525

2626
<scm>
2727
<url>${scm.url}/tree/develop/metaschema-maven-plugin</url>
28-
<tag>HEAD</tag>
28+
<tag>v2.2.0</tag>
2929
</scm>
3030

3131
<prerequisites>

metaschema-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>dev.metaschema.java</groupId>
55
<artifactId>metaschema-framework</artifactId>
6-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
77
</parent>
88
<artifactId>metaschema-testing</artifactId>
99
<name>Metaschema Unit Testing Support</name>
@@ -20,7 +20,7 @@
2020

2121
<scm>
2222
<url>${scm.url}/tree/develop/metaschema-testing</url>
23-
<tag>HEAD</tag>
23+
<tag>v2.2.0</tag>
2424
</scm>
2525

2626
<dependencies>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>dev.metaschema.java</groupId>
1111
<artifactId>metaschema-framework</artifactId>
12-
<version>2.2.0-SNAPSHOT</version>
12+
<version>2.2.0</version>
1313

1414
<packaging>pom</packaging>
1515
<name>Metaschema Framework Parent</name>
@@ -95,7 +95,7 @@
9595
<url>${scm.url}/tree/develop</url>
9696
<connection>scm:git:[email protected]/metaschema-framework/metaschema-java.git</connection>
9797
<developerConnection>scm:git:[email protected]:metaschema-framework/metaschema-java.git</developerConnection>
98-
<tag>HEAD</tag>
98+
<tag>v2.2.0</tag>
9999
</scm>
100100
<distributionManagement>
101101
<repository>
@@ -715,8 +715,7 @@
715715
<consoleOutputReporter>
716716
<disable>true</disable>
717717
</consoleOutputReporter>
718-
<statelessTestsetInfoReporter
719-
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
718+
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
720719
</statelessTestsetInfoReporter>
721720
</configuration>
722721
</plugin>

schemagen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.metaschema.java</groupId>
66
<artifactId>metaschema-framework</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
</parent>
99
<artifactId>metaschema-schema-generator</artifactId>
1010
<name>Metaschema XML and JSON Schema Generator</name>
@@ -20,7 +20,7 @@
2020

2121
<scm>
2222
<url>${scm.url}/tree/develop/schemagen</url>
23-
<tag>HEAD</tag>
23+
<tag>v2.2.0</tag>
2424
</scm>
2525

2626
<dependencies>

0 commit comments

Comments
 (0)