Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panwangnan
schbrain-parent
Commits
9e56cdfa
Commit
9e56cdfa
authored
Feb 21, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 3.0.0
parent
e0fbf516
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
34 deletions
+27
-34
pom.xml
pom.xml
+27
-34
No files found.
pom.xml
View file @
9e56cdfa
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
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"
>
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"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -14,7 +12,7 @@
...
@@ -14,7 +12,7 @@
<groupId>
com.schbrain.framework
</groupId>
<groupId>
com.schbrain.framework
</groupId>
<artifactId>
schbrain-parent
</artifactId>
<artifactId>
schbrain-parent
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
3.0.0-SNAPSHOT
</version>
<version>
${revision}
</version>
<!-- used to replace spring's Apache Licence -->
<!-- used to replace spring's Apache Licence -->
<licenses>
<licenses>
...
@@ -31,29 +29,27 @@
...
@@ -31,29 +29,27 @@
</developer>
</developer>
</developers>
</developers>
<scm>
<connection>
scm:git:git@gitlab.schbrain.com:framework/schbrain-parent.git
</connection>
<developerConnection>
scm:git:git@gitlab.schbrain.com:framework/schbrain-parent.git
</developerConnection>
<tag>
HEAD
</tag>
</scm>
<properties>
<properties>
<revision>
3.0.0
</revision>
<java.version>
11
</java.version>
<spring.cloud-version>
2021.0.5
</spring.cloud-version>
<spring.cloud-version>
2021.0.5
</spring.cloud-version>
<!-- 2th part versions -->
<!-- 2th part versions -->
<schbrain-apollo.version>
${
project.ver
sion}
</schbrain-apollo.version>
<schbrain-apollo.version>
${
revi
sion}
</schbrain-apollo.version>
<schbrain-base-dao.version>
${
project.ver
sion}
</schbrain-base-dao.version>
<schbrain-base-dao.version>
${
revi
sion}
</schbrain-base-dao.version>
<schbrain-cache.version>
${
project.ver
sion}
</schbrain-cache.version>
<schbrain-cache.version>
${
revi
sion}
</schbrain-cache.version>
<schbrain-common-util.version>
${
project.ver
sion}
</schbrain-common-util.version>
<schbrain-common-util.version>
${
revi
sion}
</schbrain-common-util.version>
<schbrain-common.version>
${
project.ver
sion}
</schbrain-common.version>
<schbrain-common.version>
${
revi
sion}
</schbrain-common.version>
<schbrain-dubbo.version>
${
project.ver
sion}
</schbrain-dubbo.version>
<schbrain-dubbo.version>
${
revi
sion}
</schbrain-dubbo.version>
<schbrain-logger.version>
${
project.ver
sion}
</schbrain-logger.version>
<schbrain-logger.version>
${
revi
sion}
</schbrain-logger.version>
<schbrain-module-tree.version>
${
project.ver
sion}
</schbrain-module-tree.version>
<schbrain-module-tree.version>
${
revi
sion}
</schbrain-module-tree.version>
<schbrain-mybatis.version>
${
project.ver
sion}
</schbrain-mybatis.version>
<schbrain-mybatis.version>
${
revi
sion}
</schbrain-mybatis.version>
<schbrain-oss.version>
${
project.ver
sion}
</schbrain-oss.version>
<schbrain-oss.version>
${
revi
sion}
</schbrain-oss.version>
<schbrain-spring-support.version>
${
project.ver
sion}
</schbrain-spring-support.version>
<schbrain-spring-support.version>
${
revi
sion}
</schbrain-spring-support.version>
<schbrain-web-common.version>
${
project.ver
sion}
</schbrain-web-common.version>
<schbrain-web-common.version>
${
revi
sion}
</schbrain-web-common.version>
<schbrain-xxl.version>
${
project.ver
sion}
</schbrain-xxl.version>
<schbrain-xxl.version>
${
revi
sion}
</schbrain-xxl.version>
<!-- 3th part versions -->
<!-- 3th part versions -->
<bouncycastle.version>
1.72
</bouncycastle.version>
<bouncycastle.version>
1.72
</bouncycastle.version>
...
@@ -70,6 +66,8 @@
...
@@ -70,6 +66,8 @@
<pinyin4j.version>
2.5.1
</pinyin4j.version>
<pinyin4j.version>
2.5.1
</pinyin4j.version>
<redisson.version>
3.19.3
</redisson.version>
<redisson.version>
3.19.3
</redisson.version>
<elasticsearch.version>
7.17.9
</elasticsearch.version>
<!-- excel -->
<!-- excel -->
<easyexcel.version>
3.2.1
</easyexcel.version>
<easyexcel.version>
3.2.1
</easyexcel.version>
<!-- database related -->
<!-- database related -->
...
@@ -109,8 +107,7 @@
...
@@ -109,8 +107,7 @@
<!-- maven plugins -->
<!-- maven plugins -->
<flatten-maven-plugin.version>
1.3.0
</flatten-maven-plugin.version>
<flatten-maven-plugin.version>
1.3.0
</flatten-maven-plugin.version>
<integration-maven-plugin.version>
${project.version}
</integration-maven-plugin.version>
<integration-maven-plugin.version>
${revision}
</integration-maven-plugin.version>
<maven-release-plugin.version>
2.5.3
</maven-release-plugin.version>
<maven.repository.url>
https://maven.schbrain.com/repository
</maven.repository.url>
<maven.repository.url>
https://maven.schbrain.com/repository
</maven.repository.url>
</properties>
</properties>
...
@@ -291,6 +288,11 @@
...
@@ -291,6 +288,11 @@
<artifactId>
dubbo-remoting-netty4
</artifactId>
<artifactId>
dubbo-remoting-netty4
</artifactId>
<version>
${dubbo.version}
</version>
<version>
${dubbo.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.dubbo
</groupId>
<artifactId>
dubbo-remoting-zookeeper-curator5
</artifactId>
<version>
${dubbo.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.dubbo
</groupId>
<groupId>
org.apache.dubbo
</groupId>
<artifactId>
dubbo-rpc-triple
</artifactId>
<artifactId>
dubbo-rpc-triple
</artifactId>
...
@@ -306,10 +308,6 @@
...
@@ -306,10 +308,6 @@
<artifactId>
dubbo-registry-zookeeper
</artifactId>
<artifactId>
dubbo-registry-zookeeper
</artifactId>
<version>
${dubbo.version}
</version>
<version>
${dubbo.version}
</version>
<exclusions>
<exclusions>
<exclusion>
<groupId>
org.apache.dubbo
</groupId>
<artifactId>
dubbo-remoting-zookeeper-curator5
</artifactId>
</exclusion>
<exclusion>
<exclusion>
<artifactId>
log4j
</artifactId>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
<groupId>
log4j
</groupId>
...
@@ -640,11 +638,6 @@
...
@@ -640,11 +638,6 @@
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
${maven-release-plugin.version}
</version>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-enforcer-plugin
</artifactId>
<artifactId>
maven-enforcer-plugin
</artifactId>
...
...
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