eclipse-ee4j / glassfish

Eclipse GlassFish
https://eclipse-ee4j.github.io/glassfish/
386 stars 144 forks source link

Grizzly package versions are reducing over time... #10324

Closed glassfishrobot closed 15 years ago

glassfishrobot commented 15 years ago

I see Grizzly now exporting packages with version 1.9.0.18d, where as the version used to be 1.9.3 earlier. Fix Grizzly pom.xmls before next integration of Grizzly.

Environment

Operating System: All Platform: All

Affected Versions

[V3]

glassfishrobot commented 6 years ago
glassfishrobot commented 15 years ago

@glassfishrobot Commented jfarcand said: I'm confused. v3/pom.xml has:

1.9.18d Not sure where you got the version. Re-assign to you to clarify. I don't understand where the 1.9.3 and 1.9.0.18d comes from ![](https://java.net/jira/images/icons/emoticons/smile.gif)
glassfishrobot commented 15 years ago

@glassfishrobot Commented jfarcand said: Hum found where you saw that

jfarcand@jfarcand-desktop:/appserv80/grizzly/tags/1_9_18e$ grep -R 1.9.0.18e * contribs/bundles/grizzly-httpservice-bundle/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e contribs/grizzly-httpservice/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e extras/cometd-client/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e extras/hudson-on-grizzly/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e extras/cachetest/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e extras/http-ajp/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/compat/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/grizzly/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/bundles/http/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/bundles/http-servlet-deployer/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/bundles/comet/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/bundles/framework/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/bundles/http-servlet/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/bundles/cometd/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/bundles/webserver/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/http/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/rcm/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/http-servlet-deployer/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e modules/comet/target/classes/META-INF/MANIFEST.MF:Bundle-Version: 1.9.0.18e

No idea why the plugin is generating that value. Re-assign to myself.

glassfishrobot commented 15 years ago

@glassfishrobot Commented jfarcand said: Looks like an issue with Maven and one of its plugin (not realy sure). Any version which contains letter is causing the issue:

1.9.18e -> 1.9.0.18e

where

1.9.18-e -> 1.9.18-e

will switch to a version that works for the time being.

glassfishrobot commented 15 years ago

@glassfishrobot Commented jfarcand said: Fixed by following the convention described here

http://mojo.codehaus.org/versions-maven-plugin/version-rules.html

Sending 1_9_18e/contribs/bundles/grizzly-httpservice-bundle/pom.xml Sending 1_9_18e/contribs/bundles/pom.xml Sending 1_9_18e/contribs/grizzly-comet-jms/pom.xml Sending 1_9_18e/contribs/grizzly-httpservice/pom.xml Sending 1_9_18e/contribs/grizzly-websocket/pom.xml Sending 1_9_18e/contribs/httpclient/pom.xml Sending 1_9_18e/contribs/httpservice-its/pom.xml Sending 1_9_18e/contribs/pom.xml Sending 1_9_18e/extras/cachetest/pom.xml Sending 1_9_18e/extras/cometd-client/pom.xml Sending 1_9_18e/extras/grizzlet/pom.xml Sending 1_9_18e/extras/grizzly1.0/pom.xml Sending 1_9_18e/extras/http-ajp/pom.xml Sending 1_9_18e/extras/hudson-on-grizzly/pom.xml Sending 1_9_18e/extras/messages-bus/pom.xml Sending 1_9_18e/extras/pom.xml Sending 1_9_18e/modules/bundles/comet/pom.xml Sending 1_9_18e/modules/bundles/cometd/pom.xml Sending 1_9_18e/modules/bundles/framework/pom.xml Sending 1_9_18e/modules/bundles/grizzly-aio/pom.xml Sending 1_9_18e/modules/bundles/http/pom.xml Sending 1_9_18e/modules/bundles/http-aio/pom.xml Sending 1_9_18e/modules/bundles/http-servlet/pom.xml Sending 1_9_18e/modules/bundles/http-servlet-deployer/pom.xml Sending 1_9_18e/modules/bundles/pom.xml Sending 1_9_18e/modules/bundles/webserver/pom.xml Sending 1_9_18e/modules/comet/pom.xml Sending 1_9_18e/modules/cometd/pom.xml Sending 1_9_18e/modules/compat/pom.xml Sending 1_9_18e/modules/config/pom.xml Sending 1_9_18e/modules/grizzly/pom.xml Sending 1_9_18e/modules/grizzly-aio/pom.xml Sending 1_9_18e/modules/http/pom.xml Sending 1_9_18e/modules/http-aio/pom.xml Sending 1_9_18e/modules/http-servlet/pom.xml Sending 1_9_18e/modules/http-servlet-deployer/pom.xml Sending 1_9_18e/modules/pom.xml Sending 1_9_18e/modules/portunif/pom.xml Sending 1_9_18e/modules/rcm/pom.xml Sending 1_9_18e/modules/utils/pom.xml Sending 1_9_18e/pom.xml Sending 1_9_18e/samples/comet/comet-chat/pom.xml Sending 1_9_18e/samples/comet/comet-chat-iframe/pom.xml Sending 1_9_18e/samples/comet/comet-counter/pom.xml Sending 1_9_18e/samples/comet/comet-hidden/pom.xml Sending 1_9_18e/samples/comet/comet-jmaki/pom.xml Sending 1_9_18e/samples/comet/cometd-chat/pom.xml Sending 1_9_18e/samples/comet/cometd-echo/pom.xml Sending 1_9_18e/samples/comet/cometd-javaapiupdate-chat/pom.xml Sending 1_9_18e/samples/comet/twitter/pom.xml Sending 1_9_18e/samples/framework/filters-samples/pom.xml Sending 1_9_18e/samples/framework/nio-migration-guide/demo1/pom.xml Sending 1_9_18e/samples/framework/nio-migration-guide/demo2/pom.xml Sending 1_9_18e/samples/framework/nio-migration-guide/demo3/pom.xml Sending 1_9_18e/samples/framework/nio-migration-guide/pom.xml Sending 1_9_18e/samples/http/http-embed/pom.xml Sending 1_9_18e/samples/http/multiple-adapter/pom.xml Sending 1_9_18e/samples/pom.xml Transmitting file data .......................................................... Committed revision 3762.

glassfishrobot commented 15 years ago

@glassfishrobot Commented Issue-Links: depends on GLASSFISH-10139

glassfishrobot commented 15 years ago

@glassfishrobot Commented Was assigned to jfarcand

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA GLASSFISH-10324

glassfishrobot commented 15 years ago

@glassfishrobot Commented Reported by ss141213

glassfishrobot commented 15 years ago

@glassfishrobot Commented Marked as fixed on Friday, October 16th 2009, 12:29:17 am