Heh...good catch.  Copy and paste error.  :)  Let's try that again.

 Old:  beehive-control-[ejb|jdbc|jms]
 New: beehive-[ejb|jdbc|jms]-control

 Changing dependencies from 1.0.1 to 1.0.2 would start with this:

      <dependency>
          <groupId>org.apache.beehive</groupId>
          <artifactId>beehive-control-jdbc</artifactId>
          <version>1.0.1</version>
      </dependency>

and change to this:

        <dependency>
          <groupId>org.apache.beehive</groupId>
          <artifactId>beehive-jdbc-control</artifactId>
          <version>1.0.2</version>
      </dependency>

Eddie

On 1/9/07, Giovanni Motta <[EMAIL PROTECTED]> wrote:
And where is the difference? :-)

2007/1/8, Eddie O'Neil <[EMAIL PROTECTED]>:
>
> previous, 1.0.1 version.  These previous identifiers were:
>
> beehive-[ejb|jdbc|jms]-control
>
> and the new identifiers are:
>
> beehive-[ejb|jdbc|jms]-control
>
> Apologies for the discrepancy and any inconvenience that this causes.
> Our Maven support is obviously still evolving.  If it's necessary, I
> can deploy the 1.0.2 artifacts with the previous artifactId as well.
>
>


Reply via email to