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
5c350489
Commit
5c350489
authored
Aug 28, 2022
by
yanzg
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/1.0-SNAPSHOT' into 1.0-SNAPSHOT
# Conflicts: # pom.xml
parents
02ea3059
791a3bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
29 deletions
+24
-29
pom.xml
pom.xml
+24
-29
No files found.
pom.xml
View file @
5c350489
...
@@ -6,8 +6,9 @@
...
@@ -6,8 +6,9 @@
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<artifactId>
yzg-util
</artifactId>
<artifactId>
yzg-util
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
1.1-SNAPSHOT
</version>
<modules>
<modules>
<module>
yzg-util-base
</module>
<module>
yzg-util-base
</module>
...
@@ -15,7 +16,7 @@
...
@@ -15,7 +16,7 @@
<module>
yzg-util-cloud
</module>
<module>
yzg-util-cloud
</module>
<module>
yzg-util-mq
</module>
<module>
yzg-util-mq
</module>
<module>
yzg-util-image
</module>
<module>
yzg-util-image
</module>
<!-- <module>yzg-util-image-extend</module>-->
<!-- <module>yzg-util-image-extend</module>-->
<module>
yzg-util-print
</module>
<module>
yzg-util-print
</module>
<module>
yzg-util-chinese
</module>
<module>
yzg-util-chinese
</module>
<module>
yzg-util-file
</module>
<module>
yzg-util-file
</module>
...
@@ -35,13 +36,23 @@
...
@@ -35,13 +36,23 @@
<fastjson.version>
1.2.62
</fastjson.version>
<fastjson.version>
1.2.62
</fastjson.version>
<mysql.version>
6.0.6
</mysql.version>
<mysql.version>
6.0.6
</mysql.version>
<poi.version>
3.9
</poi.version>
<poi.version>
3.9
</poi.version>
<yzg.version>
1.
1
-SNAPSHOT
</yzg.version>
<yzg.version>
1.
0
-SNAPSHOT
</yzg.version>
<swagger.version>
2.9.2
</swagger.version>
<swagger.version>
2.9.2
</swagger.version>
<guava.version>
20.0
</guava.version>
<guava.version>
20.0
</guava.version>
<!--<jetcache.version>2.6.
1
</jetcache.version>-->
<!--<jetcache.version>2.6.
0
</jetcache.version>-->
<jetcache.version>
2.6.0.M1
</jetcache.version>
<jetcache.version>
2.6.0.M1
</jetcache.version>
</properties>
</properties>
<scm>
<connection>
scm:git:http://git.tbd.yanzuoguang.com/yzg/yzg-util.git
</connection>
<developerConnection>
scm:git:http://git.tbd.yanzuoguang.com/yzg/yzg-util.git
</developerConnection>
<url>
http://git.tbd.yanzuoguang.com/yzg/yzg-util/tree/master
</url>
</scm>
<issueManagement>
<system>
Github
</system>
<url>
http://git.tbd.yanzuoguang.com/yzg/yzg-util
</url>
</issueManagement>
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
@@ -231,17 +242,19 @@
...
@@ -231,17 +242,19 @@
<directory>
src/main/resources
</directory>
<directory>
src/main/resources
</directory>
</testResource>
</testResource>
</testResources>
</testResources>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
<finalName>
${project.artifactId}
</finalName>
<finalName>
${project.artifactId}
</finalName>
<pluginManagement>
<pluginManagement>
<plugins>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-scm-plugin
</artifactId>
<version>
1.11.2
</version>
<configuration>
<goals>
install
</goals>
</configuration>
</plugin>
<!-- springboot打包忽略Test单元测试 -->
<!-- springboot打包忽略Test单元测试 -->
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
@@ -260,7 +273,6 @@
...
@@ -260,7 +273,6 @@
<overwrite>
true
</overwrite>
<overwrite>
true
</overwrite>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<configuration>
...
@@ -270,23 +282,6 @@
...
@@ -270,23 +282,6 @@
<compilerArgument>
-parameters
</compilerArgument>
<compilerArgument>
-parameters
</compilerArgument>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
3.0.1
</version>
<configuration>
<attach>
true
</attach>
</configuration>
<executions>
<execution>
<phase>
compile
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- ===========可运行Jar包=========== -->
<!-- ===========可运行Jar包=========== -->
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
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