Skip to content

Commit d7c8533

Browse files
committed
Fix javadoc link
1 parent 2e37358 commit d7c8533

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/amashchenko/maven/plugin/gitflow/GitFlowVersionInfo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
import org.codehaus.plexus.util.StringUtils;
2727

2828
/**
29-
* Git flow {@link VersionInfo} implementation. Adds few convenient methods.
29+
* Git flow {@link org.apache.maven.shared.release.versions.VersionInfo}
30+
* implementation. Adds few convenient methods.
3031
*
3132
*/
3233
public class GitFlowVersionInfo extends DefaultVersionInfo {

0 commit comments

Comments
 (0)