Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Matecloud
Commits
369f1afc
Commit
369f1afc
authored
3 years ago
by
matevip
Browse files
Options
Download
Email Patches
Plain Diff
build: 发布3.6.8正式版
parent
ad54d69a
Changes
57
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
mate-core/mate-starter-auth/pom.xml
+1
-1
mate-core/mate-starter-auth/pom.xml
mate-core/mate-starter-cloud/pom.xml
+1
-1
mate-core/mate-starter-cloud/pom.xml
mate-core/mate-starter-common/pom.xml
+1
-1
mate-core/mate-starter-common/pom.xml
mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java
+1
-1
...main/java/vip/mate/core/common/constant/MateConstant.java
mate-core/mate-starter-database/pom.xml
+1
-1
mate-core/mate-starter-database/pom.xml
mate-core/mate-starter-dependencies/pom.xml
+2
-2
mate-core/mate-starter-dependencies/pom.xml
mate-core/mate-starter-dozer/pom.xml
+1
-1
mate-core/mate-starter-dozer/pom.xml
mate-core/mate-starter-dubbo/pom.xml
+1
-1
mate-core/mate-starter-dubbo/pom.xml
mate-core/mate-starter-elasticsearch/pom.xml
+1
-1
mate-core/mate-starter-elasticsearch/pom.xml
mate-core/mate-starter-encrypt/pom.xml
+1
-1
mate-core/mate-starter-encrypt/pom.xml
mate-core/mate-starter-feign/pom.xml
+1
-1
mate-core/mate-starter-feign/pom.xml
mate-core/mate-starter-file/pom.xml
+1
-1
mate-core/mate-starter-file/pom.xml
mate-core/mate-starter-gray/pom.xml
+1
-1
mate-core/mate-starter-gray/pom.xml
mate-core/mate-starter-idempotent/pom.xml
+1
-1
mate-core/mate-starter-idempotent/pom.xml
mate-core/mate-starter-j2cache/pom.xml
+1
-1
mate-core/mate-starter-j2cache/pom.xml
mate-core/mate-starter-jetcache/pom.xml
+1
-1
mate-core/mate-starter-jetcache/pom.xml
mate-core/mate-starter-job/pom.xml
+1
-1
mate-core/mate-starter-job/pom.xml
mate-core/mate-starter-kafka/pom.xml
+1
-1
mate-core/mate-starter-kafka/pom.xml
mate-core/mate-starter-lock/pom.xml
+1
-1
mate-core/mate-starter-lock/pom.xml
mate-core/mate-starter-log/pom.xml
+1
-1
mate-core/mate-starter-log/pom.xml
with
21 additions
and
21 deletions
+21
-21
mate-core/mate-starter-auth/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-cloud/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-common/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-common/src/main/java/vip/mate/core/common/constant/MateConstant.java
+
1
-
1
View file @
369f1afc
...
...
@@ -13,7 +13,7 @@ public class MateConstant {
/**
* 应用版本号
*/
public
static
final
String
MATE_APP_VERSION
=
"3.6.8
-SNAPSHOT
"
;
public
static
final
String
MATE_APP_VERSION
=
"3.6.8"
;
/**
* Spring 应用名 prop key
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-database/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-dependencies/pom.xml
+
2
-
2
View file @
369f1afc
...
...
@@ -12,7 +12,7 @@
<groupId>
vip.mate
</groupId>
<artifactId>
mate-starter-dependencies
</artifactId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
<packaging>
pom
</packaging>
<name>
mate-starter-dependencies
</name>
<description>
based on Spring Cloud Alibaba dependencies
</description>
...
...
@@ -39,7 +39,7 @@
</scm>
<properties>
<matecloud.core.version>
3.6.8
-SNAPSHOT
</matecloud.core.version>
<matecloud.core.version>
3.6.8
</matecloud.core.version>
<maven.compiler.encoding>
UTF-8
</maven.compiler.encoding>
<spring.boot.version>
2.5.1
</spring.boot.version>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-dozer/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-dubbo/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-elasticsearch/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-encrypt/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-feign/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-file/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-gray/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-idempotent/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-j2cache/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-jetcache/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-job/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-kafka/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-lock/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
mate-core/mate-starter-log/pom.xml
+
1
-
1
View file @
369f1afc
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
mate-core
</artifactId>
<groupId>
vip.mate
</groupId>
<version>
3.6.8
-SNAPSHOT
</version>
<version>
3.6.8
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
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