Skip to content

Commit

Permalink
版本升级:1.0.38升级到1.0.39,用于发布中央仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-jesse committed Apr 1, 2024
1 parent 300837f commit ba742f4
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<version>1.0.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</version>
</dependency>
<dependency>
<groupId>io.github.ck-jesse</groupId>
<artifactId>jd-hotkey-client</artifactId>
<version>1.0.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</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.38</version>
<version>1.0.39</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>l2cache-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.38</version>
<version>1.0.39</version>
<packaging>pom</packaging>
<description>分布式二级缓存框架</description>
<url>https://github.com/ck-jesse/l2cache</url>
Expand Down

0 comments on commit ba742f4

Please sign in to comment.