diff --git a/README.md b/README.md
index 7fa68ef..287cbc4 100644
--- a/README.md
+++ b/README.md
@@ -3,30 +3,34 @@
---
## What's this?
A base project of a blog-type web application.
+
#### by using
-- [Spring Framework 5.2.x](https://spring.io/projects/spring-framework)
-- [Spring Data JPA 2.3.x](https://spring.io/projects/spring-data-jpa)
-- [Hibernate 5.4.x](http://hibernate.org/)
-- [jackson 2.11.0](https://github.com/FasterXML/jackson)
+- [Spring Framework 5.3.x](https://spring.io/projects/spring-framework)
+- [Spring Data JPA 2.7.x](https://spring.io/projects/spring-data-jpa)
+- [Hibernate 5.6.x](http://hibernate.org/)
+- [jackson 2.13.0](https://github.com/FasterXML/jackson)
- [Apache Tiles 3.0.x](https://tiles.apache.org/)
- [Lombok 1.18.x](https://projectlombok.org/)
- [Logback 1.2.x](http://logback.qos.ch/)
-- [Java 8](https://www.oracle.com/)
+- [Java 11](https://openjdk.org/)
---
## How to run the application on your local?
- get [Apache Maven](http://maven.apache.org/).
- build this project by using command line.
+
```bash
> cd { path to this README.md directory. }
> mvn compile
> mvn install
```
- move to the directory of webapp.
+
```bash
> cd webapp
```
- run the web application by using jetty plugin.
+
```bash
> mvn jetty:run
```
@@ -37,10 +41,6 @@ to stop the application hit ctrl + c
## Repository on Github.
[hiroxpepe/expt-blog](https://github.com/hiroxpepe/expt-blog)
----
-## Running on Heroku.
-http://expt-blog.herokuapp.com/
-
---
## Author
[hiroxpepe](mailto:hiroxpepe@gmail.com)
diff --git a/model/pom.xml b/model/pom.xml
index 686ef99..f5a0c2b 100644
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -10,21 +10,17 @@
model
- ${version}
- 2.3.0.RELEASE
- 5.2.6.RELEASE
- 5.4.17.Final
- 1.18.12
- 1.7.30
- 1.2.3
- 1.8
+ 2.7.7
+ 5.3.25
+ 5.6.14.Final
+ 1.18.24
+ 1.7.36
+ 1.2.11
+ 11
UTF-8
-
-
-
@@ -133,35 +129,8 @@
4.13.1
test
-
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
- never
-
-
-
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
-
-
${name}-${version}
diff --git a/mvc/pom.xml b/mvc/pom.xml
index 23f1fbe..4913ee6 100644
--- a/mvc/pom.xml
+++ b/mvc/pom.xml
@@ -10,12 +10,12 @@
mvc
- 5.2.6.RELEASE
+ 5.3.25
5.5.1
- 1.18.12
- 1.7.30
- 1.2.3
- 1.8
+ 1.18.24
+ 1.7.36
+ 1.2.11
+ 11
UTF-8
@@ -135,32 +135,6 @@
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
- never
-
-
-
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
-
-
${name}-${version}
@@ -177,5 +151,4 @@
-
diff --git a/pom.xml b/pom.xml
index 1f50140..3c84a9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,7 @@
project
- ${version}
- 1.8
+ 11
UTF-8
@@ -22,32 +21,6 @@
model
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
- never
-
-
-
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
-
-
diff --git a/service/pom.xml b/service/pom.xml
index 9b0deea..f434cc6 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -10,11 +10,11 @@
service
- 5.2.6.RELEASE
- 1.18.12
- 1.7.30
- 1.2.3
- 1.8
+ 5.3.25
+ 1.18.24
+ 1.7.36
+ 1.2.11
+ 11
UTF-8
@@ -107,32 +107,6 @@
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
- never
-
-
-
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
-
-
${name}-${version}
diff --git a/webapp/pom.xml b/webapp/pom.xml
index c4be0b7..1e56a6b 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -10,9 +10,9 @@
webapp
- 2.11.0
+ 2.13.5
3.0.8
- 1.8
+ 11
UTF-8
@@ -62,35 +62,8 @@
tiles-jsp
${tiles.version}
-
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
- never
-
-
-
-
-
- central
- Central Repository
- https://repo.maven.apache.org/maven2
- default
-
- false
-
-
-
-
${name}-${version}