Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Commit 2d0108d

Browse files
committed
Prepare the library for new round v0.7.1-SNAPSHOT.
1 parent 9300711 commit 2d0108d

File tree

2 files changed

+60
-7
lines changed

2 files changed

+60
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.naoghuman</groupId>
66
<artifactId>lib-i18n</artifactId>
7-
<version>0.7.0</version> <!-- -PRERELEASE -SNAPSHOT -->
7+
<version>0.7.1-SNAPSHOT</version> <!-- -PRERELEASE -SNAPSHOT -->
88
<packaging>jar</packaging>
99
<name>Lib-I18N</name>
1010
<inceptionYear>2018</inceptionYear>
@@ -64,7 +64,7 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
6464
<target>1.8</target>
6565
</configuration>
6666
</plugin>
67-
<!-- for RELEASE -->
67+
<!-- for RELEASE
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-source-plugin</artifactId>
@@ -77,7 +77,7 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
7777
</goals>
7878
</execution>
7979
</executions>
80-
</plugin><!-- -->
80+
</plugin>-->
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-javadoc-plugin</artifactId>
@@ -86,17 +86,17 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
8686
<additionalparam>-Xdoclint:none</additionalparam>
8787
<destDir>docs/apidocs</destDir>
8888
</configuration>
89-
<!-- for RELEASE -->
89+
<!-- for RELEASE
9090
<executions>
9191
<execution>
9292
<id>attach-javadocs</id>
9393
<goals>
9494
<goal>jar</goal>
9595
</goals>
9696
</execution>
97-
</executions><!-- -->
97+
</executions>-->
9898
</plugin>
99-
<!-- for RELEASE -->
99+
<!-- for RELEASE
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-gpg-plugin</artifactId>
@@ -110,7 +110,7 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
110110
</goals>
111111
</execution>
112112
</executions>
113-
</plugin><!-- -->
113+
</plugin>-->
114114
</plugins>
115115
<resources>
116116
<!--
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Welcome to `Lib-I18n` with the new release `0.7.1`.
2+
3+
The library `Lib-I18N` allows a developer to bind a key-value pair of a`.properties`
4+
file to a [StringBinding]. This makes it very easy to change the language during
5+
runtime in a [JavaFX] application.
6+
Lib-I18N is written in JavaFX, [Maven] and [NetBeans].
7+
8+
9+
10+
#### Summary
11+
* ...
12+
* ...
13+
14+
15+
16+
#### Feature
17+
18+
19+
20+
#### Enhancement
21+
22+
23+
24+
#### Bug
25+
26+
27+
28+
#### Documentation
29+
30+
31+
32+
#### Refactoring
33+
34+
35+
36+
#### Additional
37+
38+
39+
40+
Greetings
41+
Naoghuman
42+
43+
44+
45+
[//]: # (Issues which will be integrated in this release)
46+
47+
48+
49+
[//]: # (Links)
50+
[JavaFX]:http://docs.oracle.com/javase/8/javase-clienttechnologies.htm
51+
[Maven]:http://maven.apache.org/
52+
[NetBeans]:https://netbeans.org/
53+
[StringBinding]:https://docs.oracle.com/javase/8/javafx/api/javafx/beans/binding/StringBinding.html

0 commit comments

Comments
 (0)