Skip to content

Commit

Permalink
Prepare for 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
murfffi committed Dec 21, 2020
1 parent a10d36d commit 74acef7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>zebra4j</groupId>
<artifactId>zebra4j</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>

<name>zebra4j</name>
<url>https://github.com/murfffi/zebra4j</url>
Expand Down Expand Up @@ -172,6 +172,8 @@
</dependency>
</dependencies>
<configuration>
<!-- Documentation at https://revapi.org/revapi-maven-plugin/_attachments/check-mojo.html -->
<alwaysCheckForReleaseVersion>false</alwaysCheckForReleaseVersion>
<analysisConfiguration>
<!-- Documented at https://revapi.org/revapi-basic-features/semver-ignore.html -->
<revapi.semver.ignore>
Expand Down Expand Up @@ -202,6 +204,7 @@
<scm>
<url>https://github.com/murfffi/zebra4j</url>
<connection>scm:git:ssh://[email protected]/murfffi/zebra4j.git</connection>
<tag>v0.4</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 74acef7

Please sign in to comment.