Skip to content

Commit

Permalink
Merge pull request #3 from Zeplinko-Org/fix-deployment-name
Browse files Browse the repository at this point in the history
fix: #1 | Fix the deployment name
  • Loading branch information
ShivamNagpal authored Apr 7, 2024
2 parents 687be19 + 79af65a commit cf6d9d4
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 @@ -32,7 +32,7 @@
<extensions>true</extensions>
<configuration>
<autoPublish>false</autoPublish>
<deploymentName>java-commons-lang-ext-${version}}</deploymentName>
<deploymentName>java-commons-lang-ext-${version}</deploymentName>
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
</configuration>
Expand Down

0 comments on commit cf6d9d4

Please sign in to comment.