Skip to content

Commit 8ac4fdf

Browse files
authored
ci: re-enable Revapi now that 2.x is stable (#2302)
1 parent 7776460 commit 8ac4fdf

4 files changed

Lines changed: 1 addition & 10 deletions

File tree

build/build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<jacoco.agent.argLine/>
6767
<enforcer.failOnDuplicatedClasses>true</enforcer.failOnDuplicatedClasses>
6868
<!-- Latest release to be used by api-compatibility-check to check backwards compatibility of the API. -->
69-
<revapi.oldTimefoldVersion>2.0.0</revapi.oldTimefoldVersion>
69+
<revapi.oldTimefoldVersion>2.1.0</revapi.oldTimefoldVersion>
7070
<!--suppress UnresolvedMavenProperty-->
7171
<project.root.dir>${maven.multiModuleProjectDirectory}</project.root.dir>
7272
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

core/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@
122122
<plugin>
123123
<groupId>org.revapi</groupId>
124124
<artifactId>revapi-maven-plugin</artifactId>
125-
<configuration>
126-
<skip>true</skip> <!-- Temporarily until we've released 2.0.0. -->
127-
</configuration>
128125
</plugin>
129126
<plugin>
130127
<groupId>org.codehaus.mojo</groupId>

quarkus-integration/quarkus/deployment/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@
9595
<plugin>
9696
<groupId>org.revapi</groupId>
9797
<artifactId>revapi-maven-plugin</artifactId>
98-
<configuration>
99-
<skip>true</skip> <!-- Temporarily until we've released 2.0.0. -->
100-
</configuration>
10198
</plugin>
10299
<plugin>
103100
<artifactId>maven-surefire-plugin</artifactId>

tools/benchmark/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@
140140
<plugin>
141141
<groupId>org.revapi</groupId>
142142
<artifactId>revapi-maven-plugin</artifactId>
143-
<configuration>
144-
<skip>true</skip> <!-- Temporarily until we've released 2.0.0. -->
145-
</configuration>
146143
</plugin>
147144
<plugin>
148145
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)