[jbosstools-issues] [JBoss JIRA] (JBDS-2212) audit version numbers of features/plugins in JBDS 5.0.0 vs. 4.1.3

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jul 3 18:05:12 EDT 2012


    [ https://issues.jboss.org/browse/JBDS-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704479#comment-12704479 ] 

Nick Boldt edited comment on JBDS-2212 at 7/3/12 6:03 PM:
----------------------------------------------------------

Patches applied in 33x branch to correct version numbers:

[^JBDS2212-central-upversion-33x.patch]
[^JBDS2212-common-upversion-33x.patch]
[^JBDS2212-jst-upversion-33x.patch]
[^JBDS2212-maven-upversion-33x.patch]
[^JBDS2212-openshift-upversion-33x.patch]
[^JBDS2212-portlet-upversion-33x.patch]
[^JBDS2212-examples-upversion-33x.patch]
[^JBDS2212-ws-upversion-33x.patch]

Patches created using 

{code}$ cat ~/bin/upversion 
#!/bin/bash

if [[ ! $1 ]]; then
	echo "Must specify new version, eg., $0 1.0.1"; exit
fi
export JAVA_HOME=/opt/sun-java2-6.0/; nice -n19 /opt/maven3/bin/mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=${1}-SNAPSHOT{code}
                
      was (Author: nickboldt):
    Patches applied in 33x branch to correct version numbers:

[^JBDS2212-central-upversion-33x.patch]
[^JBDS2212-common-upversion-33x.patch]
[^JBDS2212-jst-upversion-33x.patch]
[^JBDS2212-maven-upversion-33x.patch]
[^JBDS2212-openshift-upversion-33x.patch]
[^JBDS2212-portlet-upversion-33x.patch]
[^JBDS2212-examples-upversion-33x.patch]
[^JBDS2212-ws-upversion-33x.patch]


                  
> audit version numbers of features/plugins in JBDS 5.0.0 vs. 4.1.3
> -----------------------------------------------------------------
>
>                 Key: JBDS-2212
>                 URL: https://issues.jboss.org/browse/JBDS-2212
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build, updatesite
>    Affects Versions: 5.0.0.GA
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 5.0.1.GA
>
>         Attachments: 412vs500-feature-plugin-versions0.png, 412vs500-feature-plugin-versions1.png, 412vs500-feature-plugin-versions2.png, 412vs500-feature-plugin-versions3.png, 412vs500-feature-plugin-versions4.png, 412vs500-feature-versions.png, JBDS2212-central-upversion-33x.patch, JBDS2212-common-upversion-33x.patch, JBDS2212-examples-upversion-33x.patch, JBDS2212-jst-upversion-33x.patch, JBDS2212-maven-upversion-33x.patch, JBDS2212-openshift-upversion-33x.patch, JBDS2212-portlet-upversion-33x.patch, JBDS2212-ws-upversion-33x.patch
>
>
> Should have done this a while ago, but incorrectly assumed component leads were taking ownership of their versioning as they are the SMEs for their content and API changes.
> Hibernate should definitely be incremented since it's at version 3.4.1 in JBDS 4.1.3, but only 3.4.0 in 5.0.0.
> !412vs500-feature-versions.png!
> !412vs500-feature-plugin-versions4.png!
> {code}
> org_hibernate_eclipse=3.4.0
> org_hibernate_eclipse_console=3.4.0
> org_hibernate_eclipse_feature=3.4.0
> org_hibernate_eclipse_help=3.4.0
> org_hibernate_eclipse_jdt_apt_ui=3.4.0
> org_hibernate_eclipse_jdt_ui=3.4.0
> org_hibernate_eclipse_libs=3.4.0
> org_hibernate_eclipse_mapper=3.4.0
> {code}
> Based on screenshots above, should these be upversioned?
> !412vs500-feature-plugin-versions3.png!
> {code}
> org_jboss_ide_eclipse_archives_core=3.2.1
> org_jboss_ide_eclipse_archives_feature=3.2.1
> org_jboss_ide_eclipse_archives_jdt_integration=3.2.1
> org_jboss_ide_eclipse_archives_ui=3.2.1
> {code}
> !412vs500-feature-plugin-versions2.png!
> {code}
> org_jboss_tools_jmx_core=1.2.0
> org_jboss_tools_jmx_feature=1.2.0
> org_jboss_tools_jmx_ui=1.2.0
> {code}
> !412vs500-feature-plugin-versions1.png!
> {code}
> org_jboss_tools_portlet_core=1.2.0
> org_jboss_tools_portlet_feature=1.2.0
> org_jboss_tools_portlet_ui=1.2.0
> {code}
> !412vs500-feature-plugin-versions0.png!
> {code}
> org_jboss_tools_ws_core=1.2.2
> org_jboss_tools_ws_creation_core=1.2.2
> org_jboss_tools_ws_creation_ui=1.2.2
> org_jboss_tools_ws_feature=1.2.2
> org_jboss_tools_ws_jaxrs_core=1.2.2
> org_jboss_tools_ws_jaxrs_feature=1.2.2
> org_jboss_tools_ws_jaxrs_ui=1.2.2
> org_jboss_tools_ws_ui=1.2.2
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list