Skip to content

Commit 96b7306

Browse files
committed
[maven-release-plugin] prepare release calcite-1.16.0
1 parent 9d65c0e commit 96b7306

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
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.16.0-SNAPSHOT</version>
23+
<version>1.16.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-cassandra</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.16.0-SNAPSHOT</version>
28+
<version>1.16.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.16.0-SNAPSHOT</version>
23+
<version>1.16.0</version>
2424
</parent>
2525

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

druid/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.16.0-SNAPSHOT</version>
23+
<version>1.16.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-druid</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.16.0-SNAPSHOT</version>
28+
<version>1.16.0</version>
2929
<name>Calcite Druid</name>
3030
<description>Druid adapter for Calcite</description>
3131

elasticsearch2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.calcite</groupId>
2323
<artifactId>calcite</artifactId>
24-
<version>1.16.0-SNAPSHOT</version>
24+
<version>1.16.0</version>
2525
</parent>
2626

2727
<artifactId>calcite-elasticsearch2</artifactId>
2828
<packaging>jar</packaging>
29-
<version>1.16.0-SNAPSHOT</version>
29+
<version>1.16.0</version>
3030
<name>Calcite Elasticsearch</name>
3131
<description>Elasticsearch adapter for Calcite</description>
3232

elasticsearch5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.calcite</groupId>
2323
<artifactId>calcite</artifactId>
24-
<version>1.16.0-SNAPSHOT</version>
24+
<version>1.16.0</version>
2525
</parent>
2626

2727
<artifactId>calcite-elasticsearch5</artifactId>
2828
<packaging>jar</packaging>
29-
<version>1.16.0-SNAPSHOT</version>
29+
<version>1.16.0</version>
3030
<name>Calcite Elasticsearch5</name>
3131
<description>Elasticsearch5 adapter for Calcite</description>
3232

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.16.0-SNAPSHOT</version>
23+
<version>1.16.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-example-csv</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.16.0-SNAPSHOT</version>
28+
<version>1.16.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.16.0-SNAPSHOT</version>
23+
<version>1.16.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-example-function</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.16.0-SNAPSHOT</version>
28+
<version>1.16.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.16.0-SNAPSHOT</version>
23+
<version>1.16.0</version>
2424
</parent>
2525

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

file/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ limitations under the License.
1919
<parent>
2020
<groupId>org.apache.calcite</groupId>
2121
<artifactId>calcite</artifactId>
22-
<version>1.16.0-SNAPSHOT</version>
22+
<version>1.16.0</version>
2323
</parent>
2424

2525
<!-- The basics. -->
2626
<artifactId>calcite-file</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.16.0-SNAPSHOT</version>
28+
<version>1.16.0</version>
2929
<name>Calcite File</name>
3030
<description>Calcite provider that reads files and URIs</description>
3131

geode/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.16.0-SNAPSHOT</version>
23+
<version>1.16.0</version>
2424
</parent>
2525

2626
<artifactId>calcite-geode</artifactId>
2727
<packaging>jar</packaging>
28-
<version>1.16.0-SNAPSHOT</version>
28+
<version>1.16.0</version>
2929
<name>Calcite Geode</name>
3030
<description>Geode adapter for Calcite</description>
3131

0 commit comments

Comments
 (0)