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

Merge develop to main for 1.0.4 #29

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Merge develop to main for 1.0.4 #29

merged 1 commit into from
Mar 27, 2023

Conversation

taojing2002
Copy link
Contributor

I searched the code base and compared the commit history, and found the only place to hold the version number is pom.xml. So I think the change of pom.xml is good enough for this release, which just fixed the issue on the deploy process.

…oy-file and distributionManagement sections.

2. Bump the version to 1.0.4
@taojing2002 taojing2002 changed the title Merge develop to main for 1.4 Merge develop to main for 1.0.4 Mar 24, 2023
Copy link
Member

@mbjones mbjones left a comment

Choose a reason for hiding this comment

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

@taojing2002 This looks fine. The only thing you seemed to do is to back out the changes to ${project.url}, so now the WARNING in the build about the use of deprecated features is back. See code below. It probably doesn't matter at this point, but in general I think its best to not use deprecated features, which promotes longevity. I truly don't understand why one works and the other does not, as it seems irrelevant to your build result. But let's not dwell on this given that you have it working.

$ mvn test
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.dataone:speedbagit:jar:1.0.4
[WARNING] The expression ${url} is deprecated. Please use ${project.url} instead.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]

@taojing2002
Copy link
Contributor Author

taojing2002 commented Mar 27, 2023 via email

@taojing2002 taojing2002 merged commit d8da8a6 into main Mar 27, 2023
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.

2 participants