You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Kenneth Fogel (JIRA)" <ji...@apache.org> on 2018/07/27 19:50:00 UTC

[jira] [Created] (NETBEANS-1083) Discovered maven version is added to existing version in pom.xml

Kenneth Fogel created NETBEANS-1083:
---------------------------------------

             Summary: Discovered maven version is added to existing version in pom.xml
                 Key: NETBEANS-1083
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1083
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Maven
    Affects Versions: 9.0
         Environment: Windows 10
Java 8u172
            Reporter: Kenneth Fogel
             Fix For: 9.0


<version>1.5</version>

Now I position the cursor before the period and type a period. As always I get a list of all versions. If I select one then the new version value after the period is inserted between the exiting values. It should be deleting the existing value and replacing it with the new one..

<version>1.7.25.5</version>

when it should be

<version>1.7.25</version>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists