Commit 067fcbff authored by liaozan's avatar liaozan 🏀

Switch to 3.0.7-SNAPSHOT

parent 0706b513
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</distributionManagement> </distributionManagement>
<properties> <properties>
<revision>3.0.6</revision> <revision>3.0.7-SNAPSHOT</revision>
<java.version>11</java.version> <java.version>11</java.version>
<!-- 2th part versions --> <!-- 2th part versions -->
<schbrain-apollo.version>${revision}</schbrain-apollo.version> <schbrain-apollo.version>${revision}</schbrain-apollo.version>
...@@ -112,9 +112,6 @@ ...@@ -112,9 +112,6 @@
<cube-sdk-java.version>1.0.5.1-RELEASE</cube-sdk-java.version> <cube-sdk-java.version>1.0.5.1-RELEASE</cube-sdk-java.version>
<dingtalk.version>2.0.42</dingtalk.version> <dingtalk.version>2.0.42</dingtalk.version>
<!-- maven settings -->
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<!-- maven plugins --> <!-- maven plugins -->
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version> <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<integration-maven-plugin.version>${revision}</integration-maven-plugin.version> <integration-maven-plugin.version>${revision}</integration-maven-plugin.version>
...@@ -655,6 +652,8 @@ ...@@ -655,6 +652,8 @@
<parameters>true</parameters> <parameters>true</parameters>
<source>${java.version}</source> <source>${java.version}</source>
<target>${java.version}</target> <target>${java.version}</target>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment