Skip to content

Commit 5ba62c2

Browse files
committedJul 1, 2022
bump versions
1 parent 6ce882d commit 5ba62c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ System Requirements
3535

3636
2. Processor - 2 Core/vCPU 1.1GHz or higher
3737

38-
3. Java SE Development Kit 1.8
38+
3. Java SE Development Kit 11
3939

4040
4. The Management Console requires full Javascript enablement of the Web browser.
4141

@@ -62,7 +62,7 @@ Project Resources
6262
Building the distribution from source
6363
=========================================
6464

65-
1. Install Java SE Development Kit 1.8
65+
1. Install Java SE Development Kit 11
6666
2. Install Apache Maven 3.x.x(https://maven.apache.org/download.cgi#)
6767
3. Get a clone from https://github.com/wso2/product-is.git or download the source
6868
4. Run the one of the below maven commands from product-is directory,

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@
21332133
<properties>
21342134

21352135
<!--Carbon Identity Framework Version-->
2136-
<carbon.identity.framework.version>5.20.443</carbon.identity.framework.version>
2136+
<carbon.identity.framework.version>5.21.0</carbon.identity.framework.version>
21372137
<carbon.identity.framework.version.range>[5.14.67, 6.0.0]</carbon.identity.framework.version.range>
21382138

21392139
<!--SAML Common Utils Version-->
@@ -2256,7 +2256,7 @@
22562256
<carbon.identity.oauth.uma.version>1.3.9</carbon.identity.oauth.uma.version>
22572257

22582258
<!-- Identity Portal Versions -->
2259-
<identity.apps.version>1.2.1015</identity.apps.version>
2259+
<identity.apps.version>1.2.1017</identity.apps.version>
22602260

22612261
<!-- Charon -->
22622262
<charon.version>3.4.1</charon.version>

0 commit comments

Comments
 (0)
Please sign in to comment.