我在我的 pom.xml 中指定了以下 SCM 标签。但是,当我做一个 Maven 时release:prepare
,创建的标签的版本是 1.0-SNAPSHOT 而不是 1.0
有任何想法吗?
<scm>
<connection>scm:git:https://<username>@bitbucket.org/<username>/<repo>.git</connection>
<developerConnection>scm:git:https://<username>@bitbucket.org/<username>/<repo>.git</developerConnection>
<url>https://bitbucket.org/<username>/<project></url>
</scm>