Skip to content

Commit 8eebfc6

Browse files
committed
[maven-release-plugin] prepare release calcite-1.7.0
1 parent cc0d904 commit 8eebfc6

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

cassandra/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-cassandra</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite Cassandra</name>
3030
<description>Cassandra adapter for Calcite</description>
3131

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-core</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite Core</name>
3030
<description>Core Calcite APIs and engine.</description>
3131

example/csv/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite-example</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-example-csv</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite Example CSV</name>
3030
<description>An example Calcite provider that reads CSV files</description>
3131

example/function/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite-example</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-example-function</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite Example Function</name>
3030
<description>Examples of user-defined Calcite functions</description>
3131

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<!-- The basics. -->
2727
<artifactId>calcite-example</artifactId>
2828
<packaging>pom</packaging>
29-
<version>1.7.0-SNAPSHOT</version>
29+
<version>1.7.0</version>
3030
<name>Calcite Examples</name>
3131
<description>Calcite examples</description>
3232

linq4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-linq4j</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite Linq4j</name>
3030
<description>Calcite APIs for LINQ (Language-Integrated Query) in Java</description>
3131

mongodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-mongodb</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite MongoDB</name>
3030
<description>MongoDB adapter for Calcite</description>
3131

piglet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-piglet</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite Piglet</name>
3030
<description>Pig-like language built on top of Calcite algebra</description>
3131

plus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.calcite</groupId>
2222
<artifactId>calcite</artifactId>
23-
<version>1.7.0-SNAPSHOT</version>
23+
<version>1.7.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-plus</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.7.0-SNAPSHOT</version>
28+
<version>1.7.0</version>
2929
<name>Calcite Plus</name>
3030
<description>Miscellaneous extras for Calcite</description>
3131

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<groupId>org.apache.calcite</groupId>
2828
<artifactId>calcite</artifactId>
2929
<packaging>pom</packaging>
30-
<version>1.7.0-SNAPSHOT</version>
30+
<version>1.7.0</version>
3131

3232
<!-- More project information. -->
3333
<name>Calcite</name>
@@ -124,7 +124,7 @@ limitations under the License.
124124
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
125125
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
126126
<url>https://github.com/apache/calcite</url>
127-
<tag>HEAD</tag>
127+
<tag>calcite-1.7.0</tag>
128128
</scm>
129129

130130
<modules>

0 commit comments

Comments
 (0)