Skip to content

Commit 664e681

Browse files
committed
change pom.xml version from 0.7.0-SNAPSHOT to 0.7.0
1 parent 7d2ffa4 commit 664e681

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.7.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

fuzz-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.datafusion</groupId>
2727
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
28-
<version>0.7.0-SNAPSHOT</version>
28+
<version>0.7.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131
<groupId>org.apache.datafusion</groupId>
3232
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
33-
<version>0.7.0-SNAPSHOT</version>
33+
<version>0.7.0</version>
3434
<packaging>pom</packaging>
3535
<name>Comet Project Parent POM</name>
3636

spark-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.7.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.datafusion</groupId>
2828
<artifactId>comet-parent-spark${spark.version.short}_${scala.binary.version}</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.7.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)