Skip to content

Commit 0dcf559

Browse files
committed
Prepare again for 0.4 release
1 parent 74acef7 commit 0dcf559

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@
7070
</dependency>
7171
</dependencies>
7272

73+
<repositories>
74+
<repository>
75+
<snapshots>
76+
<enabled>false</enabled>
77+
</snapshots>
78+
<id>bintray-marin-nozhchev</id>
79+
<url>https://dl.bintray.com/marin-nozhchev/marin-nozhchev</url>
80+
</repository>
81+
</repositories>
82+
7383
<build>
7484
<pluginManagement><!-- lock down plugins versions to avoid using Maven
7585
defaults (may be moved to parent pom) -->
@@ -173,7 +183,7 @@
173183
</dependencies>
174184
<configuration>
175185
<!-- Documentation at https://revapi.org/revapi-maven-plugin/_attachments/check-mojo.html -->
176-
<alwaysCheckForReleaseVersion>false</alwaysCheckForReleaseVersion>
186+
<alwaysCheckForReleaseVersion>true</alwaysCheckForReleaseVersion>
177187
<analysisConfiguration>
178188
<!-- Documented at https://revapi.org/revapi-basic-features/semver-ignore.html -->
179189
<revapi.semver.ignore>

0 commit comments

Comments
 (0)