提交 1884dd28 编写于 作者: J Julian Feinauer

[maven-release-plugin] prepare branch rel/0.8

上级 0c372358
......@@ -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>
......
......@@ -136,7 +136,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
......
......@@ -42,7 +42,8 @@
<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>
</scm>
<tag>rel/0.8</tag>
</scm>
<!-- Properties Management -->
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
......@@ -242,7 +243,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>
......
......@@ -100,7 +100,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册