Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
updating cep versions from 4.1.0 to 4.2.0 in realease notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanvive committed Jul 8, 2016
1 parent 35e365c commit 71a80c1
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WSO2 Complex Event Processor (CEP)

---

Latest Released Version 4.1.0.
Latest Released Version 4.2.0.

Welcome to the WSO2 Complex Event Processor.

Expand Down
4 changes: 2 additions & 2 deletions modules/distribution/INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installing WSO2 Complex Event Processor (CEP) 4.1.0
Installing WSO2 Complex Event Processor (CEP) 4.2.0
===================================================================

(1) WSO2 Complex Event Processor 4.1.0 can run in standalone mode.
(1) WSO2 Complex Event Processor 4.2.0 can run in standalone mode.


Standalone Mode
Expand Down
8 changes: 4 additions & 4 deletions modules/distribution/README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
================================================================================
WSO2 Complex Event Processing Server 4.1.0
WSO2 Complex Event Processor 4.2.0
================================================================================

Welcome to the WSO2 CEP 4.1.0 release
Welcome to the WSO2 CEP 4.2.0 release

WSO2 CEP is a lightweight and easy-to-use Open Source Complex Event Processing
Server (CEP) is available under the Apache Software License v2.0. WSO2 Complex
Expand Down Expand Up @@ -73,7 +73,7 @@ You can use the carbon Feature management Console and add the back end runtime f
For more information on installation read INSTALL.txt.


WSO2 CEP 4.1.0 Binary Distribution Directory Structure
WSO2 CEP 4.2.0 Binary Distribution Directory Structure
==========================================================


Expand Down Expand Up @@ -173,7 +173,7 @@ WSO2 CEP 4.1.0 Binary Distribution Directory Structure
This document contains information on installing WSO2 CEP

- release-notes.html
Release information for WSO2 CEP 4.1.0
Release information for WSO2 CEP 4.2.0


Secure sensitive information in carbon configuration files
Expand Down
4 changes: 2 additions & 2 deletions modules/distribution/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<html>
<head>
<meta http-equiv="content-type" content=""/>
<title>WSO2 Complex Event Processor 4.1.0 Release
<title>WSO2 Complex Event Processor 4.2.0 Release
Notes</title>
<link href="./tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
type="text/css" media="all"/>
</head>

<body>
<h1>WSO2 Complex Event Processor(WSO2 CEP) 4.1.0
<h1>WSO2 Complex Event Processor(WSO2 CEP) 4.2.0
Release Notes</h1>

<h3>13 Feb 2016</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
<parameter name="ModulesDirectory">axis2modules</parameter>

<parameter name="userAgent" locked="true">
WSO2 Complex Event Processor-4.1.0
WSO2 Complex Event Processor-4.2.0
</parameter>
<parameter name="server" locked="true">
WSO2 Complex Event Processor-4.1.0
WSO2 Complex Event Processor-4.2.0
</parameter>

<!-- ========================================================================-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!--
Product Version
-->
<Version>4.1.0</Version>
<Version>4.2.0</Version>

<!--
Host name or IP address of the machine hosting this server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~ Copyright 2005-2011 WSO2, Inc. (http://wso2.com)
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -107,7 +107,7 @@
class="org.apache.axis2.transport.http.SOAPMessageFormatter"/>
<messageFormatter contentType="application/soap+xml"
class="org.apache.axis2.transport.http.SOAPMessageFormatter"/>
<!--JSON Message Formatters-->
<!--JSON Message Formatters-->
<messageFormatter contentType="application/json"
class="org.apache.axis2.json.JSONMessageFormatter"/>
<messageFormatter contentType="application/json/badgerfish"
Expand All @@ -126,7 +126,7 @@
class="org.apache.axis2.builder.ApplicationXMLBuilder"/>
<messageBuilder contentType="application/x-www-form-urlencoded"
class="org.apache.axis2.builder.XFormURLEncodedBuilder"/>
<!--JSON Message Builders-->
<!--JSON Message Builders-->
<messageBuilder contentType="application/json"
class="org.apache.axis2.json.JSONOMBuilder"/>
<messageBuilder contentType="application/json/badgerfish"
Expand Down Expand Up @@ -176,8 +176,8 @@

<!--<transportSender name="jms"-->
<!--class="org.apache.axis2.transport.jms.JMSSender"/>-->
<!--<transportSender name="tcp"-->
<!--class="org.apache.axis2.transport.tcp.TCPTransportSender"/>-->
<!--transportSender name="tcp"
class="org.apache.axis2.transport.tcp.TCPTransportSender"/-->
<transportSender name="local"
class="org.apache.axis2.transport.local.LocalTransportSender"/>
<transportSender name="http"
Expand All @@ -194,21 +194,6 @@
<parameter name="SO_TIMEOUT">60000</parameter>
<parameter name="CONNECTION_TIMEOUT">60000</parameter>
</transportSender>

<!--please change the mail configuration, wso2cep.demo@gmail.com is provided for demo purposes only-->
<transportSender name="mailto"
class="org.apache.axis2.transport.mail.MailTransportSender">
<parameter name="mail.smtp.from">wso2cep.demo@gmail.com</parameter>
<parameter name="mail.smtp.user">wso2cep.demo</parameter>
<parameter name="mail.smtp.password">wso2cep@123</parameter>
<parameter name="mail.smtp.host">smtp.gmail.com</parameter>

<parameter name="mail.smtp.port">587</parameter>
<parameter name="mail.smtp.starttls.enable">true</parameter>
<parameter name="mail.smtp.auth">true</parameter>
</transportSender>


<!--<transportSender name="java"-->
<!--class="org.apache.axis2.transport.java.JavaTransportSender"/>-->

Expand Down Expand Up @@ -276,7 +261,6 @@
<phase name="PolicyDetermination"/>
<phase name="MessageOut"/>
<phase name="Security"/>
<phase name="Transport"/>
</phaseOrder>
<phaseOrder type="InFaultFlow">
<phase name="Addressing">
Expand Down Expand Up @@ -311,6 +295,6 @@
<phase name="PolicyDetermination"/>
<phase name="MessageOut"/>
<phase name="Security"/>
<phase name="Transport"/>
<phase name="Transport"/>
</phaseOrder>
</axisconfig>
2 changes: 1 addition & 1 deletion modules/samples/utils/storm-dependencies-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<groupId>org.wso2.cep</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.cep.storm.dependencies</artifactId>
<name>WSO2 CEP - Storm Dependencies Jar</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
</head>
<body>
<h1>Version 4.1.0</h1>
<h1>Version 4.2.0</h1>
<h2>About WSO2 Complex Event Processor </h2>
<p>WSO2 CEP is a lightweight and easy-to-use Open Source Complex Event Processor
(CEP) available under the Apache Software License v2.0.</p>


<p>WSO2 CEP 4.1.0 is developed on top of the revolutionary
<p>WSO2 CEP 4.2.0 is developed on top of the revolutionary
<a href="http://wso2.org/projects/carbon">Carbon platform</a>
and is based on the OSGi framework to achieve the
better modularity for your SOA architecture. This also contains a lots of new
Expand Down

0 comments on commit 71a80c1

Please sign in to comment.