[maven-release-plugin] rollback the release of release/0.9.0

This commit is contained in:
qiaojialin 2019-11-16 20:08:50 +08:00
parent 6bec69ec6f
commit f2857d9936
20 changed files with 32 additions and 32 deletions

View File

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

View File

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

View File

@ -24,17 +24,17 @@
<parent> <parent>
<artifactId>iotdb-examples</artifactId> <artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>hadoop-example</artifactId> <artifactId>hadoop-example</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<name>hadoop-example</name> <name>hadoop-example</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId> <artifactId>hadoop-tsfile</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<artifactId>iotdb-examples</artifactId> <artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jdbc-example</artifactId> <artifactId>jdbc-example</artifactId>

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.9.1-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>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.9.1-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.9.1-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

@ -23,7 +23,7 @@
<parent> <parent>
<artifactId>iotdb-examples</artifactId> <artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>client-example</artifactId> <artifactId>client-example</artifactId>

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.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>tsfile-example</artifactId> <artifactId>tsfile-example</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<!--parent> <!--parent>
@ -165,7 +165,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/spring.schemas</resource> <resource>META-INF/spring.schemas</resource>
</transformer> </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"> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>${start-class}</mainClass> <mainClass>${start-class}</mainClass>
</transformer> </transformer>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>hadoop-tsfile</artifactId> <artifactId>hadoop-tsfile</artifactId>
@ -40,7 +40,7 @@
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>tsfile</artifactId> <artifactId>tsfile</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>

View File

@ -24,11 +24,11 @@
<parent> <parent>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>hive-connector</artifactId> <artifactId>hive-connector</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -38,7 +38,7 @@
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId> <artifactId>hadoop-tsfile</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.hive</groupId> <groupId>org.apache.hive</groupId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.9.1-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>
@ -126,7 +126,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore /> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>

View File

@ -28,7 +28,7 @@
</parent> </parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache IoTDB (incubating) Project Parent POM</name> <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> <description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description>
@ -533,7 +533,7 @@
<id>enforce-version-convergence</id> <id>enforce-version-convergence</id>
<configuration> <configuration>
<rules> <rules>
<dependencyConvergence /> <dependencyConvergence/>
</rules> </rules>
</configuration> </configuration>
<goals> <goals>
@ -579,7 +579,7 @@
</requireJavaVersion> </requireJavaVersion>
<!-- Disabled for now as it breaks the ability to build single modules --> <!-- Disabled for now as it breaks the ability to build single modules -->
<!--reactorModuleConvergence/--> <!--reactorModuleConvergence/-->
<banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies" /> <banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies"/>
</rules> </rules>
</configuration> </configuration>
</execution> </execution>
@ -727,7 +727,7 @@
<instrumentation> <instrumentation>
<ignoreTrivial>true</ignoreTrivial> <ignoreTrivial>true</ignoreTrivial>
</instrumentation> </instrumentation>
<check /> <check/>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>

View File

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

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.9.1-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>
@ -100,7 +100,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore /> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>

View File

@ -23,7 +23,7 @@
<parent> <parent>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>iotdb-session</artifactId> <artifactId>iotdb-session</artifactId>

View File

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

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>spark-tsfile</artifactId> <artifactId>spark-tsfile</artifactId>
@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>org.apache.iotdb</groupId> <groupId>org.apache.iotdb</groupId>
<artifactId>hadoop-tsfile</artifactId> <artifactId>hadoop-tsfile</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.spark</groupId> <groupId>org.apache.spark</groupId>

View File

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