Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDBM3 is not found in maven repository #31

Closed
ToastShaman opened this issue Mar 19, 2012 · 16 comments
Closed

JDBM3 is not found in maven repository #31

ToastShaman opened this issue Mar 19, 2012 · 16 comments

Comments

@ToastShaman
Copy link

I would like to use JDBM3 as a dependency in my Java application but it could not be found in one of the global maven repositories.

@jankotek
Copy link
Owner

JDBM3 should be in repo as soon as it reaches beta. Currently it is moving too quickly.

@yegor256
Copy link

I can't use JDBM3 until it is in Maven Central. Waiting for it...

@zidadi
Copy link

zidadi commented Apr 10, 2012

Hi Jankotek,

Do you have estimate when will it reach beta? Btw, if I use jdbm2, can I upgrade to jdbm3 easily? Can you share some major improvements jdbm3 over jdbm2? Thanks.

@jankotek
Copy link
Owner

Hi,

Alpha3 was just released. Beta1 can be expected in 2 or 3 weeks.

More at my post
http://groups.google.com/group/jdbm/browse_thread/thread/db1f0ed52ce5fb3c

Jan

On Tue 10 Apr 2012 10:03:40 PM IST, Wenhao Xu wrote:

Hi Jankotek,

Do you have estimate when will it reach beta? Btw, if I use jdbm2, can I upgrade to jdbm3 easily? Can you share some major improvements jdbm3 over jdbm2? Thanks.


Reply to this email directly or view it on GitHub:
#31 (comment)

@zidadi
Copy link

zidadi commented Apr 10, 2012

Awesome. Looking forward to the beta version.

@yegor256
Copy link

But it's not in Maven Central yet, right?

@kdabir
Copy link
Contributor

kdabir commented May 15, 2012

Those who want to use it with maven before jdbm3 hits central repo, just clone the github repo and do a mvn install on local machine and use it as dependency:

  <dependencies>
    <dependency>
      <groupId>jdbm</groupId>
      <artifactId>jdbm</artifactId>
      <version>3.0-SNAPSHOT</version>
    </dependency>
  </dependencies>

(It's very simple and people might have already done this, but just posting as it was worth mentioning)

@lpellegr
Copy link

lpellegr commented Jul 4, 2012

I am also very interested by a maven release or at least snapshots into a public maven repository.

@jschneider
Copy link

me too... :-)

@lpellegr
Copy link

I have bundled a JDBM version and open a ticket on OSS Sonatype for a third party upload [1]. I used commit a450a10 as version 3.0-alpha4. I need the approval of one of the project author (e.g. a comment on this issue) to complete the process.

[1] https://issues.sonatype.org/browse/OSSRH-3969

@jankotek
Copy link
Owner

Hi,

feel free to do that.

I will do some bug fixing for JDBM3 soon. So if you could also upload
it after I will be done.

BTW: sorry for being offline, I moved to new house, got new job... soon
I should be more interactive.

Thanks.
Jan

On 23/07/12 15:43, lpellegr wrote:

I have bundled a JDBM version and open a ticket on OSS Sonatype for a third party upload [1]. I used commit a450a10 as version 3.0-alpha4. I just need the approval of one of the project author (e.g. a comment on this issue) to valid the upload.

[1] https://issues.sonatype.org/browse/OSSRH-3969


Reply to this email directly or view it on GitHub:
#31 (comment)

@lpellegr
Copy link

Thank you Jan. This is done.

http://central.maven.org/maven2/org/apache/jdbm/jdbm/3.0-alpha4/

Please think to tag the source code. For future releases the best is to use Apache nexus. An example of the full process is described hereafter:

http://felix.apache.org/site/release-management-nexus.html

@jankotek
Copy link
Owner

Hi,

I just checked in some bugfixes. I am going to make bugfix release in couple of days.
So if you had problem with JDBM3 please check that it is fixed in recent version.

@jankotek
Copy link
Owner

jankotek commented Sep 4, 2012

New bugfix release (alpha4) is out. Feel free to update maven repos (I will not).

@lpellegr
Copy link

lpellegr commented Sep 5, 2012

Hi jankotek,

As I said in the previous comments, it would have been good to tag the version used for the last maven release as alpha4. Now, it is impossible to release your changes as alpha4. It would be nice to rename the last alpha to alpha5 and introduce alpha4 as commit a450a10.

@jankotek
Copy link
Owner

jankotek commented Sep 5, 2012

Sure, alpha5 is now out, there is tag in Git :-)
Github downloads are still not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants