-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Release]: 1.0.1 Service Release #762
Comments
1.0.1 is staged
Verification Data
|
1.0.1 is re-staged
Verification Data
FYI @otaviojava |
1.0.1 is re-staged
Verification Data
FYI @otaviojava @njr-11 @gavinking |
@otaviojava - Just following up. Have you been able to run with this new staged version? If everything is good on your side let me know and I can publish 1.0.1. |
Please, let me test it today; I will bring an update tomorrow morning. |
While the 1.0.1-SNAPSHOT is working.
The version 1.0.1 is not, could you check if it is missing some code?
|
@otaviojava how are you pulling the 1.0.1 TCK? I think there may have been an issue with our Jenkins build. I looked back at the output and see:
I think the previous version was never deleted. I'll look into it |
I downloaded it from Maven. |
Can you try using the version uploaded to jakarta.oss.sonatype.org/content/repositories/jakartadata-1027 |
I think the issue was likely on the sonatype server side. I just did a dry-run of the jenkins build and it was able to get a list of old repositories to drop:
I could re-stage this again, or just continue forward with using jakarta.oss.sonatype.org/content/repositories/jakartadata-1027 which is what all our build automation is based on. |
Hey @KyleAure, how can I do this? I am manually removing the version in the .m2 folder, but it is still with the version of July. |
@otaviojava Update your pom.xml to use <repositories>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://jakarta.oss.sonatype.org/content/repositories/jakartadata-1027/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repositories> |
It is working now, thanks @KyleAure |
1.0.1 Service Release is published
Verification Data
|
Proposal
During the release review process some issues were brought up that will require us to do an immediate service release.
Outstanding work
Full
annotation asPlatform
#746Check List
Prepare
Stage release
draft
release on GitHubVerify and modify
Stage Release
sectionPublish release
draft
release on GitHub to bepre-release
orlatest
Follow up
Documentation:
The text was updated successfully, but these errors were encountered: