projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b169c0
)
Avoid deprecated ${artifactId}
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 5 May 2015 11:03:46 +0000
(13:03 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 5 May 2015 11:03:46 +0000
(13:03 +0200)
unix/pom.xml
patch
|
blob
|
history
diff --git
a/unix/pom.xml
b/unix/pom.xml
index
1a74e73
..
26b6abe
100644
(file)
--- a/
unix/pom.xml
+++ b/
unix/pom.xml
@@
-11,7
+11,7
@@
<packaging>${packaging}</packaging>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
<testSourceDirectory>../src/test</testSourceDirectory>
<plugins>