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

Please deploy correct artifact to maven #2

Closed
Areks opened this issue Sep 12, 2019 · 4 comments
Closed

Please deploy correct artifact to maven #2

Areks opened this issue Sep 12, 2019 · 4 comments

Comments

@Areks
Copy link

Areks commented Sep 12, 2019

jooq-postgresql-json-parent not deployed to maven, please fix it

@Globegitter
Copy link

@t9t Friendly ping, any chance to get the issue fixed, so we can use this wonderful jooq extension?

@t9t
Copy link
Owner

t9t commented Sep 23, 2019

Ah sorry, @Areks and @Globegitter. Somehow I didn't get any notifications or emails about issues on this project. It was your mention that finally triggered an email. I will look into this ASAP!

@t9t
Copy link
Owner

t9t commented Sep 23, 2019

I didn't have any experience pushing a multi-module Maven project to OSSRH yet, so I accidentally excluded the parent project (alongside the integration test module, which I saw no point in pushing). I didn't see the issue locally, because it was installed in my local repository.

I was unable to publish the artifact for version 0.3.0 so consider that one nuked. I have pushed 0.3.1 now, which should work fine (I tested it locally after removing the artifacts from my local repository):

<dependency>
  <groupId>com.github.t9t.jooq</groupId>
  <artifactId>jooq-postgresql-json</artifactId>
  <version>0.3.1</version>
</dependency>

Please let me know if it works!

@t9t
Copy link
Owner

t9t commented Sep 24, 2019

Closing as in #1 it was confirmed the dependency works now.

@t9t t9t closed this as completed Sep 24, 2019
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

3 participants