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

chore(Java-Release): update release commands and use SNAPSHOT builds #995

Merged
merged 5 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codebuild/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ batch:
## available. For more information, consult the MCM used for this release.
- identifier: validate_release_corretto8
depend-on:
- upload_to_sonatype
- upload_to_sonatype
buildspec: codebuild/release/validate-release.yml
env:
variables:
Expand Down
1 change: 0 additions & 1 deletion codebuild/release/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ phases:
# Run Migration Examples
- gradle -p runtimes/java/Migration/PlaintextToAWSDBE test
- gradle -p runtimes/java/Migration/DDBECToAWSDBE test

2 changes: 1 addition & 1 deletion codebuild/staging/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ phases:
- gradle -p runtimes/java clean
- gradle -p runtimes/java test
# Deploy to CA
- make mvn_staging_deploy
- gradle -p runtimes/java publishMavenPublicationToStagingCodeArtifactRepository
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectJavaVersion=3.4.0
projectJavaVersion=3.4.0-SNAPSHOT
mplDependencyJavaVersion=1.3.0
dafnyRuntimeJavaVersion=4.2.0
smithyDafnyJavaConversionVersion=0.1
Loading