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

BOM Using mathematical notation when defining versions #224

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

berngp
Copy link
Contributor

@berngp berngp commented Mar 31, 2021

Changing the Gradle Build to use mathematical notation when defining the version.
Sonatype deployment will fail with the following message otherwise.

Invalid POM: /com/netflix/graphql/dgs/graphql-dgs-platform/3.10.0/graphql-dgs-platform-3.10.0.pom: Invalid version for Dependency {groupId=com.jayway.jsonpath, artifactId=json-path, version=2.5.+, type=jar} - uses invalid dynamic version syntax. Replace with a fixed version or standard mathematical notation e.g., [1.5,) for version 1.5 and higher. Invalid version for Dependency {groupId=io.reactivex.rxjava3, artifactId=rxjava, version=3.0.+, type=jar} - uses invalid dynamic version syntax. Replace with a fixed version or standard mathematical notation e.g., [1.5,) for version 1.5 and higher. Invalid version for Dependency {groupId=io.projectreactor, artifactId=reactor-core, version=3.4.+, type=jar} - uses invalid dynamic version syntax. Replace with a fixed version or standard mathematical notation e.g., [1.5,) for version 1.5 and higher. Invalid version for Dependency {groupId=io.projectreactor, artifactId=reactor-test, version=3.4.+, type=jar} - uses invalid dynamic version syntax. Replace with a fixed version or standard mathematical notation e.g., [1.5,) for version 1.5 and higher.

@berngp berngp merged commit d34632d into master Mar 31, 2021
@berngp berngp deleted the feature/fix-sonatype-deployment branch April 9, 2021 00:33
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

Successfully merging this pull request may close these issues.

None yet

1 participant