-
Notifications
You must be signed in to change notification settings - Fork 18
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 doris-shade-1.0.0
- Loading branch information
wudi
committed
Mar 21, 2023
1 parent
85a8b74
commit a701830
Showing
2 changed files
with
8 additions
and
10 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 |
---|---|---|
|
@@ -15,8 +15,7 @@ KIND, either express or implied. See the License for the | |
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
<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/maven-v4_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/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.apache</groupId> | ||
|
@@ -25,7 +24,7 @@ under the License. | |
</parent> | ||
<groupId>org.apache.doris</groupId> | ||
<artifactId>doris-shade</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.0</version> | ||
<packaging>pom</packaging> | ||
<name>Archetype - doris-shade</name> | ||
<url>https://doris.apache.org</url> | ||
|
@@ -41,7 +40,8 @@ under the License. | |
<url>https://github.com/apache/doris-shade</url> | ||
<connection>[email protected]:apache/doris-shade.git</connection> | ||
<developerConnection>scm:git:https://github.com/apache/doris-shade.git</developerConnection> | ||
</scm> | ||
<tag>doris-shade-1.0.0</tag> | ||
</scm> | ||
|
||
<modules> | ||
<module>thrift-shade-0.16</module> | ||
|
@@ -79,7 +79,7 @@ under the License. | |
<artifactId>maven-shade-plugin</artifactId> | ||
<configuration> | ||
<transformers> | ||
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> | ||
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> | ||
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"> | ||
<projectName>Apache Doris-Shade</projectName> | ||
<encoding>UTF-8</encoding> | ||
|
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