File tree Expand file tree Collapse file tree 13 files changed +25
-25
lines changed
Expand file tree Collapse file tree 13 files changed +25
-25
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments