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

Updated dependencies for v0.1.0-beta #829

Merged
merged 78 commits into from
Feb 1, 2022
Merged

Updated dependencies for v0.1.0-beta #829

merged 78 commits into from
Feb 1, 2022

Conversation

lhstrh
Copy link
Member

@lhstrh lhstrh commented Jan 9, 2022

  • Refactor Gradle configuration to have all version numbers in a single file
  • Bump versions of dependencies:
    • lsp4j 0.10.0 -> 0.12.0
    • shadowJar 6.0.0 -> 7.1.2
    • xtext-gradle-plugin -> 2.0.8 -> 3.0.0
    • gradle 6.5 -> 7.0
    • junit 4.12 -> 4.13.2
    • junit-jupiter-* 5.7.2 -> 5.8.2
    • junit-platform-* 1.7.2 -> 1.8.2
    • eclipse.core.runtime 3.22.0 -> 3.24.0
    • eclipse.core.resources 3.15.0 -> 3.16.0
    • exec-maven-plugin 1.6.0 -> 3.0.0
  • Added a version update script (@housengw)

@lhstrh lhstrh marked this pull request as draft January 9, 2022 06:29
@lhstrh lhstrh mentioned this pull request Jan 10, 2022
@lhstrh lhstrh changed the title In preparation of release, update dependencies and clean up configuration Various chores in preparation of 0.1.0-beta Jan 10, 2022
@lhstrh
Copy link
Member Author

lhstrh commented Jan 19, 2022

To update the Xtext version for the Eclipse build:

find . -name *.MF -print0 | xargs -0 -n1 sed -i 's/2\.25\.0/2\.26\.0.M2/'

To update the Xtext version for Gradle:

find . -name 'gradle.properties' -print0 | xargs -0 -n1 sed -i 's/2\.25\.0/2\.26\.0.M2/'

To update the Xtext version for Maven:

find . -name 'pom.xml' -print0 | xargs -0 -n1 sed -i 's/2\.25\.0/2\.26\.0.M2/'

gradle.properties Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@lhstrh lhstrh changed the title Various chores in preparation of 0.1.0 Various chores in preparation of v0.1.0-beta Feb 1, 2022
@lhstrh lhstrh marked this pull request as ready for review February 1, 2022 05:25
@lhstrh lhstrh changed the title Various chores in preparation of v0.1.0-beta Updated dependencies for v0.1.0-beta Feb 1, 2022
@lhstrh lhstrh requested review from Soroosh129 and cmnrd February 1, 2022 05:53
Copy link
Contributor

@Soroosh129 Soroosh129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!
I didn't run the bump-versions Python script but I didn't see any issues just from reading the code.

bin/bump-versions Outdated Show resolved Hide resolved
bin/bump-versions Outdated Show resolved Hide resolved
bin/bump-versions Outdated Show resolved Hide resolved
Consistent naming

Co-authored-by: Soroush Bateni <soroosh129@gmail.com>
@lhstrh lhstrh merged commit 7570d17 into master Feb 1, 2022
@lhstrh lhstrh deleted the release branch February 1, 2022 19:31
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.

3 participants