Skip to content
New issue

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

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

Already on GitHub? # to your account

Added ')' to jdk unbounded range for Maven 2.X #205

Merged
merged 1 commit into from
Jun 21, 2014

Conversation

varuag
Copy link
Contributor

@varuag varuag commented Jun 20, 2014

I was trying to use the maven plugin in my project, and was getting the the following error:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.jsonschema2pojo:jsonschema2pojo

Reason: Invalid JDK version in profile 'doclint-java8-disable': Unbounded range: [1.8, for project org.jsonschema2pojo:jsonschema2pojo

Investigating, I found that Maven 2.x has a problem parsing unbound versions without ')'. This pull request adds the same to the jdk version range.

joelittlejohn added a commit that referenced this pull request Jun 21, 2014
Added ')' to jdk unbounded range for Maven 2.X
@joelittlejohn joelittlejohn merged commit e5eb32f into joelittlejohn:master Jun 21, 2014
@joelittlejohn
Copy link
Owner

Thanks!

@joelittlejohn joelittlejohn added this to the 0.4.4 milestone Jun 23, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants