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

Commit 9e64a09

Browse files
committed
Prepare the project for the next round v0.8.0.
1 parent 7daddb9 commit 9e64a09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-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.2</version> <!-- -PRERELEASE -SNAPSHOT -->
7+
<version>0.8.0-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
<!--

0 commit comments

Comments
 (0)