-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release quick-sql-test-data-0.1
- Loading branch information
1 parent
b06166f
commit 93e473e
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,7 @@ | |
Copyright 2021-2021 the original author or authors. | ||
--> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<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"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
|
@@ -25,7 +23,7 @@ | |
|
||
<groupId>org.quickperf</groupId> | ||
<artifactId>quick-sql-test-data</artifactId> | ||
<version>0.1-SNAPSHOT</version> | ||
<version>0.1</version> | ||
<name>Quick SQL test data</name> | ||
<inceptionYear>2021</inceptionYear> | ||
|
||
|
@@ -270,7 +268,7 @@ | |
</goals> | ||
<configuration> | ||
<rules> | ||
<banCircularDependencies/> | ||
<banCircularDependencies /> | ||
<enforceBytecodeVersion> | ||
<maxJdkVersion>1.8</maxJdkVersion> | ||
<ignoreClasses> | ||
|
@@ -390,7 +388,7 @@ | |
<connection>scm:git:https://github.com/quick-perf/quick-sql-test-data.git</connection> | ||
<developerConnection>scm:git:[email protected]:quick-perf/quick-sql-test-data.git</developerConnection> | ||
<url>https://github.com/quick-perf/quick-sql-test-data</url> | ||
<tag>HEAD</tag> | ||
<tag>quick-sql-test-data-0.1</tag> | ||
</scm> | ||
|
||
<licenses> | ||
|