ソースを参照

Update engine.json and jenkinsfile updates for point-release 24092 (#18671)

Update engine.json and jenkinsfile updates for point-release 24092 

Signed-off-by: Mike Chang <[email protected]>
Mike Chang 5 ヶ月 前
コミット
606cb53a78
2 ファイル変更2 行追加2 行削除
  1. 1 1
      engine.json
  2. 1 1
      scripts/build/Jenkins/Jenkinsfile

+ 1 - 1
engine.json

@@ -4,7 +4,7 @@
     "O3DEVersion": "0.1.0.0",
     "O3DEBuildNumber": 0,
     "display_version": "00.00",
-    "version": "2.3.1",
+    "version": "2.3.2",
     "api_versions": {
         "editor": "1.0.0",
         "framework": "1.2.1",

+ 1 - 1
scripts/build/Jenkins/Jenkinsfile

@@ -22,7 +22,7 @@ PIPELINE_TIMEOUT = 60
 EMPTY_JSON = readJSON text: '{}'
 
 ENGINE_REPOSITORY_NAME = 'o3de'
-ENGINE_DEVELOPMENT_BRANCH = 'development'
+ENGINE_DEVELOPMENT_BRANCH = 'point-release/24092'
 ENGINE_URL = "https://github.com/o3de/o3de.git"
 
 COMMIT_DOMAIN_NAME = ''