Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Some WTP 2.0 plugins need version bumps




Please see and update bug 172780,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=172780
but I've pasted the initial text below for your reading pleasure.



Now that we've fixed our 1.5.3 version numbering, we need to carry that work
forward to the 2.0 stream.

In the worst cases, there's a mis-match so the 2.0 versions are now smaller
than the 1.5.3 versions ... which would be a really bad runtime error, if
anyone combined the installations (or upgraded from one to the other).

Besides these blocking errors, there are now many more that have an increase in
qualifier, but no bump in minor or maintenance field. Again, these may or may
not be an error, but if the code is changed from the 1.5.3 stream, then at
least the maintenance field needs to be incremented.

For one such report, see
http://download.eclipse.org/webtools/committers/drops/R2.0/I-I200702040244-200702040244/versioningReport_I200702040244.html

Following is the current "worst list" of versions that actually get smaller.
Some of these I may fix up, but please check yours. As usual, please don't make
blind changes, but in most cases, the correct fix is hopefully easy and
obvious,
and maybe just requires releasing the current version for our I-builds.

org.eclipse.jst.common.frameworks
   1.1.3.v200701301745 (current)
   1.1.4.v200702021430 (reference)
org.eclipse.jst.j2ee.core.tests
   1.1.0 (current)
   1.1.0.v200701311831 (reference)
org.eclipse.jst.j2ee.navigator.ui
   1.1.1.v200701301500 (current)
   1.1.2.v200702021430 (reference)
org.eclipse.jst.j2ee.ui
   1.1.1.v200701301745 (current)
   1.1.2.v200702021430 (reference)
org.eclipse.jst.jsp.core.tests
   1.0.0.v200612140445 (current)
   1.0.1.v200702021750 (reference)
org.eclipse.jst.servlet.ui
   1.1.1.v200701312340 (current)
   1.1.2.v200702021430 (reference)
org.eclipse.jst.ws.consumption
   1.0.102.v200701300452 (current)
   1.0.103.v200701241747 (reference)
org.eclipse.wst.common.uriresolver
   1.1.101.v200702021602 (current)
   1.1.101.v200702021717 (reference)
org.eclipse.wst.validation
   1.1.2.v200701172103 (current)
   1.1.3.v200702021430 (reference)
org.eclipse.wst.wsdl.ui
   1.1.100.v200609220004 (current)
   1.1.101.v200701312359 (reference)
org.eclipse.wst.xsd.ui
   1.1.102.v200701300430 (current)
   1.1.102.v200701312359 (reference)



Back to the top