File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/fr/fxjavadevblog/aid/metadata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >fr.fxjavadevblog</groupId >
66 <artifactId >api-impl-demo</artifactId >
7- <version >0.0.2 -SNAPSHOT</version >
7+ <version >0.0.4 -SNAPSHOT</version >
88 <name >API Implementation Demo</name >
99
1010 <properties >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class ApplicationConfig extends Application {
2727 public static final String PATH_DELIM = "/" ;
2828
2929 public static final String APP_NAME = "API for Atari ST Floppy Catalog" ;
30- public static final String APP_VERSION = "0.0.3 " ;
30+ public static final String APP_VERSION = "0.0.4 " ;
3131 public static final String API_BASE_PATH = "api" ;
3232 public static final String API_VERSION = "v1" ;
3333 public static final String API_VERSIONED_BASE_PATH = PATH_DELIM + API_BASE_PATH + PATH_DELIM + API_VERSION ;
You can’t perform that action at this time.
0 commit comments