Skip to content
GitLab
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
47eb0cf7
Commit
47eb0cf7
authored
Nov 10, 2010
by
Tigran Mkrtchyan
☕
Browse files
build: replace the usage of ${pom.url} by ${project.url}
maven3 cleanup
parent
72b79733
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
47eb0cf7
...
...
@@ -90,7 +90,7 @@
<manifestEntries>
<mode>
development
</mode>
<Implementation-Build>
${buildNumber}
</Implementation-Build>
<url>
${p
om
.url}
</url>
<url>
${p
roject
.url}
</url>
<Build-Time>
${maven.build.timestamp}
</Build-Time>
</manifestEntries>
</archive>
...
...
@@ -119,7 +119,7 @@
<manifestEntries>
<mode>
development
</mode>
<Implementation-Build>
${buildNumber}
</Implementation-Build>
<url>
${p
om
.url}
</url>
<url>
${p
roject
.url}
</url>
<Build-Time>
${maven.build.timestamp}
</Build-Time>
</manifestEntries>
</archive>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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