Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dex-basic-service-expand
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
dex-basic-service-expand
Commits
9f65105a
Commit
9f65105a
authored
Sep 19, 2024
by
wangqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级版本4.1-20240826-RELEASE ---> 4.1-20240919-RELEASE
parent
7578b617
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
26 deletions
+26
-26
pom.xml
dex-basic-service-expand-build-lib/pom.xml
+2
-2
pom.xml
dex-basic-service-expand-build-thirdLib/pom.xml
+2
-2
pom.xml
dex-basic-service-expand-common/pom.xml
+4
-4
pom.xml
dex-basic-service-expand-core/pom.xml
+5
-5
pom.xml
dex-basic-service-expand-entity/pom.xml
+4
-4
pom.xml
dex-basic-service-expand-feign/pom.xml
+4
-4
pom.xml
dex-basic-service-expand-server/pom.xml
+3
-3
pom.xml
pom.xml
+2
-2
No files found.
dex-basic-service-expand-build-lib/pom.xml
View file @
9f65105a
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<artifactId>
dex-basic-service-expand-build-lib
</artifactId>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
</dependencies>
...
...
dex-basic-service-expand-build-thirdLib/pom.xml
View file @
9f65105a
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<artifactId>
dex-basic-service-expand-build-thirdLib
</artifactId>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
</dependencies>
...
...
dex-basic-service-expand-common/pom.xml
View file @
9f65105a
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
...
...
@@ -19,7 +19,7 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-common
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
...
...
@@ -62,7 +62,7 @@
<dependency>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-doc-expand-common
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
</dependencies>
...
...
dex-basic-service-expand-core/pom.xml
View file @
9f65105a
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
...
...
@@ -19,12 +19,12 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-feign
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-core
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
...
...
@@ -35,7 +35,7 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-entity
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
...
...
dex-basic-service-expand-entity/pom.xml
View file @
9f65105a
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dex-basic-service-expand-entity
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
...
...
@@ -19,12 +19,12 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-entity
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
...
...
dex-basic-service-expand-feign/pom.xml
View file @
9f65105a
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -18,12 +18,12 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-feign
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
...
...
@@ -66,7 +66,7 @@
<dependency>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-doc-expand-feign
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</dependency>
</dependencies>
...
...
dex-basic-service-expand-server/pom.xml
View file @
9f65105a
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<artifactId>
dex-basic-service-expand-server
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<properties>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
...
...
pom.xml
View file @
9f65105a
...
...
@@ -4,12 +4,12 @@
<parent>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-integration-dependences
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-20240
826
-RELEASE
</version>
<version>
4.1-20240
919
-RELEASE
</version>
<groupId>
com.yonde.dex
</groupId>
<modules>
<module>
dex-basic-service-expand-core
</module>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment