update version
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<groupId>ru.dmitriymx</groupId>
|
<groupId>ru.dmitriymx</groupId>
|
||||||
<artifactId>kinosearch</artifactId>
|
<artifactId>kinosearch</artifactId>
|
||||||
<version>2.0.8</version>
|
<version>2.0.9</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class WebAppController {
|
|||||||
|
|
||||||
private void setDefaultModel(ModelMap model) {
|
private void setDefaultModel(ModelMap model) {
|
||||||
model.addAttribute("basedir", webAppContext.getContextPath());
|
model.addAttribute("basedir", webAppContext.getContextPath());
|
||||||
model.addAttribute("version", "2.0.8");
|
model.addAttribute("version", "2.0.9");
|
||||||
model.addAttribute("rutext", "Поиск кино по пиратским кинотеатрам");
|
model.addAttribute("rutext", "Поиск кино по пиратским кинотеатрам");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user