You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/03/25 13:22:00 UTC

[jira] [Commented] (MSHARED-1214) SVN tag in pom.xml

    [ https://issues.apache.org/jira/browse/MSHARED-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704935#comment-17704935 ] 

Michael Osipov commented on MSHARED-1214:
-----------------------------------------

This is with every project because this value is populated by Maven Release.

> SVN tag in pom.xml
> ------------------
>
>                 Key: MSHARED-1214
>                 URL: https://issues.apache.org/jira/browse/MSHARED-1214
>             Project: Maven Shared Components
>          Issue Type: Dependency upgrade
>          Components: maven-filtering
>            Reporter: Elliotte Rusty Harold
>            Priority: Minor
>
> Although the current release version is 3.3.1 I see this in pm.xml at head:
> ```
>  <scm>
>     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git</connection>
>     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git</developerConnection>
>     <tag>maven-filtering-3.2.0</tag>
>     <url>https://github.com/apache/maven-filtering/tree/${project.scm.tag}</url>
>   </scm>
> ```
> Probably we should just detag this info since it isn't kept up to date and simply point to head like most projects do. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)