This repository was archived by the owner on Jun 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.github.naoghuman</groupId >
6
6
<artifactId >lib-i18n</artifactId >
7
- <version >0.7.2 </version > <!-- -PRERELEASE -SNAPSHOT -->
7
+ <version >0.8.0-SNAPSHOT </version > <!-- -PRERELEASE -SNAPSHOT -->
8
8
<packaging >jar</packaging >
9
9
<name >Lib-I18N</name >
10
10
<inceptionYear >2018</inceptionYear >
@@ -64,7 +64,7 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
64
64
<target >1.8</target >
65
65
</configuration >
66
66
</plugin >
67
- <!-- for RELEASE -->
67
+ <!-- for RELEASE
68
68
<plugin>
69
69
<groupId>org.apache.maven.plugins</groupId>
70
70
<artifactId>maven-source-plugin</artifactId>
@@ -77,7 +77,7 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
77
77
</goals>
78
78
</execution>
79
79
</executions>
80
- </plugin > <!-- -->
80
+ </plugin> -->
81
81
<plugin >
82
82
<groupId >org.apache.maven.plugins</groupId >
83
83
<artifactId >maven-javadoc-plugin</artifactId >
@@ -86,17 +86,17 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
86
86
<additionalparam >-Xdoclint:none</additionalparam >
87
87
<destDir >docs/apidocs</destDir >
88
88
</configuration >
89
- <!-- for RELEASE -->
89
+ <!-- for RELEASE
90
90
<executions>
91
91
<execution>
92
92
<id>attach-javadocs</id>
93
93
<goals>
94
94
<goal>jar</goal>
95
95
</goals>
96
96
</execution>
97
- </executions > <!-- -->
97
+ </executions> -->
98
98
</plugin >
99
- <!-- for RELEASE -->
99
+ <!-- for RELEASE
100
100
<plugin>
101
101
<groupId>org.apache.maven.plugins</groupId>
102
102
<artifactId>maven-gpg-plugin</artifactId>
@@ -110,7 +110,7 @@ Lib-I18N is written in JavaFX, [Maven] and [NetBeans].</description>
110
110
</goals>
111
111
</execution>
112
112
</executions>
113
- </plugin > <!-- -->
113
+ </plugin> -->
114
114
</plugins >
115
115
<resources >
116
116
<!--
You can’t perform that action at this time.
0 commit comments