Skip to content

Commit e4bf936

Browse files
Release v2.0.9
1 parent 4842fe0 commit e4bf936

File tree

27 files changed

+42
-42
lines changed

27 files changed

+42
-42
lines changed

misc/site/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ features:
1212
details: 采用模块方式打包,按需装配,灵活扩展,独特的服务开发体验,完善的插件机制,助力于更细颗粒度的业务拆分!
1313
- title: 简单高效
1414
details: 统一日志系统和配置体系结构,轻量的持久层封装,灵活的缓存服务,配置简单的MVC和参数验证,让您更专注于业务!
15-
footer: Apache License Version 2.0 | Copyright © 2015-2019 yMate.Net. All Rights Reserved.
15+
footer: Apache License Version 2.0 | Copyright © 2015-2020 yMate.Net. All Rights Reserved.
1616
---
1717

1818

1919
::: tip 提示
20-
当前版本 = `2.0.8`
20+
当前版本 = `2.0.9`
2121
:::

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.ymate.platform</groupId>
77
<artifactId>ymate-platform-parent</artifactId>
8-
<version>7</version>
8+
<version>8</version>
99
<packaging>pom</packaging>
1010

1111
<name>ymate-platform-parent</name>

ymate-platform-cache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>ymate-platform-parent</artifactId>
55
<groupId>net.ymate.platform</groupId>
6-
<version>7</version>
6+
<version>8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>ymate-platform-cache</artifactId>
11-
<version>2.0.8</version>
11+
<version>2.0.9</version>
1212
<packaging>jar</packaging>
1313

1414
<name>ymate-platform-cache</name>

ymate-platform-cache/src/main/java/net/ymate/platform/cache/Caches.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@Module
4141
public class Caches implements IModule, ICaches {
4242

43-
public static final Version VERSION = new Version(2, 0, 8, Caches.class.getPackage().getImplementationVersion(), Version.VersionType.Release);
43+
public static final Version VERSION = new Version(2, 0, 9, Caches.class.getPackage().getImplementationVersion(), Version.VersionType.Release);
4444

4545
private static final Log _LOG = LogFactory.getLog(Caches.class);
4646

ymate-platform-configuration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>ymate-platform-parent</artifactId>
55
<groupId>net.ymate.platform</groupId>
6-
<version>7</version>
6+
<version>8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>ymate-platform-configuration</artifactId>
11-
<version>2.0.8</version>
11+
<version>2.0.9</version>
1212
<packaging>jar</packaging>
1313

1414
<name>ymate-platform-configuration</name>

ymate-platform-configuration/src/main/java/net/ymate/platform/configuration/Cfgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@Module
4949
public class Cfgs implements IModule, IConfig {
5050

51-
public static final Version VERSION = new Version(2, 0, 8, Cfgs.class.getPackage().getImplementationVersion(), Version.VersionType.Release);
51+
public static final Version VERSION = new Version(2, 0, 9, Cfgs.class.getPackage().getImplementationVersion(), Version.VersionType.Release);
5252

5353
private static final Log _LOG = LogFactory.getLog(Cfgs.class);
5454

ymate-platform-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>ymate-platform-parent</artifactId>
55
<groupId>net.ymate.platform</groupId>
6-
<version>7</version>
6+
<version>8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>ymate-platform-core</artifactId>
11-
<version>2.0.8</version>
11+
<version>2.0.9</version>
1212
<packaging>jar</packaging>
1313

1414
<name>ymate-platform-core</name>

ymate-platform-core/src/main/java/net/ymate/platform/core/YMP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*/
6161
public class YMP {
6262

63-
public static final Version VERSION = new Version(2, 0, 8, Version.VersionType.Release);
63+
public static final Version VERSION = new Version(2, 0, 9, Version.VersionType.Release);
6464

6565
private static final Log _LOG = LogFactory.getLog(YMP.class);
6666

ymate-platform-log-jcl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>ymate-platform-parent</artifactId>
55
<groupId>net.ymate.platform</groupId>
6-
<version>7</version>
6+
<version>8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>ymate-platform-log-jcl</artifactId>
11-
<version>2.0.8</version>
11+
<version>2.0.9</version>
1212
<packaging>jar</packaging>
1313

1414
<name>ymate-platform-log-jcl</name>

ymate-platform-log-slf4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>ymate-platform-parent</artifactId>
55
<groupId>net.ymate.platform</groupId>
6-
<version>7</version>
6+
<version>8</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>ymate-platform-log-slf4j</artifactId>
11-
<version>2.0.8</version>
11+
<version>2.0.9</version>
1212
<packaging>jar</packaging>
1313

1414
<name>ymate-platform-log-slf4j</name>

0 commit comments

Comments
 (0)