aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xpom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6e45867a..778a35d3 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ What the Data Router is NOT:
## BUILD
-Datarouter can be cloned and repository and builb using Maven
+After Datarouter repository is cloned it can be built using Maven
In the repository
Go to datarouter-prov in the root
diff --git a/pom.xml b/pom.xml
index fcf16de3..01d8afc2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -46,7 +46,7 @@
<sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
- <jetty.version>9.3.8.RC0</jetty.version>
+ <jetty.version>9.4.14.v20181114</jetty.version>
<jetty.websocket.version>8.2.0.v20160908</jetty.websocket.version>
<javax.mail-api.version>1.5.5</javax.mail-api.version>
<dom4j.version>2.1.1</dom4j.version>