Triggering jenkins

Change-Id: Ieefb3849c6c85361e3360a010e717e5388712fed
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..273da1a
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,6 @@
+[gerrit]
+host=gerrit.opencord.org
+port=29418
+project=ng-xos-lib.git
+defaultremote=origin
+defaultbranch=master
diff --git a/README.md b/README.md
index e916c15..fbda5fd 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,5 @@
 
 This library has been developer to be used along with the [CORD Project](http://opencord.org/) and in particular to be integrated in [XOS](http://guide.xosproject.org/).
 
-During the process we have developed a set of common bootstrap based UI Component and we decided to release them in the community, that's why you'll find more generated files than you'll need to include also if only the `xosUiComponents.js` is listed in the `bower.json` main section.
\ No newline at end of file
+During the process we have developed a set of common bootstrap based UI Component and we decided to release them in the community, that's why you'll find more generated files than you'll need to include also if only the `xosUiComponents.js` is listed in the `bower.json` main section.
+
diff --git a/bower.json b/bower.json
index e137a15..3b6b6b3 100644
--- a/bower.json
+++ b/bower.json
@@ -1,5 +1,5 @@
 {
-  "name": "ngXosLib",
+  "name": "ng-xos-lib",
   "version": "1.0.0",
   "authors": [
     "Open Networking Laboratory"
diff --git a/karma.conf.ui.js b/karma.conf.ui.js
index 5869924..fe5aadf 100644
--- a/karma.conf.ui.js
+++ b/karma.conf.ui.js
@@ -77,19 +77,7 @@
       // test results reporter to use
       // possible values: 'dots', 'progress'
       // available reporters: https://npmjs.org/browse/keyword/karma-reporter
-      reporters: ['dots', 'junit', 'coverage'],
-
-      junitReporter: {
-        outputDir: 'test-result',
-        useBrowserName: false,
-        outputFile: 'test-results.xml'
-      },
-
-      coverageReporter: {
-        type: 'cobertura',
-        subdir: '.',
-        dir: 'test-result/'
-      },
+      reporters: ['dots'],
 
       // web server port
       port: 9876,