@@ -351,9 +351,9 @@ _Image:_ JavaDoc Lib-I18N v0.7.0
351
351
Download<a name =" Download " />
352
352
---
353
353
354
- Current ` version ` is ` 0.6.1 ` . Main points in this release are:
355
- * Update the ` How to use the builder... ` sections .
356
- * ` JavaDoc ` from the library is now online available: http://naoghuman.github.io/lib-i18n/apidocs
354
+ Current ` version ` is ` 0.7.0 ` . Main points in this release are:
355
+ * Additional unit tests were added to increase the stability of the library .
356
+ * Extend and update the documentation. Add new sections 'Conventions' and 'Features'.
357
357
358
358
** Maven coordinates**
359
359
In context from a [ Maven] project you can use following maven coordinates:
@@ -362,7 +362,7 @@ In context from a [Maven] project you can use following maven coordinates:
362
362
<dependency >
363
363
<groupId >com.github.naoghuman</groupId >
364
364
<artifactId >lib-i18n</artifactId >
365
- <version >0.6.1 </version >
365
+ <version >0.7.0 </version >
366
366
</dependency >
367
367
368
368
<!-- optional -->
@@ -375,7 +375,7 @@ In context from a [Maven] project you can use following maven coordinates:
375
375
```
376
376
377
377
Download:
378
- * [ Release v0.6.1 ] (12.08 .2018 / MM.dd.yyyy)
378
+ * [ Release v0.7.0 ] (12.29 .2018 / MM.dd.yyyy)
379
379
380
380
An overview about all existings releases can be found here:
381
381
* [ Overview] from all releases in ` Lib-I18N ` .
@@ -471,7 +471,7 @@ You can reach me under <peter.rogge@yahoo.de>.
471
471
[ NetBeans ] :https://netbeans.org/
472
472
[ Overview ] :https://github.com/Naoghuman/lib-i18n/releases
473
473
[ Pull Request ] :https://help.github.com/articles/using-pull-requests
474
- [ Release v0.6.1 ] :https://github.com/Naoghuman/lib-i18n/releases/tag/v0.6.1
474
+ [ Release v0.7.0 ] :https://github.com/Naoghuman/lib-i18n/releases/tag/v0.7.0
475
475
[ MissingResourceException ] :https://docs.oracle.com/javase/8/docs/api/java/util/MissingResourceException.html
476
476
[ ResourceBundle ] :https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html
477
477
[ Scene Builder ] :https://gluonhq.com/products/scene-builder/
0 commit comments