Skip to content

Commit

Permalink
Prepare again 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 74acef7 commit 0dcf559
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
</dependency>
</dependencies>

<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-marin-nozhchev</id>
<url>https://dl.bintray.com/marin-nozhchev/marin-nozhchev</url>
</repository>
</repositories>

<build>
<pluginManagement><!-- lock down plugins versions to avoid using Maven
defaults (may be moved to parent pom) -->
Expand Down Expand Up @@ -173,7 +183,7 @@
</dependencies>
<configuration>
<!-- Documentation at https://revapi.org/revapi-maven-plugin/_attachments/check-mojo.html -->
<alwaysCheckForReleaseVersion>false</alwaysCheckForReleaseVersion>
<alwaysCheckForReleaseVersion>true</alwaysCheckForReleaseVersion>
<analysisConfiguration>
<!-- Documented at https://revapi.org/revapi-basic-features/semver-ignore.html -->
<revapi.semver.ignore>
Expand Down

0 comments on commit 0dcf559

Please sign in to comment.