File tree Expand file tree Collapse file tree 9 files changed +19
-20
lines changed Expand file tree Collapse file tree 9 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments