Skip to content

Commit

Permalink
Fix issue #81
Browse files Browse the repository at this point in the history
(#81)
  • Loading branch information
Veiko Kääp committed Oct 16, 2019
1 parent 8f63cbb commit 0e55de7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ private void defineVersionProperty( String name, int value )
public void execute()
{
org.apache.maven.artifact.Artifact artifact =
artifactFactory.createArtifact( getProject().getGroupId(), getProject().getArtifactId(), "", "", "" );
artifactFactory.createArtifact( getProject().getGroupId(), getProject().getArtifactId(), getProject().getVersion(), "", "" );
try
{
ArtifactVersion releasedVersion = null;
Expand Down

0 comments on commit 0e55de7

Please sign in to comment.