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.9 -SNAPSHOT</version >
7+ <version >0.0.10 -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
4848 public static final String APP_NAME = "api-impl-demo" ;
4949 public static final String APP_TITLE = "API for Atari ST Floppy Catalog" ;
50- public static final String APP_VERSION = "0.0.9 " ;
50+ public static final String APP_VERSION = "0.0.10 " ;
5151
5252 public static final String ROOT_PATH = "/" + APP_NAME ;
5353
You can’t perform that action at this time.
0 commit comments