From 4fd55e897a09df29940283cc24ba6ae37e511f00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com>
Date: Wed, 9 Oct 2024 19:44:25 +0800
Subject: [PATCH] 'commit'
---
dsBase/pom.xml | 2 +-
dsBuild/pom.xml | 2 +-
dsGw/pom.xml | 2 +-
dsPay/pom.xml | 2 +-
dsRes/pom.xml | 2 +-
dsUtils/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++
pom.xml | 3 ++-
7 files changed, 49 insertions(+), 6 deletions(-)
create mode 100644 dsUtils/pom.xml
diff --git a/dsBase/pom.xml b/dsBase/pom.xml
index 0758a8d3..cdd49620 100644
--- a/dsBase/pom.xml
+++ b/dsBase/pom.xml
@@ -6,7 +6,7 @@
dsBase
1.0
- dsideal
+ com.dsideal
dsProject
1.0
diff --git a/dsBuild/pom.xml b/dsBuild/pom.xml
index 928586f2..d6181c86 100644
--- a/dsBuild/pom.xml
+++ b/dsBuild/pom.xml
@@ -6,7 +6,7 @@
dsBuild
1.0
- dsideal
+ com.dsideal
dsProject
1.0
diff --git a/dsGw/pom.xml b/dsGw/pom.xml
index 824ba30c..7a2b432c 100644
--- a/dsGw/pom.xml
+++ b/dsGw/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
- dsideal
+ com.dsideal
dsProject
1.0
diff --git a/dsPay/pom.xml b/dsPay/pom.xml
index 7fb5ad66..4da211e2 100644
--- a/dsPay/pom.xml
+++ b/dsPay/pom.xml
@@ -4,7 +4,7 @@
dsPay
1.0
- dsideal
+ com.dsideal
dsProject
1.0
diff --git a/dsRes/pom.xml b/dsRes/pom.xml
index 1646cd33..e3d1d259 100644
--- a/dsRes/pom.xml
+++ b/dsRes/pom.xml
@@ -6,7 +6,7 @@
dsRes
1.0
- dsideal
+ com.dsideal
dsProject
1.0
diff --git a/dsUtils/pom.xml b/dsUtils/pom.xml
new file mode 100644
index 00000000..e22811fb
--- /dev/null
+++ b/dsUtils/pom.xml
@@ -0,0 +1,42 @@
+
+ 4.0.0
+ dsUtils
+ 1.0
+
+ com.dsideal
+ dsProject
+ 1.0
+
+
+
+ UTF-8
+ 21
+ 21
+
+
+
+
+
+
+
+
+ src/main/resources
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.6.1
+
+ 21
+ 21
+ UTF-8
+
+ -parameters
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 2303d696..a6cf91a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- dsideal
+ com.dsideal
dsProject
1.0
pom
@@ -13,6 +13,7 @@
dsBuild
dsRes
dsPay
+ dsUtils