Skip to content

Commit

Permalink
version upgrade to 0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ratacolita committed Aug 18, 2020
1 parent aac41b4 commit 800cba6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>br.com.acolita</groupId>
<artifactId>neat-enum</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.2-SNAPSHOT</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -30,4 +30,14 @@
<url>https://maven.pkg.github.com/ratacolita/neat-enum</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 800cba6

Please sign in to comment.