File tree 3 files changed +3
-3
lines changed
src/main/java/ru/mystamps/web/feature/site
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.x
1
+ 0.4
2
2
- (infrastructure) switched to Java8
3
3
- (user interface) ported to Bootstrap 3
4
4
- (infrastructure) ported to Spring Boot
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >ru.mystamps</groupId >
7
7
<artifactId >mystamps</artifactId >
8
- <version >0.3-SNAPSHOT </version >
8
+ <version >0.4 </version >
9
9
<packaging >war</packaging >
10
10
11
11
<dependencies >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class ResourceUrl {
32
32
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru" ;
33
33
34
34
// MUST be updated when any of our resources were modified
35
- public static final String RESOURCES_VERSION = "v0.3.13 " ;
35
+ public static final String RESOURCES_VERSION = "v0.4.0 " ;
36
36
37
37
// CheckStyle: ignore LineLength for next 8 lines
38
38
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/CatalogUtils.min.js" ;
You can’t perform that action at this time.
0 commit comments