Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
3b802ad1
Commit
3b802ad1
authored
Nov 11, 2010
by
Tigran Mkrtchyan
☕
Browse files
build: update maven repository for releases and snapshots
parent
c986ce13
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
3b802ad1
...
...
@@ -289,4 +289,18 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
</project>
<!--
MAVEN DEPLOYMENT REPOSITORY
-->
<distributionManagement>
<repository>
<id>
dcache.org
</id>
<url>
http://www.dcache.org/nexus/content/repositories/releases
</url>
</repository>
<snapshotRepository>
<id>
dcache.org
</id>
<url>
http://www.dcache.org/nexus/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
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