Skip to content

Commit

Permalink
Prepare to release v1.0.15. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongZhang authored and ujjboy committed Dec 27, 2018
1 parent 1e120eb commit 87850ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-common-tools-parent</artifactId>
<groupId>com.alipay.sofa.common</groupId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion log-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-common-tools-parent</artifactId>
<groupId>com.alipay.sofa.common</groupId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alipay.sofa.common</groupId>
<artifactId>sofa-common-tools-parent</artifactId>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
<modules>
<module>core</module>
<module>log-sofa-boot-starter</module>
Expand All @@ -26,7 +26,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<logback.version>1.1.7</logback.version>
<slf4j.version>1.7.21</slf4j.version>
<common.tools.version>1.0.15-SNAPSHOT</common.tools.version>
<common.tools.version>1.0.15</common.tools.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 87850ad

Please sign in to comment.