Skip to content

Commit

Permalink
changed maven configuration, upgraded version from 1.0.3 to 1.0.3-SNA…
Browse files Browse the repository at this point in the history
…PSHOT.
  • Loading branch information
JuKu committed Oct 10, 2018
1 parent 8ac7e22 commit 27342bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion easy-i18n-gettext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>easy-i18n-gettext-parent</artifactId>
<groupId>com.jukusoft</groupId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gettext-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>easy-i18n-gettext-parent</artifactId>
<groupId>com.jukusoft</groupId>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.jukusoft</groupId>
<artifactId>easy-i18n-gettext-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.3</version>
<version>1.0.3-SNAPSHOT</version>
<modules>
<module>gettext-maven-plugin</module>
<module>easy-i18n-gettext</module>
Expand Down Expand Up @@ -148,7 +148,7 @@
</executions>
</plugin>

<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
Expand All @@ -161,7 +161,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin> -->

<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 27342bf

Please sign in to comment.