Skip to content

Commit

Permalink
Prepairing release 4.5.0-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu1st authored and jsdjayanga committed Jun 17, 2019
1 parent 4e61981 commit af65d4d
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
</head>
<body>
<h1>Version 4.4.41-SNAPSHOT</h1>
<h1>Version 4.5.0-M1</h1>
<h2>About WSO2 Carbon </h2>
<p>WSO2 Carbon is a component based Enterprise SOA platform. The
design of
Expand Down
4 changes: 2 additions & 2 deletions distribution/kernel/carbon.product
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.5"?>

<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application"
version="4.4.41.SNAPSHOT" useFeatures="true" includeLaunchers="true">
version="4.5.0.m1" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand All @@ -14,7 +14,7 @@ version="4.4.41.SNAPSHOT" useFeatures="true" includeLaunchers="true">
</plugins>

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.4.41.SNAPSHOT"/>
<feature id="org.wso2.carbon.core.runtime" version="4.5.0.m1"/>
</features>

<configurations>
Expand Down
2 changes: 1 addition & 1 deletion distribution/kernel/src/assembly/filter.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
carbon.version=4.4.41-SNAPSHOT
carbon.version=4.5.0-M1
p2.repo.url=http://product-dist.wso2.com/p2/carbon/releases/wilkes/
2 changes: 1 addition & 1 deletion distribution/product/modules/distribution/INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installing WSO2 Carbon ${carbon.version}
Hardware and Software Requirements
-------------------
For more details see
https://docs.wso2.com/display/Carbon4411/Installing+the+Product
https://docs.wso2.com/display/Carbon45X/Installing+the+Product



Expand Down
197 changes: 110 additions & 87 deletions distribution/product/modules/distribution/LICENSE.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
product.name=WSO2 Carbon
product.version=4.4.41-SNAPSHOT
product.version=4.5.0-M1
product.key=Carbon
carbon.product.version=4.4.41-SNAPSHOT
carbon.version=4.4.41-SNAPSHOT
carbon.product.version=4.5.0-M1
carbon.version=4.5.0-M1
default.server.role=CarbonServer
hotdeployment=true
hotupdate=true
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<!-- Carbon Kernel Related Versions-->
<carbon.kernel.version>4.4.41-SNAPSHOT</carbon.kernel.version>
<carbon.kernel.exp.pkg.version>${carbon.kernel.version}</carbon.kernel.exp.pkg.version>
<carbon.kernel.imp.pkg.version>[${carbon.kernel.version}, 4.5.0)</carbon.kernel.imp.pkg.version>
<carbon.kernel.imp.pkg.version>[${carbon.kernel.version}, 4.6.0)</carbon.kernel.imp.pkg.version>

<!-- Equinox dependency versions -->
<version.equinox.simpleconfigurator>1.1.200.v20160504-1450</version.equinox.simpleconfigurator>
Expand Down

0 comments on commit af65d4d

Please sign in to comment.