Skip to content

Commit

Permalink
release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaLym committed Oct 2, 2023
1 parent 54f3985 commit 5058098
Show file tree
Hide file tree
Showing 41 changed files with 51 additions and 51 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ steps:
commands:
# 异步快速检查依赖
- curl --location --request POST 'http://10.10.10.1:12345/projects/create' --form 'email=cn_lym@foxmail.com' --form 'pomXml=@shoulder-dependencies/pom.xml' --form 'notifyInstantlyAfterCheck=true' --form 'notifyReason=CI-<a href="https://git.itlym.cn/gogs/${DRONE_REPO_NAME}">${DRONE_REPO_NAME}::${DRONE_REPO_BRANCH}</a><br> with <a href="https://drone.itlym.cn/gogs/${DRONE_REPO_NAME}/${DRONE_BUILD_NUMBER}">Drone Build-${DRONE_BUILD_NUMBER}</a><br>' || echo '======= SKIP dependency check. ======='
# - mvn clean install -Dmaven.test.skip=true -pl shoulder-dependencies -am
# - mvn clean install -Dmaven.test.skip=true -pl shoulder-parent -am
#- sudo export MAVEN_OPTS="-Xmx400m -Xms400m -XX:MaxPermSize=90m"
# 2C 每个可用 C 2线程;deploy 主要是发布,与网络相关,-T 4 4个线程 -B batch 批量处理 -V Display version information
# 改成部署前签名,否则不会上传
# 发布 release 版本时候更换 version
# ---------【【【发布】】】------ release 版本时候更换 version,正式发布前还需要:清空所有jar,然后运行 shoulder-demos 保证发布功能全部ok;检查 shoulder-maven-plugin.version
- sed -i 's#-SNAPSHOT</shoulder.version>#</shoulder.version>#g' pom.xml
- sed -i 's#-SNAPSHOT</shoulder.version>#</shoulder.version>#g' shoulder-archetype-simple/src/main/resources/archetype-resources/pom.xml
- find . -name "pom.xml" | xargs sed -i 's#-SNAPSHOT</version><!-- shoulder-version -->#</shoulder.version>#g'
Expand All @@ -48,7 +44,11 @@ steps:
- sed -i 's#<phase>deploy</phase><!-- ACTIVE_WITH_package -->#<phase>package</phase><!-- ACTIVE_WITH_package -->#g' shoulder-parent/pom.xml
- sed -i 's#<phase>deploy</phase><!-- ACTIVE_WITH_verify -->#<phase>verify</phase><!-- ACTIVE_WITH_verify -->#g' pom.xml
- sed -i 's#<phase>deploy</phase><!-- ACTIVE_WITH_verify -->#<phase>verify</phase><!-- ACTIVE_WITH_verify -->#g' shoulder-parent/pom.xml
- mvn clean deploy -P release -Dmaven.test.skip=true -B -V -T 1C
# 2C 每个可用 C 2线程;deploy 主要是发布,与网络相关,-T 4 4个线程 -B batch 批量处理 -V Display version information
# - mvn clean install -Dmaven.test.skip=true -pl shoulder-dependencies -am
# - mvn clean install -Dmaven.test.skip=true -pl shoulder-parent -am
#- sudo export MAVEN_OPTS="-Xmx400m -Xms400m -XX:MaxPermSize=90m"
- mvn clean deploy -P release -Dmaven.test.skip=true -B -V -T 1.5C
- echo 'FINISHED deploy!!'
#
# - name: 根据 commit 自动生成 CHANGELOG、README https://github.com/mbinary-toys/csdn-tools
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jdk21

安全:支持开关,将带@sensitive 注解的字段在自动打印日志中脱敏/不打印

## 0.7(较大更新:依赖版本,新增功能 2023年10月2日 发布)
## 0.7.1(较大更新:依赖版本,新增功能 2023年10月2日 发布)

更新较多,列出主要更新:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cn.itlym</groupId>
<artifactId>shoulder-framework</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->

<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-archetype-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-framework</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<!--<relativePath>../pom.xml</relativePath>-->
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
</parent>

<groupId>${groupId}</groupId>
Expand All @@ -19,7 +19,7 @@

<properties>
<java.version>11</java.version>
<shoulder.version>0.7.1-SNAPSHOT</shoulder.version><!-- shoulder-version -->
<shoulder.version>0.7.1</shoulder.version><!-- shoulder-version -->

<errorCodePrefix>0x000b</errorCodePrefix>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-framework</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions shoulder-build/shoulder-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-build</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>shoulder-base</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-api-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-data-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-base/shoulder-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions shoulder-build/shoulder-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-build</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>shoulder-plugins</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<packaging>pom</packaging>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-build</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shoulder-build/shoulder-starters/shoulder-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-parent</artifactId>
<version>0.7.1-SNAPSHOT</version><!-- shoulder-version -->
<version>0.7.1</version><!-- shoulder-version -->
<relativePath>../../../shoulder-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit 5058098

Please sign in to comment.