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

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

Elliotte Rusty Harold created MSHARED-1214:
----------------------------------------------

             Summary: 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


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)