You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2023/04/01 14:18:00 UTC

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

     [ https://issues.apache.org/jira/browse/MSHARED-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylwester Lachiewicz reassigned MSHARED-1214:
---------------------------------------------

    Assignee: Elliotte Rusty Harold

> 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
>            Assignee: Elliotte Rusty Harold
>            Priority: Minor
>             Fix For: maven-filtering-3.3.2
>
>
> 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)