We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f710f31 commit 2c52bd0Copy full SHA for 2c52bd0
1 file changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml
@@ -172,7 +172,7 @@
172
<goal>single</goal>
173
</goals>
174
<configuration>
175
- <finalName>${dollar}{projecft.artifactId}-${dollar}{.projectversion}</finalName>
+ <finalName>${dollar}{project.artifactId}-${dollar}{project.version}</finalName>
176
<descriptors>
177
<descriptor>src${dollar}{file.separator}assembly${dollar}{file.separator}bin.xml</descriptor>
178
</descriptors>
0 commit comments