Skip to content

Commit ac9b79e

Browse files
authored
chore(Java-Release): update release commands and use SNAPSHOT builds (#995)
1 parent 5954fb3 commit ac9b79e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

codebuild/release/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ batch:
6363
## available. For more information, consult the MCM used for this release.
6464
- identifier: validate_release_corretto8
6565
depend-on:
66-
- upload_to_sonatype
66+
- upload_to_sonatype
6767
buildspec: codebuild/release/validate-release.yml
6868
env:
6969
variables:

codebuild/release/validate-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ phases:
6161
# Run Migration Examples
6262
- gradle -p runtimes/java/Migration/PlaintextToAWSDBE test
6363
- gradle -p runtimes/java/Migration/DDBECToAWSDBE test
64-

codebuild/staging/release-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ phases:
5959
- gradle -p runtimes/java clean
6060
- gradle -p runtimes/java test
6161
# Deploy to CA
62-
- make mvn_staging_deploy
62+
- gradle -p runtimes/java publishMavenPublicationToStagingCodeArtifactRepository

project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectJavaVersion=3.4.0
1+
projectJavaVersion=3.4.0-SNAPSHOT
22
mplDependencyJavaVersion=1.3.0
33
dafnyRuntimeJavaVersion=4.2.0
44
smithyDafnyJavaConversionVersion=0.1

0 commit comments

Comments
 (0)