-
Notifications
You must be signed in to change notification settings - Fork 475
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
target Maven 3.1 #155
target Maven 3.1 #155
Conversation
Breaking change that is not compatible with Maven < 3.1 . spoon-maven-plugin: use org.eclipse.aether instead of org.sonatype.aether . see http://maven.apache.org/docs/3.1.0/release-notes.html spoon: use android-maven-plugin 3.8.0 which is the lowest version compatible with Maven 3.1 .
@@ -173,7 +173,7 @@ | |||
<plugin> | |||
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |||
<artifactId>android-maven-plugin</artifactId> | |||
<version>3.6.0</version> | |||
<version>3.8.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just 3.8.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be. 3.8.1 just came out. I'll make that change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, didn't notice this was opened a while ago.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made the change in 66b1a7e . This pull request should fix Spoon for Maven users
Can you sign our CLA |
Just signed the CLA |
Thanks! |
Thanks for merging this. Spoon has been awesome so far. Thanks! |
Breaking change that is not compatible with Maven < 3.1 .
spoon-maven-plugin: use org.eclipse.aether instead of org.sonatype.aether .
see http://maven.apache.org/docs/3.1.0/release-notes.html
spoon: use android-maven-plugin 3.8.0 which is the lowest version compatible
with Maven 3.1 .
Fix issue: #152