Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
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
YZG
yzg-util
Commits
3753a412
Commit
3753a412
authored
Aug 18, 2023
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3版本修改,增加删除功能
parent
54403729
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
pom.xml
pom.xml
+1
-1
pom.xml
yzg-util-base/pom.xml
+1
-1
pom.xml
yzg-util-chinese/pom.xml
+1
-1
pom.xml
yzg-util-cloud/pom.xml
+1
-1
pom.xml
yzg-util-db/pom.xml
+1
-1
pom.xml
yzg-util-file/pom.xml
+1
-1
pom.xml
yzg-util-image-extend/pom.xml
+1
-1
pom.xml
yzg-util-image/pom.xml
+1
-1
pom.xml
yzg-util-mq/pom.xml
+1
-1
pom.xml
yzg-util-print/pom.xml
+1
-1
pom.xml
yzg-util-redis/pom.xml
+1
-1
pom.xml
yzg-util-wxxcx/pom.xml
+1
-1
No files found.
pom.xml
View file @
3753a412
...
...
@@ -7,7 +7,7 @@
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<packaging>
pom
</packaging>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
<modules>
<module>
yzg-util-base
</module>
...
...
yzg-util-base/pom.xml
View file @
3753a412
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
yzg-util-base
</artifactId>
...
...
yzg-util-chinese/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-cloud/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-db/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-file/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-image-extend/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-image/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-mq/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-print/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-redis/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
yzg-util-wxxcx/pom.xml
View file @
3753a412
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.
2.1
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
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