Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
b497d848
Commit
b497d848
authored
Dec 06, 2023
by
jinli gu
Browse files
更新 pom.xml
parent
a751edff
Pipeline
#58
passed with stage
in 16 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
b497d848
...
...
@@ -121,7 +121,6 @@
<version>
1.2.53
</version>
</dependency>
</dependencies>
<build>
...
...
@@ -210,9 +209,20 @@
</execution>
</executions>
</plugin>
</plugins>
<defaultGoal>
compile
</defaultGoal>
</build>
<distributionManagement>
<repository>
<id>
nexus-releases
</id>
<name>
Nexus Release Repository
</name>
<url>
http://192.168.1.187:8081/repository/maven-releases/
</url>
</repository>
<snapshotRepository>
<id>
nexus-snapshots
</id>
<name>
Nexus Snapshot Repository
</name>
<url>
http://192.168.1.187:8081/repository/maven-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
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