Skip to content

Commit

Permalink
[maven-release-plugin] prepare release doris-shade-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wudi committed Mar 21, 2023
1 parent 85a8b74 commit a701830
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
8 changes: 3 additions & 5 deletions thrift-shade-0.16/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ 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/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.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>thrift-shade-0.16</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<properties>
<libethrift.version>0.16.0</libethrift.version>
</properties>
Expand Down

0 comments on commit a701830

Please sign in to comment.