Skip to content

Commit

Permalink
Merge pull request #19587 from Thisara-Welmilla/update-product-version
Browse files Browse the repository at this point in the history
update product version
  • Loading branch information
UdeshAthukorala authored Feb 14, 2024
2 parents 3c2457e + 2b548b0 commit aab3c8f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ System Requirements
5. To build WSO2 Identity Server from the Source distribution, it is also necessary that you have Maven 3 or later.

For more details see
* https://is.docs.wso2.com/en/6.1.0/deploy/get-started/install/ (For IS 6.1.0 version)
* https://is.docs.wso2.com/en/7.0.0/deploy/get-started/install/ (For IS 7.0.0 version)

Project Resources
=================

* Home page : http://wso2.com/products/identity-server
* Library : https://wso2.com/library/identity-and-access-management
* Wiki
* IS 6.1.0 version : https://is.docs.wso2.com/en/6.1.0/
* IS 7.0.0 version : https://is.docs.wso2.com/en/7.0.0/
* Issue Tracker : https://github.com/wso2/product-is/issues
* Forums : http://stackoverflow.com/questions/tagged/wso2is/
* IAM Developer List: iam-dev@wso2.org
Expand Down Expand Up @@ -196,7 +196,7 @@ By default mode, it would ask you to enter the master password
> ciphertool -Dchange (in UNIX)
For more details see
https://is.docs.wso2.com/en/6.1.0/deploy/security/encrypt-passwords-with-cipher-tool/
https://is.docs.wso2.com/en/7.0.0/deploy/security/encrypt-passwords-with-cipher-tool/

Support
=======
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<product xmlns="http://products.wso2.org/carbon">
<properties>
<property name="userforum">http://stackoverflow.com/questions/tagged/wso2is/</property>
<property name="userguide">https://is.docs.wso2.com/en/6.1.0</property>
<property name="userguide">https://is.docs.wso2.com/en/7.0.0</property>
<property name="mailinglist">http://wso2.org/mail</property>
<property name="issuetracker">https://github.com/wso2/product-is/issues</property>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<product xmlns="http://products.wso2.org/carbon">
<properties>
<property name="userforum">http://stackoverflow.com/questions/tagged/wso2is</property>
<property name="userguide">https://is.docs.wso2.com/en/6.1.0</property>
<property name="userguide">https://is.docs.wso2.com/en/7.0.0</property>
<property name="mailinglist">http://wso2.org/mail</property>
<property name="issuetracker">https://github.com/wso2/product-is/issues</property>
<property name="webAdminConsoleTitle">WSO2 Stratos Identity</property>
Expand Down
35 changes: 28 additions & 7 deletions release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ <h3>@product.release.date.month@ @product.release.date.year@</h3>
https://wso2.com/identity-and-access-management</a>.</p>

<p>Online documentation is available at
<a href="https://is.docs.wso2.com/en/6.1.0">
https://is.docs.wso2.com/en/6.1.0</a>.</p>
<a href="https://is.docs.wso2.com/en/7.0.0">
https://is.docs.wso2.com/en/7.0.0</a>.</p>

<h2>How to Run </h2>
<ol>
Expand All @@ -65,19 +65,40 @@ <h2>Fixes and Improvements</h2>

<ul>
<li>
<a href="https://github.com/wso2/product-is/milestone/240?closed=1">6.1.0-RC</a>
<a href="https://github.com/wso2/product-is/milestone/239?closed=1">7.0.0-RC</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/230?closed=1">6.1.0-Beta</a>
<a href="https://github.com/wso2/product-is/milestone/260?closed=1">7.0.0-Beta6</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/238?closed=1">6.1.0-Alpha2</a>
<a href="https://github.com/wso2/product-is/milestone/259?closed=1">7.0.0-Beta5</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/237?closed=1">6.1.0-Alpha</a>
<a href="https://github.com/wso2/product-is/milestone/258?closed=1">7.0.0-Beta4</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/235?closed=1">6.1.0-M1</a>
<a href="https://github.com/wso2/product-is/milestone/257?closed=1">7.0.0-Beta3</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/256?closed=1">7.0.0-Beta2</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/253?closed=1">7.0.0-Beta</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/255?closed=1">7.0.0-Alpha2</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/252?closed=1">7.0.0-Alpha</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/254?closed=1">7.0.0-M3</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/251?closed=1">7.0.0-M2</a>
</li>
<li>
<a href="https://github.com/wso2/product-is/milestone/250?closed=1">7.0.0-M1</a>
</li>
</ul>

Expand Down

0 comments on commit aab3c8f

Please sign in to comment.