diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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
@@ -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> |