This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch cherry_pick_rel0.8 in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 5b03d26e103ce9bf8d69241f08689e1129405b03 Author: Julian Feinauer <[email protected]> AuthorDate: Fri Jul 26 21:21:08 2019 +0800 [maven-release-plugin] prepare for next development iteration --- client/pom.xml | 4 ++-- example/kafka/pom.xml | 2 +- example/pom.xml | 2 +- example/rocketmq/pom.xml | 2 +- grafana/pom.xml | 6 +++--- jdbc/pom.xml | 8 ++++---- pom.xml | 6 +++--- server/pom.xml | 2 +- service-rpc/pom.xml | 4 ++-- spark-tsfile/pom.xml | 2 +- tsfile/pom.xml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 72cbd5c..8572043 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-client</artifactId> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-jdbc</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-cli</groupId> diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index eb7cf9b..8db52bd 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>kafka-example</artifactId> diff --git a/example/pom.xml b/example/pom.xml index af0d443..2ff9865 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>pom</packaging> diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 7e9da79..6e001e2 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>rocketmq-example</artifactId> diff --git a/grafana/pom.xml b/grafana/pom.xml index dec8c2f..f1612a7 100644 --- a/grafana/pom.xml +++ b/grafana/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <!--parent> @@ -61,7 +61,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-jdbc</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -159,7 +159,7 @@ <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <resource>META-INF/spring.schemas</resource> </transformer> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>${start-class}</mainClass> </transformer> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index c295f70..73ecae2 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-jdbc</artifactId> @@ -39,12 +39,12 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>tsfile</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> </dependency> </dependencies> <build> @@ -137,7 +137,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> diff --git a/pom.xml b/pom.xml index 38fd045..cfe1075 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache IoTDB (incubating) Project Parent POM</name> <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> <developerConnection>scm:git:https://github.com/apache/incubator-iotdb.git</developerConnection> <url>https://github.com/apache/incubator-iotdb</url> - <tag>release/0.8.0</tag> + <tag>rel/0.8</tag> </scm> <!-- Properties Management --> <properties> @@ -251,7 +251,7 @@ </requireJavaVersion> <!-- Disabled for now as it breaks the ability to build single modules --> <!--reactorModuleConvergence/--> - <banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies"/> + <banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies" /> </rules> </configuration> </execution> diff --git a/server/pom.xml b/server/pom.xml index 35c210e..962db39 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-server</artifactId> diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index f74a066..5c175bc 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>service-rpc</artifactId> @@ -100,7 +100,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml index 7c3013b..28a9e06 100644 --- a/spark-tsfile/pom.xml +++ b/spark-tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>spark-tsfile</artifactId> diff --git a/tsfile/pom.xml b/tsfile/pom.xml index ef4c9a1..3b91e4b 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tsfile</artifactId>
