@@ -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.2.0-incubating-SNAPSHOT </version >
30+ <version >1.2.0-incubating</version >
3131
3232 <!-- More project information. -->
3333 <name >Calcite</name >
@@ -61,7 +61,7 @@ limitations under the License.
6161 <connection >scm:git:https://git-wip-us.apache.org/repos/asf/incubator-calcite.git</connection >
6262 <developerConnection >scm:git:https://git-wip-us.apache.org/repos/asf/incubator-calcite.git</developerConnection >
6363 <url >https://github.com/apache/incubator-calcite</url >
64- <tag >HEAD </tag >
64+ <tag >calcite-1.2.0-incubating </tag >
6565 </scm >
6666
6767 <modules >
@@ -88,34 +88,34 @@ limitations under the License.
8888 <dependency >
8989 <groupId >org.apache.calcite</groupId >
9090 <artifactId >calcite-avatica</artifactId >
91- <version >1.2.0-incubating-SNAPSHOT </version >
91+ <version >1.2.0-incubating</version >
9292 </dependency >
9393 <dependency >
9494 <groupId >org.apache.calcite</groupId >
9595 <artifactId >calcite-avatica</artifactId >
96- <version >1.2.0-incubating-SNAPSHOT </version >
96+ <version >1.2.0-incubating</version >
9797 <type >test-jar</type >
9898 </dependency >
9999 <dependency >
100100 <groupId >org.apache.calcite</groupId >
101101 <artifactId >calcite-avatica-server</artifactId >
102- <version >1.2.0-incubating-SNAPSHOT </version >
102+ <version >1.2.0-incubating</version >
103103 </dependency >
104104 <dependency >
105105 <groupId >org.apache.calcite</groupId >
106106 <artifactId >calcite-core</artifactId >
107- <version >1.2.0-incubating-SNAPSHOT </version >
107+ <version >1.2.0-incubating</version >
108108 </dependency >
109109 <dependency >
110110 <groupId >org.apache.calcite</groupId >
111111 <artifactId >calcite-core</artifactId >
112112 <type >test-jar</type >
113- <version >1.2.0-incubating-SNAPSHOT </version >
113+ <version >1.2.0-incubating</version >
114114 </dependency >
115115 <dependency >
116116 <groupId >org.apache.calcite</groupId >
117117 <artifactId >calcite-linq4j</artifactId >
118- <version >1.2.0-incubating-SNAPSHOT </version >
118+ <version >1.2.0-incubating</version >
119119 </dependency >
120120
121121 <!-- Now third-party dependencies, sorted by groupId and artifactId. -->
0 commit comments