Skip to content

Commit

Permalink
Version settings for m1 preview
Browse files Browse the repository at this point in the history
  • Loading branch information
benty-amzn committed Feb 15, 2022
1 parent 8bffffa commit 08ad453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ allprojects {
jreTools = ['java', 'jjs', 'keytool', 'orbd', 'pack200', 'policytool', 'rmid', 'rmiregistry',
'servertool', 'tnameserv', 'unpack200']

def milestone = project.findProperty("corretto.milestone") ?: "fcs"
def milestone = project.findProperty("corretto.milestone") ?: "preview"
correttoCommonFlags = [
"--with-update-version=${project.version.update}",
"--with-build-number=b${project.version.build}",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.322.06.3
8.322.06.4

0 comments on commit 08ad453

Please sign in to comment.