Subject | Jaybird 2.2.0-beta-1 SNAPSHOT versions deployed on Maven |
---|---|
Author | Mark Rotteveel |
Post date | 2012-03-10T15:33Z |
Today I deployed a number of SNAPSHOT artifacts of jaybird 2.2.0-beta-1
to the Sonatype repository.
This is not the official beta-1 release, but a deployment as part of
testing before releasing. If you are feeling adventurous you can use
these artifacts:
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.0-beta-1-SNAPSHOT</version>
Replace jaybird-jdkXX with your appropriate Java version (valid values
for XX are 15, 16 or 17).
As these SNAPSHOT artifacts are not deployed to Maven central, you will
need to include the Sonatype OSS repository in your POM to be able to
use it:
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-nexus</id>
<name>Sonatype</name>
<url>https://oss.sonatype.org/content/groups/public</url>
</repository>
</repositories>
If you have any problems using these, or find bugs let us know.
Mark
PS: Do not use these artifacts or this repository for production purposes
--
Mark Rotteveel
to the Sonatype repository.
This is not the official beta-1 release, but a deployment as part of
testing before releasing. If you are feeling adventurous you can use
these artifacts:
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.0-beta-1-SNAPSHOT</version>
Replace jaybird-jdkXX with your appropriate Java version (valid values
for XX are 15, 16 or 17).
As these SNAPSHOT artifacts are not deployed to Maven central, you will
need to include the Sonatype OSS repository in your POM to be able to
use it:
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-nexus</id>
<name>Sonatype</name>
<url>https://oss.sonatype.org/content/groups/public</url>
</repository>
</repositories>
If you have any problems using these, or find bugs let us know.
Mark
PS: Do not use these artifacts or this repository for production purposes
--
Mark Rotteveel