Skip to content

Commit

Permalink
版本升级:从 1.0.37 升级到 1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
WG-chenchuangkun committed Nov 28, 2023
1 parent 1a8a809 commit 3a7d744
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion l2cache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>l2cache</artifactId>
<groupId>io.github.ck-jesse</groupId>
<version>1.0.37</version>
<version>1.0.38</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion l2cache-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>l2cache</artifactId>
<groupId>io.github.ck-jesse</groupId>
<version>1.0.37</version>
<version>1.0.38</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions l2cache-jd-hotkey/jd-hotkey-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>l2cache-jd-hotkey</artifactId>
<groupId>io.github.ck-jesse</groupId>
<version>1.0.37</version>
<version>1.0.38</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<version>1.0.37</version>
<version>1.0.38</version>

<artifactId>jd-hotkey-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion l2cache-jd-hotkey/jd-hotkey-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>l2cache-jd-hotkey</artifactId>
<groupId>io.github.ck-jesse</groupId>
<version>1.0.37</version>
<version>1.0.38</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions l2cache-jd-hotkey/jd-hotkey-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.ck-jesse</groupId>
<artifactId>jd-hotkey-dashboard</artifactId>
<version>1.0.37</version>
<version>1.0.38</version>
<name>jd-hotkey-dashboard</name>
<description>jd-hotkey-dashboard</description>

Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.github.ck-jesse</groupId>
<artifactId>jd-hotkey-common</artifactId>
<version>1.0.37</version>
<version>1.0.38</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions l2cache-jd-hotkey/jd-hotkey-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.ck-jesse</groupId>
<artifactId>jd-hotkey-sample</artifactId>
<version>1.0.37</version>
<version>1.0.38</version>
<name>jd-hotkey-sample</name>
<description>jd-hotkey-sample</description>

Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>io.github.ck-jesse</groupId>
<artifactId>jd-hotkey-common</artifactId>
<version>1.0.37</version>
<version>1.0.38</version>
</dependency>
<dependency>
<groupId>io.github.ck-jesse</groupId>
<artifactId>jd-hotkey-client</artifactId>
<version>1.0.37</version>
<version>1.0.38</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion l2cache-jd-hotkey/jd-hotkey-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.ck-jesse</groupId>
<artifactId>jd-hotkey-worker</artifactId>
<version>1.0.37</version>
<version>1.0.38</version>
<name>jd-hotkey-worker</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion l2cache-jd-hotkey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>l2cache</artifactId>
<groupId>io.github.ck-jesse</groupId>
<version>1.0.37</version>
<version>1.0.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>l2cache-jd-hotkey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion l2cache-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>l2cache</artifactId>
<groupId>io.github.ck-jesse</groupId>
<version>1.0.37</version>
<version>1.0.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>l2cache-spring-boot-starter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.ck-jesse</groupId>
<artifactId>l2cache</artifactId>
<name>l2cache</name>
<version>1.0.37</version>
<version>1.0.38</version>
<packaging>pom</packaging>
<description>二级缓存组件</description>
<url>https://github.com/ck-jesse/l2cache</url>
Expand Down Expand Up @@ -301,7 +301,7 @@
</executions>
</plugin>

<!-- 自动发布暂存仓库中的组件,简化部署到中央仓库的步骤,只需无需每次去登陆 https://oss.sonatype.org/ 手动发布 -->
<!-- 自动发布暂存仓库中的组件,简化部署到中央仓库的步骤,无需每次去登陆 https://oss.sonatype.org/ 手动发布 -->
<!--
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions 如何使用L2cache.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 一、集成Spring项目

> 最新版本号: 1.0.37 (已部署到中央仓库)
> 最新版本号: 1.0.38 (已部署到中央仓库)
## 1、启动L2cache

Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>io.github.ck-jesse</groupId>
<artifactId>l2cache-spring-boot-starter</artifactId>
<version>1.0.37</version>
<version>1.0.38</version>
</dependency>
```

Expand Down

0 comments on commit 3a7d744

Please sign in to comment.