From 424b7dbb7bc46bfed42dd9ebc17ada5b9136545b Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:07:48 +0530 Subject: [PATCH 1/8] updated nexus urls --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ From d6221a5fe1a354b7b5c042714e151fdf327cbedd Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:27:48 +0530 Subject: [PATCH 2/8] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b2a38d..ad12b5f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.javaee7.sample javaee7-simple-sample - 1.11-SNAPSHOT + 1.11 war javaee7-simple-sample From c8b97d70728334c1c91e629e674c5be155fda3dd Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:43:11 +0530 Subject: [PATCH 3/8] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad12b5f..1e84890 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.javaee7.sample javaee7-simple-sample - 1.11 + 1.12 war javaee7-simple-sample From 4ccd031b9dd2ae41423ea4ff35f00cb55ce2a2b5 Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:45:08 +0530 Subject: [PATCH 4/8] Update index.jsp --- src/main/webapp/index.jsp | 1 + 1 file changed, 1 insertion(+) 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

From c0771e938a5e2e1ef9b9bbba1a48f918adee057b Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:45:25 +0530 Subject: [PATCH 5/8] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1e84890..b6b072a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.javaee7.sample javaee7-simple-sample - 1.12 + 1.13 war javaee7-simple-sample From c415471a9ba78608da7fcb56c8579b744d5a2bc6 Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:47:05 +0530 Subject: [PATCH 6/8] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6b072a..9b2a38d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.javaee7.sample javaee7-simple-sample - 1.13 + 1.11-SNAPSHOT war javaee7-simple-sample From 7193730d1707c3b8517ded25feae778405355f37 Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sat, 17 Apr 2021 21:20:30 +0530 Subject: [PATCH 7/8] Update README.asciidoc --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index b61e5ad..1411395 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -22,3 +22,4 @@ This is a trivial Java EE 7 sample. .. `mvn versions:set -DnewVersion=2.0` .. `mvn deploy -P release` + From 2370e4a8c53d7d912dca64f444c63db91fd5a8fa Mon Sep 17 00:00:00 2001 From: devopsmar2021 <81527302+devopsmar2021@users.noreply.github.com> Date: Sat, 17 Apr 2021 21:34:34 +0530 Subject: [PATCH 8/8] Update README.asciidoc --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 1411395..21822b1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -23,3 +23,7 @@ This is a trivial Java EE 7 sample. .. `mvn deploy -P release` + + + +updated