Skip to content

Commit

Permalink
Modified version number is 1. 0.5-snapshot (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs authored Apr 9, 2024
1 parent 76243a1 commit 8845aab
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion hadoop-aws-shade-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>hadoop-aws-shade-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-cloud-shade-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>hadoop-cloud-shade-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shade-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>hadoop-shade-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hive-catalog-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>hive-catalog-shade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hive-shade-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>hive-shade-3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudi-mr-shade-0.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>hudi-mr-shade-0.13</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kerby-shade-1.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>kerby-shade-1.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
</parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetype - doris-shade</name>
<url>https://doris.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion spring-shade-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>

<artifactId>spring-shade-5</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions thrift-shade-0.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<artifactId>thrift-shade-0.13</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<properties>
<libethrift.version>0.13.0</libethrift.version>
</properties>
Expand Down

0 comments on commit 8845aab

Please sign in to comment.