From 7a2c75021c2bde4179807620c917b6633035ce27 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sun, 23 Sep 2018 14:28:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82?= =?UTF-8?q?=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 2 +- pom.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.MD b/README.MD index 4d34940..8316cff 100644 --- a/README.MD +++ b/README.MD @@ -13,7 +13,7 @@ mvn package ## Запуск ``` -java -jar spring-mvc-1.0-SNAPSHOT.jar +java -jar spring-mvc-1.0.1-SNAPSHOT.jar ``` По-умолчанию используются ip:port `127.0.0.1:8080`. Для изменения требуется добавить следующие параметры: diff --git a/pom.xml b/pom.xml index ebe51cc..da60991 100644 --- a/pom.xml +++ b/pom.xml @@ -7,15 +7,15 @@ ru.dmitriymx.skeleton spring-mvc - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT UTF-8 1.8 1.7.25 2.11.1 - 4.2.5.RELEASE - 9.4.0.v20161208 + 5.1.0.RELEASE + 9.4.12.v20180830 lib ru.dmitriymx.skeleton.springmvc.WebApp @@ -77,7 +77,7 @@ org.projectlombok lombok - 1.16.16 + 1.18.2 @@ -87,7 +87,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.8.0 ${java.version} ${java.version} @@ -97,7 +97,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.15 + 2.22.0 -Dfile.encoding=${project.build.sourceEncoding} @@ -105,7 +105,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.1.0 @@ -119,7 +119,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.0.2 + 3.1.1 ${project.build.directory}/${dependencies.dir}/ provided