[ http://jira.codehaus.org/browse/MEV-12?page=comments#action_39460 ]
     
Dennis Lundberg commented on MEV-12:
------------------------------------

MySQL Connector/J version 3.0 has had several naming schemes during it's 
lifetime.

The name of the jar file to deploy for regular java use (the one's that would 
be used by Maven) looks like this:
  mysql-connector-java-3.0.<X>-<stability>-bin.jar
where
  <X> is the version number and
  <stability> comes from the table below

3.0.0 - 3.0.3 were called -beta
3.0.4 - 3.0.4 were called -gamma
3.0.6 -3.0.11 were called -stable
3.0.12-3.0.14 were called -production
3.0.15-3.0.16 were called -ga

So for the 3.0-releases that people might be using there are no less than 3 
different naming schemes: stable, production and ga. The "-bin" suffix is 
always there.


For the 3.1 series, which is the currently supported one, it looks like this:

3.1.0 - 3.1.2 were called -alpha
3.1.3 - 3.1.4 were called -beta
3.1.5         were called -gamma
3.1.6 -3.1.8a were called [nothing]

i.e. mysql-connector-java-3.1.7-bin.jar


For the 3.2 series they seem to employ the same naming scheme, but there has 
only been one release yet, so it's hard to know.

> mysql-connector-java uses a classifier
> --------------------------------------
>
>          Key: MEV-12
>          URL: http://jira.codehaus.org/browse/MEV-12
>      Project: Maven Evangelism
>         Type: Task
>     Reporter: Brett Porter

>
>
> This artifact uses a classifier of "stable-bin".
> Check whether it is actually a distribution package (if so the classifier is 
> valid, and needs to wait for a m2 change to allow them in dependencies), 
> otherwise rename it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to