Skip to content

Commit 7ac55f8

Browse files
committed
Correct deprecated expressions.
${artifactId} and ${version} are deprecated.
1 parent faca8b3 commit 7ac55f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dygraphs-gwt-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>0.12</version>
2828
<configuration>
2929
<message>Creating site for ${project.version}</message>
30-
<outputDirectory>${project.build.directory}/${artifactId}-${version}/${gwt.shortName}</outputDirectory>
30+
<outputDirectory>${project.build.directory}/${project.artifactId}-${project.version}/${gwt.shortName}</outputDirectory>
3131
</configuration>
3232
<executions>
3333
<execution>

0 commit comments

Comments
 (0)