Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
wecloud_im_server
Commits
7bdef63f
Commit
7bdef63f
authored
May 09, 2022
by
Future
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
私服配置
parent
910da5db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
bootstrap/pom.xml
+12
-0
pom.xml
+11
-0
No files found.
bootstrap/pom.xml
View file @
7bdef63f
...
@@ -38,6 +38,18 @@
...
@@ -38,6 +38,18 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
<distributionManagement>
<repository>
<id>
wecloud
</id>
<url>
http://124.71.68.175:8081/repository/maven-releases/
</url>
</repository>
<snapshotRepository>
<id>
wecloud
</id>
<url>
http://124.71.68.175:8081/repository/maven-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
pom.xml
View file @
7bdef63f
...
@@ -501,6 +501,17 @@
...
@@ -501,6 +501,17 @@
<!-- RocketMq start -->
<!-- RocketMq start -->
</dependencies>
</dependencies>
<distributionManagement>
<repository>
<id>
wecloud
</id>
<url>
http://124.71.68.175:8081/repository/maven-releases/
</url>
</repository>
<snapshotRepository>
<id>
wecloud
</id>
<url>
http://124.71.68.175:8081/repository/maven-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
<build>
<build>
<resources>
<resources>
<resource>
<resource>
...
...
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