Skip to content

Commit 93e473e

Browse files
committed
[maven-release-plugin] prepare release quick-sql-test-data-0.1
1 parent b06166f commit 93e473e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
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

@@ -25,7 +23,7 @@
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

@@ -270,7 +268,7 @@
270268
</goals>
271269
<configuration>
272270
<rules>
273-
<banCircularDependencies/>
271+
<banCircularDependencies />
274272
<enforceBytecodeVersion>
275273
<maxJdkVersion>1.8</maxJdkVersion>
276274
<ignoreClasses>
@@ -390,7 +388,7 @@
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>

0 commit comments

Comments
 (0)