diff --git a/README.asciidoc b/README.asciidoc
index b61e5ad..21822b1 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -22,3 +22,8 @@ This is a trivial Java EE 7 sample.
.. `mvn versions:set -DnewVersion=2.0`
.. `mvn deploy -P release`
+
+
+
+
+updated
diff --git a/pom.xml b/pom.xml
index 7f6695c..9b2a38d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,12 +33,12 @@
deployment
Internal Releases
- http://localhost:8081/nexus/content/repositories/releases/
+ http://18.205.67.32:8081/repository/releases/
deployment
Internal Snapshot Releases
- http://localhost:8081/nexus/content/repositories/snapshots/
+ http://18.205.67.32:8081/repository/snapshots/
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 1527f23..95aca20 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -9,6 +9,7 @@
Example of Automated DevOps CI/CD
Code Commited:: GitLab -> Jenkins -> Maven -> Nexus
Build is Available:: Jenkins -> Deploy -> Nexus -> Tomcat7
+ Automation