Skip to content

Commit

Permalink
release 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Nov 29, 2024
1 parent dc70a09 commit b9a64a0
Show file tree
Hide file tree
Showing 33 changed files with 50 additions and 48 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Sonatype Nexus Deployment

on:
workflow_dispatch:
push:
branches:
- master
- 'release/**'
tags:
- 'v*'

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>build-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-cache/milky-cache-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-cache</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-cache-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-cache/milky-cache-caffeine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-cache</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-cache-caffeine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-cache/milky-cache-lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-cache</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-cache-lettuce</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-cache/milky-cache-ohc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-cache</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-cache-ohc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-cache/milky-cache-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-cache</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-cache-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion milky-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent>
<artifactId>milky-component</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion milky-concurrent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-concurrent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-dsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-event/milky-event-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-event</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-event-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-event/milky-event-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-event</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-event-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-event/milky-event-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-event</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-event-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-event/milky-event-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-event</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-event-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-event</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-objectsize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-objectsize</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-property/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
</parent>
<artifactId>milky-property</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion milky-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-registry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-resource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-serialize/milky-serialize-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-serialize</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-serialize-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-serialize/milky-serialize-kryo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-serialize</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-serialize-kryo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-serialize/milky-serialize-kryo5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-serialize</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-serialize-kryo5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-serialize/milky-serialize-protostuff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-serialize</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-serialize-protostuff</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-serialize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-serialize</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky-thread/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky-thread</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion milky/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>milky</artifactId>
Expand Down
30 changes: 16 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.sliew</groupId>
<artifactId>milky-all</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>0.0.14</version>
<packaging>pom</packaging>
<name>milky-all</name>
<url>https://github.com/kalencaya/milky-all</url>
Expand Down Expand Up @@ -42,12 +42,12 @@
<snapshotRepository>
<id>sonatype-nexus</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<url>https://central.sonatype.org</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus</id>
<name>Sonatype Nexus Release</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://central.sonatype.org</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -404,17 +404,6 @@
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>

Expand Down Expand Up @@ -771,6 +760,19 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<!-- sonatype-nexus 和 github workflow,distributionManagement 都是一一对应的,勿改-->
<publishingServerId>sonatype-nexus</publishingServerId>
<autoPublish>true</autoPublish>
<waitUntil>uploaded</waitUntil>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit b9a64a0

Please sign in to comment.