-
Notifications
You must be signed in to change notification settings - Fork 226
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 1.16-1.3.0
- Loading branch information
wudi
committed
Nov 30, 2022
1 parent
260dbe8
commit 8e870b2
Showing
1 changed file
with
3 additions
and
4 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 |
---|---|---|
|
@@ -17,8 +17,7 @@ KIND, either express or implied. See the License for the | |
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
<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> | ||
<parent> | ||
<groupId>org.apache</groupId> | ||
|
@@ -27,7 +26,7 @@ under the License. | |
</parent> | ||
<groupId>org.apache.doris</groupId> | ||
<artifactId>flink-doris-connector-${flink.minor.version}</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<name>Flink Doris Connector</name> | ||
<url>https://doris.apache.org/</url> | ||
<licenses> | ||
|
@@ -41,7 +40,7 @@ under the License. | |
<connection>scm:git:https://[email protected]/apache/doris-flink-connector.git</connection> | ||
<developerConnection>scm:git:https://[email protected]/apache/doris-flink-connector.git</developerConnection> | ||
<url>scm:git:https://[email protected]/apache/doris-flink-connector.git</url> | ||
<tag>HEAD</tag> | ||
<tag>1.16-1.3.0</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
|