Skip to content

Commit

Permalink
Release revapi-java-spi-0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jun 23, 2021
1 parent 7082a0f commit d81be23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-java-spi</artifactId>
<version>0.23.2-SNAPSHOT</version>
<version>0.23.2</version>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
Expand Down
6 changes: 3 additions & 3 deletions revapi-java-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.revapi</groupId>
<artifactId>revapi-build</artifactId>
<version>44-SNAPSHOT</version>
<version>43</version>
<relativePath>../revapi-build</relativePath>
</parent>
<artifactId>revapi-java-spi</artifactId>
<version>0.23.2-SNAPSHOT</version>
<version>0.23.2</version>
<name>Java Analyzer SPI</name>
<description>SPI for extending the java analyzer of Revapi.</description>
<url>https://revapi.org</url>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.14.2-SNAPSHOT</version>
<version>0.14.1</version>
</dependency>
<dependency>
<groupId>org.revapi.testjars</groupId>
Expand Down
2 changes: 1 addition & 1 deletion revapi-java-spi/src/site/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

name: revapi-java-spi
title: Java Analyzer SPI
version: main
version: 0.23.2
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion revapi-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-java-spi</artifactId>
<version>0.23.2-SNAPSHOT</version>
<version>0.23.2</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
Expand Down
2 changes: 1 addition & 1 deletion revapi-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<maven-invoker.version>3.2.2</maven-invoker.version>
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
<maven.version>3.2.5</maven.version>
<revapi-java-spi.version>0.23.2-SNAPSHOT</revapi-java-spi.version>
<revapi-java-spi.version>0.23.2</revapi-java-spi.version>
<revapi-java.version>0.24.3-SNAPSHOT</revapi-java.version>
<revapi-reporter-text.version>0.14.3-SNAPSHOT</revapi-reporter-text.version>
<revapi.version>0.14.2-SNAPSHOT</revapi.version>
Expand Down

0 comments on commit d81be23

Please sign in to comment.