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.7с</version>
|
<version>2.0.8</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -45,7 +45,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.1");
|
model.addAttribute("version", "2.0.8");
|
||||||
model.addAttribute("rutext", "Поиск кино по пиратским кинотеатрам");
|
model.addAttribute("rutext", "Поиск кино по пиратским кинотеатрам");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
<div class="news row">
|
<div class="news row">
|
||||||
|
<div class="col-sm-2">
|
||||||
|
<time datetime="2017-01-04">04.01.2017</time>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<p><em>Version 2.0.8</em></p>
|
||||||
|
<p>Множество изменений "под капотом".</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<time datetime="2016-03-30">30.03.2016</time>
|
<time datetime="2016-03-30">30.03.2016</time>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user