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.6 -SNAPSHOT</version >
7+ <version >0.0.7 -SNAPSHOT</version >
88 <name >API Implementation Demo</name >
99
1010 <properties >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class ApplicationConfig extends Application {
4747 public static final String PATH_DELIM = "/" ;
4848
4949 public static final String APP_NAME = "API for Atari ST Floppy Catalog" ;
50- public static final String APP_VERSION = "0.0.6 " ;
50+ public static final String APP_VERSION = "0.0.7 " ;
5151 public static final String API_BASE_PATH = "api" ;
5252 public static final String API_VERSION = "v1" ;
5353 public static final String API_VERSIONED_BASE_PATH = PATH_DELIM + API_VERSION + PATH_DELIM + API_BASE_PATH ;
You can’t perform that action at this time.
0 commit comments