File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed
java/ru/mystamps/web/feature/site Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 110.x (upcoming release)
2+
3+ 0.4.2
24- (feature) users can add multiple instances of a series into a collection
35- (infrastructure) all integration tests now pass on PostgreSQL
46- (infrastructure) migrate unit tests from Hamcrest to AssertJ
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 web :
5- image : phpcoder/mystamps:0.4.1
5+ image : phpcoder/mystamps:0.4.2
66 cap_drop :
77 - ' ALL'
88 ports :
Original file line number Diff line number Diff line change 1515 app : mystamps
1616 spec :
1717 containers :
18- - image : phpcoder/mystamps:0.4.1
18+ - image : phpcoder/mystamps:0.4.2
1919 name : mystamps
Original file line number Diff line number Diff line change 55
66 <groupId >ru.mystamps</groupId >
77 <artifactId >mystamps</artifactId >
8- <version >0.4.2-SNAPSHOT </version >
8+ <version >0.4.2</version >
99 <packaging >war</packaging >
1010
1111 <dependencies >
Original file line number Diff line number Diff line change 11{
22 "name" : " mystamps-frontend" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " Frontend of https://my-stamps.ru" ,
55 "private" : true ,
66 "dependencies" : {},
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class ResourceUrl {
3232 public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru" ;
3333
3434 // MUST be updated when any of our resources were modified
35- public static final String RESOURCES_VERSION = "v0.4.1. 2" ;
35+ public static final String RESOURCES_VERSION = "v0.4.2" ;
3636
3737 // CheckStyle: ignore LineLength for next 10 lines
3838 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