File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1313 Copyright 2021-2021 the original author or authors.
1414
1515-->
16- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
17- xmlns =" http://maven.apache.org/POM/4.0.0"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16+ <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" >
1917
2018 <modelVersion >4.0.0</modelVersion >
2119
2523
2624 <groupId >org.quickperf</groupId >
2725 <artifactId >quick-sql-test-data</artifactId >
28- <version >0.1-SNAPSHOT </version >
26+ <version >0.1</version >
2927 <name >Quick SQL test data</name >
3028 <inceptionYear >2021</inceptionYear >
3129
270268 </goals >
271269 <configuration >
272270 <rules >
273- <banCircularDependencies />
271+ <banCircularDependencies />
274272 <enforceBytecodeVersion >
275273 <maxJdkVersion >1.8</maxJdkVersion >
276274 <ignoreClasses >
390388 <connection >scm:git:https://github.com/quick-perf/quick-sql-test-data.git</connection >
391389 <developerConnection >scm:git:git@github.com:quick-perf/quick-sql-test-data.git</developerConnection >
392390 <url >https://github.com/quick-perf/quick-sql-test-data</url >
393- <tag >HEAD </tag >
391+ <tag >quick-sql-test-data-0.1 </tag >
394392 </scm >
395393
396394 <licenses >
You can’t perform that action at this time.
0 commit comments