Skip to content

Commit

Permalink
Updated version to 0.3.1-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrand committed Dec 13, 2019
1 parent 6a7af59 commit 6a5f1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.markgrand.smileyVars</groupId>
<artifactId>smileyvars-project</artifactId>
<version>0.3-RELEASE</version>
<version>0.3.1-RELEASE</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions smiley-vars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.markgrand.smileyVars</groupId>
<artifactId>smileyvars-project</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.1-RELEASE</version>
</parent>

<properties>
Expand Down Expand Up @@ -145,7 +145,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.version}</version>
<version>3.1.1</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 6a5f1e5

Please sign in to comment.