[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Julian Feinauer 2019-07-16 09:45:33 +02:00
parent 1884dd28d5
commit 88f8e5b3e4
11 changed files with 16 additions and 16 deletions

View File

@ -29,7 +29,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId> <artifactId>iotdb-examples</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>kafka-example</artifactId> <artifactId>kafka-example</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId> <artifactId>iotdb-examples</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>rocketmq-example</artifactId> <artifactId>rocketmq-example</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<!--parent> <!--parent>
@ -61,7 +61,7 @@
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId> <artifactId>iotdb-jdbc</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>iotdb-cli</artifactId> <artifactId>iotdb-cli</artifactId>
@ -41,7 +41,7 @@
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId> <artifactId>iotdb-jdbc</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-cli</groupId> <groupId>commons-cli</groupId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>iotdb</artifactId> <artifactId>iotdb</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>iotdb-jdbc</artifactId> <artifactId>iotdb-jdbc</artifactId>
@ -39,12 +39,12 @@
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>tsfile</artifactId> <artifactId>tsfile</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId> <artifactId>service-rpc</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>

View File

@ -28,7 +28,7 @@
</parent> </parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>IoTDB Root</name> <name>IoTDB Root</name>
<description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description> <description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description>
@ -42,7 +42,7 @@
<connection>scm:git:https://github.com/apache/incubator-iotdb.git</connection> <connection>scm:git:https://github.com/apache/incubator-iotdb.git</connection>
<developerConnection>scm:git:https://github.com/apache/incubator-iotdb.git</developerConnection> <developerConnection>scm:git:https://github.com/apache/incubator-iotdb.git</developerConnection>
<url>https://github.com/apache/incubator-iotdb</url> <url>https://github.com/apache/incubator-iotdb</url>
<tag>rel/0.8</tag> <tag>HEAD</tag>
</scm> </scm>
<!-- Properties Management --> <!-- Properties Management -->
<properties> <properties>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>service-rpc</artifactId> <artifactId>service-rpc</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>root</artifactId> <artifactId>root</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>tsfile</artifactId> <artifactId>tsfile</artifactId>