diff --git a/docs/xdoc/index.xml b/docs/xdoc/index.xml index 240b5ecc..8c3e6073 100644 --- a/docs/xdoc/index.xml +++ b/docs/xdoc/index.xml @@ -58,17 +58,19 @@ other WSO2 products.

-

Key Features

+

New Features in this release

@product.name@ - Documentation

-

See the Wiki docs of v@product.version@for instructions on +

See the Wiki docs of v@product.version@for instructions on installation, administration and running samples with @product.name@, v@product.version@

diff --git a/modules/distribution/INSTALL.txt b/modules/distribution/INSTALL.txt deleted file mode 100644 index b2e6473c..00000000 --- a/modules/distribution/INSTALL.txt +++ /dev/null @@ -1,55 +0,0 @@ -Installing WSO2 Machine Learner (WSO2 ML) 1.0.0-SNAPSHOT -========================================================= - -1. The directory containing this INSTALL.txt file will be the root and it will be - treated as Carbon home directory and let it be CARBON_HOME. - -2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder. - -3. To start Machine Learner one can use either wso2server.sh or daemon.sh in all Unix - systems & wso2server.bat file on Windows operating systems. - -4. Either of the following commands can be used to start Machine Learner - i) ./wso2server.sh {console|start|stop|restart|version} - ii) wso2server.bat {start|stop|version} - - Usage: wso2server.sh [command] [options] [system-properties] - - command: - --start Start Machine Learner as a Unix daemon in the background - --console Start Machine Learner as a Unix daemon in the foreground - --stop Stop the Machine Learner Unix daemon - --restart Restart the Machine Learner Unix daemon - --version What version of the Machine Learner server are you running - - options: - --debug Start the server in remote debugging mode. - port: The remote debugging port. - --cleanRegistry Clean registry space - --reset Clean the cache & component repository and the - registry space - - system-properties: - -DhttpPort Overrides the HTTP port defined in the - catalina-server.xml file - -DhttpsPort Overrides the HTTPS port defined in the - catalina-server.xml file - -DosgiConsole=[port] - Start Carbon with Equinox OSGi console. - If the optional 'port' parameter is provided, a - telnet port will be opened - -DosgiDebugOptions=[options-file] - Start Carbon with OSGi debugging enabled. - If the optional 'options-file is provided, the - OSGi debug options will be loaded from it. - -Dsetup Clean the Registry database & other - configuration, recreate DB, re-populate the - configuration, and start Carbon - -Dcarbon.registry.root - The root of the Registry used by - this Carbon instance - -DworkerNode=true - - - - diff --git a/modules/distribution/README.txt b/modules/distribution/README.txt index 51d752a2..9a258c1e 100644 --- a/modules/distribution/README.txt +++ b/modules/distribution/README.txt @@ -1,8 +1,8 @@ ================================================================================ - WSO2 Machine Learner 1.0.0 + WSO2 Machine Learner 1.1.0 ================================================================================ -Welcome to the WSO2 Machine Learner 1.0.0 release +Welcome to the WSO2 Machine Learner 1.1.0 release WSO2 Machine Learner provides a user friendly wizard like interface, which guides users through a set of steps to find and configure machine learning algorithms. The outcome of this process is a @@ -33,7 +33,7 @@ System Requirements Installation & Running ====================== -1. Extract the wso2ml-1.0.0.zip and go to the extracted directory +1. Extract the wso2ml-1.1.0.zip and go to the extracted directory 2. Run the wso2server.sh or wso2server.bat as appropriate 3. Point your favourite browser to @@ -45,7 +45,7 @@ Installation & Running password : admin -WSO2 Machine Learner 1.0.0 distribution directory structure +WSO2 Machine Learner 1.1.0 distribution directory structure =========================================================== CARBON_HOME @@ -115,11 +115,8 @@ WSO2 Machine Learner 1.0.0 distribution directory structure - README.txt This document. - - INSTALL.txt - This document will contain information on installing WSO2 Machine Learner. - - release-notes.html - Release information for WSO2 Machine Learner 1.0.0 + Release information for WSO2 Machine Learner 1.1.0 Support ================================== diff --git a/modules/distribution/release-notes.html b/modules/distribution/release-notes.html index fae26e6a..303d2083 100644 --- a/modules/distribution/release-notes.html +++ b/modules/distribution/release-notes.html @@ -16,14 +16,14 @@ - WSO2 Machine Learner 1.0.0 Release + <title>WSO2 Machine Learner 1.1.0 Release Notes -

