You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/12/03 12:12:49 UTC

[incubator-iotdb] branch rel/0.8 updated: [maven-release-plugin] rollback the release of release/0.8.2

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch rel/0.8
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new a1dae96  [maven-release-plugin] rollback the release of release/0.8.2
a1dae96 is described below

commit a1dae9617063da4c96f2bd8d4ccf365447849a05
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Dec 3 20:12:33 2019 +0800

    [maven-release-plugin] rollback the release of release/0.8.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2836892..2f5d4a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,7 +486,7 @@
                         <id>enforce-version-convergence</id>
                         <configuration>
                             <rules>
-                                <dependencyConvergence />
+                                <dependencyConvergence/>
                             </rules>
                         </configuration>
                         <goals>
@@ -532,7 +532,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>