Commit df31b6fa by QIANGLU

update 1.0.3-snapshot

parent 95d599ca
......@@ -74,4 +74,9 @@
... 22 more
```
排除`slf4j-log4j12`(建议idea安装`Maven Helper`插件)
原因官网[SLF4J warning or error messages and their meanings](https://www.slf4j.org/codes.html#log4jDelegationLoop),中文[log4j-over-slf4j与slf4j-log4j12共存stack overflow异常分析](https://www.cnblogs.com/pekkle/p/6813458.html)
\ No newline at end of file
原因官网[SLF4J warning or error messages and their meanings](https://www.slf4j.org/codes.html#log4jDelegationLoop),中文[log4j-over-slf4j与slf4j-log4j12共存stack overflow异常分析](https://www.cnblogs.com/pekkle/p/6813458.html)
Version Update
1.0.3
update sky apm version
\ No newline at end of file
......@@ -7,7 +7,7 @@
<groupId>com.secoo.mall</groupId>
<artifactId>secoo-log-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<modules>
<module>secoo-log-starter</module>
<module>secoo-log</module>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>secoo-log-parent</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>secoo-log-parent</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
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