File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ under the License.
315315 <goal >upload</goal >
316316 </goals >
317317 <configuration >
318- <directory >${project.version} / source</directory >
318+ <directory >source</directory >
319319 <files >
320320 <file >${project.build.directory} /${project.artifactId} -${project.version} -src.tar.gz</file >
321321 <file >${project.build.directory} /${project.artifactId} -${project.version} -src.tar.gz.sha512</file >
@@ -332,7 +332,7 @@ under the License.
332332 <goal >upload</goal >
333333 </goals >
334334 <configuration >
335- <directory >${project.version} / binaries</directory >
335+ <directory >binaries</directory >
336336 <files >
337337 <file >${project.build.directory} /${project.artifactId} -${project.version} -bin.tar.gz</file >
338338 <file >${project.build.directory} /${project.artifactId} -${project.version} -bin.tar.gz.sha512</file >
You can’t perform that action at this time.
0 commit comments