Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Sofa Registry
Commits
3195d7c1
Commit
3195d7c1
authored
3 years ago
by
dzdx
Browse files
Options
Download
Email Patches
Plain Diff
upgrade pom version
parent
a1e80686
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
client/all/pom.xml
+1
-1
client/all/pom.xml
client/api/pom.xml
+1
-1
client/api/pom.xml
client/impl/pom.xml
+1
-1
client/impl/pom.xml
client/log/pom.xml
+1
-1
client/log/pom.xml
client/pom.xml
+1
-1
client/pom.xml
core/pom.xml
+1
-1
core/pom.xml
pom.xml
+1
-1
pom.xml
server/common/model/pom.xml
+1
-1
server/common/model/pom.xml
server/common/pom.xml
+1
-1
server/common/pom.xml
server/common/util/pom.xml
+1
-1
server/common/util/pom.xml
server/distribution/data/pom.xml
+1
-1
server/distribution/data/pom.xml
server/distribution/integration/pom.xml
+1
-1
server/distribution/integration/pom.xml
server/distribution/meta/pom.xml
+1
-1
server/distribution/meta/pom.xml
server/distribution/pom.xml
+1
-1
server/distribution/pom.xml
server/distribution/session/pom.xml
+1
-1
server/distribution/session/pom.xml
server/pom.xml
+1
-1
server/pom.xml
server/remoting/api/pom.xml
+1
-1
server/remoting/api/pom.xml
server/remoting/bolt/pom.xml
+1
-1
server/remoting/bolt/pom.xml
server/remoting/http/pom.xml
+1
-1
server/remoting/http/pom.xml
server/remoting/pom.xml
+1
-1
server/remoting/pom.xml
with
20 additions
and
20 deletions
+20
-20
client/all/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -6,7 +6,7 @@
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-client-all
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<name>
${project.groupId}:${project.artifactId}
</name>
<url>
http://github.com/alipay/sofa-registry
</url>
...
...
This diff is collapsed.
Click to expand it.
client/api/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-client-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
client/impl/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-client-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
client/log/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-client-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
client/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
This diff is collapsed.
Click to expand it.
core/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -6,7 +6,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<packaging>
pom
</packaging>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
This diff is collapsed.
Click to expand it.
server/common/model/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-common
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/common/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-server-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/common/util/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-common
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/distribution/data/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-distribution
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/distribution/integration/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-distribution
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/distribution/meta/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-distribution
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/distribution/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-server-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/distribution/session/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-distribution
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
This diff is collapsed.
Click to expand it.
server/remoting/api/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-remoting
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/remoting/bolt/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-remoting
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/remoting/http/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-remoting
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
server/remoting/pom.xml
+
1
-
1
View file @
3195d7c1
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.alipay.sofa
</groupId>
<artifactId>
registry-server-parent
</artifactId>
<version>
6.1.
2
</version>
<version>
6.1.
3
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
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
Menu
Projects
Groups
Snippets
Help