-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incorrect version in maven pom #3
Comments
Thanks for your bug report, I have a vague idea of how this came to be. I'll try to publish an updated version next week. You could use the snapshot version of 2.8.3 till then. |
I fixed the issue, please try using ap-loader again tomorrow, after the change is propagated to maven central. <dependency>
<groupId>me.bechberger</groupId>
<artifactId>ap-loader</artifactId>
<version>2.9-1-all</version>
</dependency> |
This should look different. I'm taking a look at it tomorrow. I'm sorry for the inconvenience. |
I'm currently working on the issue, sorry for the delay. The built JARs themself look right, I'll have to investigate why there are problems publishing it. |
I can reproduce the problem: The published JARs differ from the built JARs (which I publish to the GitHub releases page). |
I fixed the issue (again), hopefully, it works now. The artifacts are in the snapshot repository and should appear on maven central in the next few hours: <dependency>
<groupId>me.bechberger</groupId>
<artifactId>ap-loader</artifactId>
<version>2.9-2-all</version>
</dependency> |
@dpsoft could you confirm that it is fixed? |
Yes, thanks! |
Good, then I'll close this issue. |
When trying to import ap-loader into gradle project
I'm getting
which seems to be because the pom has version 2.8.3-all-SNAPSHOT
https://repo1.maven.org/maven2/me/bechberger/ap-loader/2.9-all/ap-loader-2.9-all.pom
The text was updated successfully, but these errors were encountered: