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

Latest relase not found in maven repository #1

Open
PavelD opened this issue Oct 25, 2016 · 2 comments
Open

Latest relase not found in maven repository #1

PavelD opened this issue Oct 25, 2016 · 2 comments

Comments

@PavelD
Copy link

PavelD commented Oct 25, 2016

Hi,

I was trying to import j3.1.8 using maven but i found only old 3.1.7 version :(

@bigjosh
Copy link
Owner

bigjosh commented Oct 27, 2016

Hmm... I just make a fresh clone from this repo and it built no problem under IDEA.

I don't even know what j3.1.8 is! Can you be more specific?

Thanks!

@PavelD
Copy link
Author

PavelD commented Oct 27, 2016

I was searching for the version in maven repository according to your pom.xml file (see https://github.com/bigjosh/subethasmtp/blob/master/pom.xml).

<dependency>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp</artifactId>
<version>j3.1.8</version>
</dependency>
works only from local repo (after import).

<dependency>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp</artifactId>
<version>3.1.7</version>
</dependency>
is available online.

It's pity that your version is not available as well online. I expected that it will be as you promoted your version as maven friendly.

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

2 participants