Skip to content

Commit

Permalink
feat: update version in pom.xml from snapshot version to release vers…
Browse files Browse the repository at this point in the history
…ion (#345)

This commit updates the version in pom.xml file from the snapshot
version (`1.6.9-SNAPSHOT`) to the release version (`1.6.9`). It
indicates that project is ready for production deployment.
  • Loading branch information
caring-coder committed May 17, 2024
2 parents 23d6e1f + 16a44a5 commit 6d392a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pro.verron</groupId>
<artifactId>docx-stamper</artifactId>
<version>1.6.9-SNAPSHOT</version>
<version>1.6.9</version>
<packaging>jar</packaging>
<name>docx-stamper</name>

Expand Down

0 comments on commit 6d392a5

Please sign in to comment.