-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 61
-
Fix Version/s: 73.8
-
Component/s: Versioning & Branch management
-
Tags:
-
Sprint:NOS 9.2.4, NOS 10.1.4, NOS 10.1.5
-
Story Points:0
Don't know if it's on Studio side or Connect.
Use case:
Going to http://connect.nuxeo.com/nuxeo/site/studio/maven/nuxeo-studio/CVS-caresource/0.0.1--master-SNAPSHOT/maven-metadata.xml delivers the following content:
<metadata modelVersion="1.1.0">
<groupId>nuxeo-studio</groupId>
<artifactId>CVS-caresource</artifactId>
<version>0.0.1--master-20160701.111946-1-SNAPSHOT</version>
<versioning>
<snapshotVersions>
<snapshotVersion>
<value>0.0.1--master-20160701.111946-1-SNAPSHOT</value>
(...)
We should expect this content:
<metadata modelVersion="1.1.0">
<groupId>nuxeo-studio</groupId>
<artifactId>CVS-caresource</artifactId>
<version>0.0.1--master-SNAPSHOT</version>
<versioning>
<snapshotVersions>
<snapshotVersion>
<value>0.0.1--master-20160701.111946-1</value>
(...)
- is related to
-
NXS-3907 NOS: Improve Maven GAV presentation in Studio UI
- Resolved