From 051e7a063bbb4b3afd3386fb68d6a809ea697481 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com>
Date: Mon, 29 Dec 2025 17:47:34 +0800
Subject: [PATCH] publish zjut-1.1.4
---
.gitea/workflows/mvn-deploy.yaml | 25 +++++++++++++++++++++++++
pom.xml | 20 ++++++++++----------
springboot-ademo/pom.xml | 4 ++--
springboot-annotation/pom.xml | 2 +-
springboot-database/pom.xml | 2 +-
springboot-encrypt/pom.xml | 2 +-
springboot-login/pom.xml | 2 +-
springboot-message/pom.xml | 2 +-
springboot-platform/pom.xml | 2 +-
springboot-poi/pom.xml | 2 +-
springboot-util/pom.xml | 2 +-
springboot-web/pom.xml | 2 +-
12 files changed, 46 insertions(+), 21 deletions(-)
create mode 100644 .gitea/workflows/mvn-deploy.yaml
diff --git a/.gitea/workflows/mvn-deploy.yaml b/.gitea/workflows/mvn-deploy.yaml
new file mode 100644
index 0000000..c6c78a5
--- /dev/null
+++ b/.gitea/workflows/mvn-deploy.yaml
@@ -0,0 +1,25 @@
+## 工作流触发时机
+on:
+ push:
+ tags:
+ - '*'
+
+jobs:
+
+ ## 任务名称
+ local-deploy:
+
+ ## 任务执行的服务器
+ runs-on: tiesheng-local
+
+ ## 任务步骤
+ steps:
+
+ ## 检出代码(固定配置)
+ - name: Check out repository code
+ uses: https://git.tieshengkeji.com/actions/checkout@v4
+
+ ## maven打包
+ - name: Maven deploy
+ run: |
+ mvn deploy
diff --git a/pom.xml b/pom.xml
index eb51167..a46ef66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
pom
springboot-parent
杭州铁晟科技有限公司基础依赖
@@ -57,55 +57,55 @@
com.tiesheng.springboot-parent
springboot-database
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-login
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-web
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-util
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-platform
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-message
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-encrypt
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-annotation
- zjut-1.1.3
+ zjut-1.1.4
com.tiesheng.springboot-parent
springboot-poi
- zjut-1.1.3
+ zjut-1.1.4
diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml
index 1081e82..8fbb221 100644
--- a/springboot-ademo/pom.xml
+++ b/springboot-ademo/pom.xml
@@ -6,11 +6,11 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-ademo
- zjut-1.1.3
+ zjut-1.1.4
8
diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml
index 7adefed..66085ec 100644
--- a/springboot-annotation/pom.xml
+++ b/springboot-annotation/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-annotation
diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml
index d6642f1..3c04f5c 100644
--- a/springboot-database/pom.xml
+++ b/springboot-database/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-database
diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml
index e1d3af0..b367e72 100644
--- a/springboot-encrypt/pom.xml
+++ b/springboot-encrypt/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-encrypt
diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml
index 0d540c5..c3d73e2 100644
--- a/springboot-login/pom.xml
+++ b/springboot-login/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-login
diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml
index 4fda67b..d96ec43 100644
--- a/springboot-message/pom.xml
+++ b/springboot-message/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-message
diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml
index 9c2d9e4..99a00f0 100644
--- a/springboot-platform/pom.xml
+++ b/springboot-platform/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-platform
diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml
index e5f529b..7c42db9 100644
--- a/springboot-poi/pom.xml
+++ b/springboot-poi/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-poi
diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml
index 46aac4d..1f1bb4f 100644
--- a/springboot-util/pom.xml
+++ b/springboot-util/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-util
diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml
index 7a06683..0d3cb3f 100644
--- a/springboot-web/pom.xml
+++ b/springboot-web/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- zjut-1.1.3
+ zjut-1.1.4
springboot-web