Skip to content

Commit 6960150

Browse files
committed
moving to 15.1.1 for dev version
1 parent e1e83cc commit 6960150

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

core/src/main/typedefs/WLS.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"12.2.1": "WLS_12CR2",
1212
"12.2.1.3": "WLS_12CR2",
1313
"12.2.1.4": "WLS_12CR2",
14-
"14.1": "WLS_14"
14+
"14.1": "WLS_14",
15+
"15.1": "WLS_15"
1516
},
1617
"definitions": {
1718
"WLS_11G": {
@@ -45,6 +46,14 @@
4546
"serverGroupsToTarget": [ ],
4647
"rcuSchemas": [ ],
4748
"isJrfInstalled": false
49+
},
50+
"WLS_15": {
51+
"baseTemplate": "Basic WebLogic Server Domain",
52+
"extensionTemplates": [ ],
53+
"customExtensionTemplates": [ ],
54+
"serverGroupsToTarget": [ ],
55+
"rcuSchemas": [ ],
56+
"isJrfInstalled": false
4857
}
4958
}
5059
}

integration-tests/alias-test/Jenkinsfile.generate-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def versions_to_generate = [ "14.1.2.0.0" ]
1+
def versions_to_generate = [ "15.1.1.0.0" ]
22

33
pipeline {
44
agent any

0 commit comments

Comments
 (0)