From c46dbc512b492ba97ac963c0d792ce07af698c87 Mon Sep 17 00:00:00 2001
From: valarchie <343928303@qq.com>
Date: Tue, 27 Jun 2023 21:23:12 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BD=BF=E7=94=A8=E5=9B=BA?=
=?UTF-8?q?=E5=AE=9A=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7,=20revision?=
=?UTF-8?q?=E4=BC=9A=E5=AF=BC=E8=87=B4=E5=AD=90module=20install=E4=B8=8D?=
=?UTF-8?q?=E6=88=90=E5=8A=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
agileboot-admin/pom.xml | 2 +-
agileboot-api/pom.xml | 2 +-
agileboot-common/pom.xml | 2 +-
agileboot-domain/pom.xml | 2 +-
agileboot-infrastructure/pom.xml | 2 +-
agileboot-integration-test/pom.xml | 2 +-
agileboot-orm/pom.xml | 2 +-
pom.xml | 18 ++++++++++--------
8 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/agileboot-admin/pom.xml b/agileboot-admin/pom.xml
index 09c3d45..ba0e959 100644
--- a/agileboot-admin/pom.xml
+++ b/agileboot-admin/pom.xml
@@ -5,7 +5,7 @@
agileboot
com.agileboot
- ${revision}
+ 1.0.0
jar
4.0.0
diff --git a/agileboot-api/pom.xml b/agileboot-api/pom.xml
index 59260ca..256a1a2 100644
--- a/agileboot-api/pom.xml
+++ b/agileboot-api/pom.xml
@@ -5,7 +5,7 @@
agileboot
com.agileboot
- ${revision}
+ 1.0.0
jar
4.0.0
diff --git a/agileboot-common/pom.xml b/agileboot-common/pom.xml
index 8b063a0..b831f74 100644
--- a/agileboot-common/pom.xml
+++ b/agileboot-common/pom.xml
@@ -5,7 +5,7 @@
agileboot
com.agileboot
- ${revision}
+ 1.0.0
4.0.0
diff --git a/agileboot-domain/pom.xml b/agileboot-domain/pom.xml
index c968114..ddce91f 100644
--- a/agileboot-domain/pom.xml
+++ b/agileboot-domain/pom.xml
@@ -5,7 +5,7 @@
agileboot
com.agileboot
- ${revision}
+ 1.0.0
4.0.0
diff --git a/agileboot-infrastructure/pom.xml b/agileboot-infrastructure/pom.xml
index b214911..9adab6e 100644
--- a/agileboot-infrastructure/pom.xml
+++ b/agileboot-infrastructure/pom.xml
@@ -5,7 +5,7 @@
agileboot
com.agileboot
- ${revision}
+ 1.0.0
jar
4.0.0
diff --git a/agileboot-integration-test/pom.xml b/agileboot-integration-test/pom.xml
index a094936..ea91618 100644
--- a/agileboot-integration-test/pom.xml
+++ b/agileboot-integration-test/pom.xml
@@ -5,7 +5,7 @@
agileboot
com.agileboot
- ${revision}
+ 1.0.0
4.0.0
diff --git a/agileboot-orm/pom.xml b/agileboot-orm/pom.xml
index 35e7941..1078292 100644
--- a/agileboot-orm/pom.xml
+++ b/agileboot-orm/pom.xml
@@ -5,7 +5,7 @@
agileboot
com.agileboot
- ${revision}
+ 1.0.0
4.0.0
diff --git a/pom.xml b/pom.xml
index 88f0576..310ebd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,15 @@
com.agileboot
agileboot
- ${revision}
+
+
+ 1.0.0
agileboot
http://www.agileboot.vip
基于 springboot的快速开发系统
- 1.0.0
UTF-8
UTF-8
1.8
@@ -171,42 +172,42 @@
com.agileboot
agileboot-admin
- ${revision}
+ ${project.version}
com.agileboot
agileboot-api
- ${revision}
+ ${project.version}
com.agileboot
agileboot-domain
- ${revision}
+ ${project.version}
com.agileboot
agileboot-infrastructure
- ${revision}
+ ${project.version}
com.agileboot
agileboot-orm
- ${revision}
+ ${project.version}
com.agileboot
agileboot-common
- ${revision}
+ ${project.version}
@@ -314,6 +315,7 @@
+
org.apache.maven.plugins