Updated manifest and readme to Amalthea model version 1.0.0
diff --git a/load_generator/commons/plugins/org.eclipse.app4mc.slg.commons.m2t/META-INF/MANIFEST.MF b/load_generator/commons/plugins/org.eclipse.app4mc.slg.commons.m2t/META-INF/MANIFEST.MF
index 0209144..e43d099 100644
--- a/load_generator/commons/plugins/org.eclipse.app4mc.slg.commons.m2t/META-INF/MANIFEST.MF
+++ b/load_generator/commons/plugins/org.eclipse.app4mc.slg.commons.m2t/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: com.google.inject;bundle-version="3.0.0",
  org.eclipse.emf;bundle-version="2.6.0",
- org.eclipse.app4mc.amalthea.model;visibility:=reexport
+ org.eclipse.app4mc.amalthea.model;bundle-version="1.0.0";visibility:=reexport
 Automatic-Module-Name: org.eclipse.app4mc.slg.commons.m2t.transformers.m2t
 Export-Package: org.eclipse.app4mc.slg.commons.m2t,
  org.eclipse.app4mc.slg.commons.m2t.generators,
diff --git a/load_generator/linux/releng/org.eclipse.app4mc.slg.linux.product/readme.txt b/load_generator/linux/releng/org.eclipse.app4mc.slg.linux.product/readme.txt
index 2876d83..80a83d7 100644
--- a/load_generator/linux/releng/org.eclipse.app4mc.slg.linux.product/readme.txt
+++ b/load_generator/linux/releng/org.eclipse.app4mc.slg.linux.product/readme.txt
@@ -3,7 +3,7 @@
 #   _> \/ | | |_ | | (/_ |_ | (_  | (_) (_| (_|  (_| (/_ | | (/_ | (_|  |_ (_) |    | (_) |   | | | | |_| >< 
 #      /                                          _|                                                         
 
-Based on the operating system (win64/linux/mac) of your machine, download the appropriate zip file and also download sample test data (testdata folder contains configuration file and a smaple AMALTHEA model '0.9.9 version' from WATERS challenge 2016 )
+Based on the operating system (win64/linux/mac) of your machine, download the appropriate zip file and also download sample test data (testdata folder contains configuration file and a smaple AMALTHEA model '1.0.0 version' from WATERS challenge 2016 )
 
 → For executing Linux Synthetic Load Generator tool on windows. Follow the below sample steps:
 
@@ -18,7 +18,7 @@
 #   __) |_| |_) |_) (_) |   |_ (/_ (_|  /--\ |  | /--\ |_ | | | |_ /--\  \/ (/_ | _> | (_) | | 
 #           |   |                                                                              
 
-This version supports only AMALTHEA version 0.9.9. In case you are having older version of AMALTHEA model, do convert it to 0.9.9 version using "model migration" feature part of APP4MC tool.
+This version supports only AMALTHEA version 1.0.0. In case you are having older version of AMALTHEA model, do convert it to 1.0.0 version using "model migration" feature part of APP4MC tool.
 
 #               _                                                        
 #    _  _  ._ _|_ o  _      ._ _. _|_ o  _  ._    _  ._ _|_ o  _  ._   _ 
diff --git a/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/META-INF/MANIFEST.MF b/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/META-INF/MANIFEST.MF
index a2ba53e..4432536 100644
--- a/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/META-INF/MANIFEST.MF
+++ b/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: com.google.inject;bundle-version="3.0.0",
  org.eclipse.emf;bundle-version="2.6.0",
- org.eclipse.app4mc.amalthea.model;bundle-version="0.9.9"
+ org.eclipse.app4mc.amalthea.model;bundle-version="1.0.0"
 Import-Package: javax.inject;version="1.0.0",
  org.eclipse.app4mc.transformation,
  org.eclipse.app4mc.transformation.executiontype,