File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 13
13
Copyright 2021-2021 the original author or authors.
14
14
15
15
-->
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" >
19
17
20
18
<modelVersion >4.0.0</modelVersion >
21
19
25
23
26
24
<groupId >org.quickperf</groupId >
27
25
<artifactId >quick-sql-test-data</artifactId >
28
- <version >0.1-SNAPSHOT </version >
26
+ <version >0.1</version >
29
27
<name >Quick SQL test data</name >
30
28
<inceptionYear >2021</inceptionYear >
31
29
270
268
</goals >
271
269
<configuration >
272
270
<rules >
273
- <banCircularDependencies />
271
+ <banCircularDependencies />
274
272
<enforceBytecodeVersion >
275
273
<maxJdkVersion >1.8</maxJdkVersion >
276
274
<ignoreClasses >
390
388
<connection >scm:git:https://github.com/quick-perf/quick-sql-test-data.git</connection >
391
389
<developerConnection >scm:git:git@github.com:quick-perf/quick-sql-test-data.git</developerConnection >
392
390
<url >https://github.com/quick-perf/quick-sql-test-data</url >
393
- <tag >HEAD </tag >
391
+ <tag >quick-sql-test-data-0.1 </tag >
394
392
</scm >
395
393
396
394
<licenses >
You can’t perform that action at this time.
0 commit comments