-
Notifications
You must be signed in to change notification settings - Fork 97
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 3.1_2.12-1.0.1
- Loading branch information
1 parent
cdabd90
commit c1ca48f
Showing
2 changed files
with
4 additions
and
5 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
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 @@ | |
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 @@ | |
</parent> | ||
<groupId>org.apache.doris</groupId> | ||
<artifactId>spark-doris-connector-${spark.minor.version}_${scala.version}</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.1</version> | ||
<name>Spark Doris Connector</name> | ||
<url>https://doris.apache.org/</url> | ||
<licenses> | ||
|
@@ -41,7 +40,7 @@ | |
<connection>scm:git:https://[email protected]/apache/incubator-doris-spark-connector.git</connection> | ||
<developerConnection>scm:git:https://[email protected]/apache/incubator-doris-spark-connector.git</developerConnection> | ||
<url>scm:git:https://[email protected]/apache/incubator-doris-spark-connector.git</url> | ||
<tag>HEAD</tag> | ||
<tag>3.1_2.12-1.0.1</tag> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
|