File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/main/java/de/doubleslash/keeptime Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >de.doubleslash</groupId >
77 <artifactId >keeptime</artifactId >
8- <version >1.0.0 -SNAPSHOT</version >
8+ <version >1.0.1b -SNAPSHOT</version >
99 <packaging >jar</packaging >
1010
1111 <name >KeepTime</name >
7777 <groupId >org.springframework.boot</groupId >
7878 <artifactId >spring-boot-maven-plugin</artifactId >
7979 </plugin >
80+ <!-- needed for mvn site - see https://stackoverflow.com/a/51099913 -->
81+ <plugin >
82+ <groupId >org.apache.maven.plugins</groupId >
83+ <artifactId >maven-site-plugin</artifactId >
84+ <version >3.7.1</version >
85+ </plugin >
8086 </plugins >
8187 </build >
8288
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class Main extends Application {
4646
4747 private static final Logger LOG = LoggerFactory .getLogger (Main .class );
4848
49- public static final String VERSION = "v1.0.0 " ;
49+ public static final String VERSION = "v1.0.1b " ;
5050
5151 private ConfigurableApplicationContext springContext ;
5252
You can’t perform that action at this time.
0 commit comments