Skip to content

Commit 0dc701a

Browse files
committed
Make sure artifacts are versioned.
I've overridden <finalName> so I need to make sure the version is included in each build artifact's name.
1 parent f79a253 commit 0dc701a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</dependencies>
122122

123123
<build>
124-
<finalName>jsonurl-${project.artifactId}</finalName>
124+
<finalName>jsonurl-${project.artifactId}-${project.version}</finalName>
125125
<pluginManagement>
126126
<plugins>
127127
<plugin>

0 commit comments

Comments
 (0)