WSO2 Machine Learner 1.0.0 Release Notes

+

WSO2 Machine Learner 1.1.0 Release Notes

-

The WSO2 Machine Learner team is pleased to announce the 1.0.0 +

The WSO2 Machine Learner team is pleased to announce the 1.1.0 release of the WSO2 Machine Learner. The WSO2 Machine Learner provides a user friendly wizard like interface, which guides users through @@ -37,13 +37,14 @@

WSO2 Machine Learner 1.0.0 Release Notes

We are striving for a simple and happy first time user experience as well as a satisfying experienced user experience with this release. -

Key Features

+

New Features added in this release compared to 1.0.0

Project Resources

@@ -67,8 +68,7 @@

Installation and Running

  • password : admin
  • For more information, see the Installation Guide:
    - Locally : INSTALL.txt
    - On the web : http://docs.wso2.org/wiki/display/ML100/Installation
  • + On the web : http://docs.wso2.com/display/ML110/Installing+the+Product

    Reporting Problems

    diff --git a/modules/distribution/src/main/assembly/bin.xml b/modules/distribution/src/main/assembly/bin.xml index 1057e8e1..16333d53 100644 --- a/modules/distribution/src/main/assembly/bin.xml +++ b/modules/distribution/src/main/assembly/bin.xml @@ -228,12 +228,6 @@ true 644 - - INSTALL.txt - wso2ml-${pom.version} - true - 644 - release-notes.html ${pom.artifactId}-${pom.version} diff --git a/modules/distribution/src/main/assembly/filter.properties b/modules/distribution/src/main/assembly/filter.properties index d88e8baa..8bec63af 100644 --- a/modules/distribution/src/main/assembly/filter.properties +++ b/modules/distribution/src/main/assembly/filter.properties @@ -18,11 +18,11 @@ product.name=WSO2 Machine Learner product.key=ML -product.version=1.0.0-SNAPSHOT -product.version.docs=ML100 +product.version=1.1.0 +product.version.docs=ML110 -carbon.version=4.4.0 -carbon.kernel.version=4.4.0 -ml.version=1.0.0-SNAPSHOT +carbon.version=4.4.3 +carbon.kernel.version=4.4.3 +ml.version=1.1.0 default.server.role=MachineLearner bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator diff --git a/modules/distribution/src/main/conf/axis2.xml b/modules/distribution/src/main/conf/axis2.xml index ba2cf029..ce167fb1 100644 --- a/modules/distribution/src/main/conf/axis2.xml +++ b/modules/distribution/src/main/conf/axis2.xml @@ -58,8 +58,8 @@ axis2modules - WSO2 ML 1.0.0-SNAPSHOT - WSO2 ML 1.0.0-SNAPSHOT + WSO2 ML 1.1.0 + WSO2 ML 1.1.0 diff --git a/modules/styles/product/src/main/resources/web/product/about.html b/modules/styles/product/src/main/resources/web/product/about.html index d1a7023d..be069473 100644 --- a/modules/styles/product/src/main/resources/web/product/about.html +++ b/modules/styles/product/src/main/resources/web/product/about.html @@ -20,13 +20,13 @@ -

    Version 1.0.0

    +

    Version 1.1.0

    About WSO2 Machine Learner

    WSO2 Machine Learner (ML) is a fully open source, complete solution for building machine learning models and is ready for massively scalable deployments

    -

    WSO2 ML 1.0.0 is developed on top of the revolutionary +

    WSO2 ML 1.1.0 is developed on top of the revolutionary Carbon platform and is based on the OSGi framework to achieve the better modularity for your SOA architecture.