Skip to content

Commit

Permalink
[maven-release-plugin] prepare release calcite-1.1.0-incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Mar 13, 2015
1 parent 4494272 commit f10ea36
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions avatica-server/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-avatica-server</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Avatica Server</name>
<description>JDBC server.</description>

Expand Down
4 changes: 2 additions & 2 deletions avatica/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-avatica</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Avatica</name>
<description>JDBC driver framework.</description>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-core</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Core</name>
<description>Core Calcite APIs and engine.</description>

Expand Down
4 changes: 2 additions & 2 deletions example/csv/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-example</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-example-csv</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Example CSV</name>
<description>An example Calcite provider that reads CSV files</description>

Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Expand Up @@ -20,13 +20,13 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<!-- The basics. -->
<artifactId>calcite-example</artifactId>
<packaging>pom</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Examples</name>
<description>Calcite examples</description>

Expand Down
4 changes: 2 additions & 2 deletions linq4j/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-linq4j</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Linq4j</name>
<description>Calcite APIs for LINQ (Language-Integrated Query) in Java</description>

Expand Down
4 changes: 2 additions & 2 deletions mongodb/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-mongodb</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite MongoDB</name>
<description>MongoDB adapter for Calcite</description>

Expand Down
4 changes: 2 additions & 2 deletions plus/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-plus</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Plus</name>
<description>Miscellaneous extras for Calcite</description>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,7 +27,7 @@ limitations under the License.
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<packaging>pom</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>

<!-- More project information. -->
<name>Calcite</name>
Expand Down Expand Up @@ -61,7 +61,7 @@ limitations under the License.
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-calcite.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-calcite.git</developerConnection>
<url>https://github.com/apache/incubator-calcite</url>
<tag>HEAD</tag>
<tag>calcite-1.1.0-incubating</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions spark/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-spark</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Spark</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions splunk/pom.xml
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<artifactId>calcite-splunk</artifactId>
<packaging>jar</packaging>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
<name>Calcite Splunk</name>
<description>Splunk adapter for Calcite; also a JDBC driver for Splunk</description>

Expand Down
2 changes: 1 addition & 1 deletion ubenchmark/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating-SNAPSHOT</version>
<version>1.1.0-incubating</version>
</parent>

<properties>
Expand Down

0 comments on commit f10ea36

Please sign in to comment.