Skip to content

Commit

Permalink
Release revapi-reporter-json-0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jul 1, 2022
1 parent 68316e9 commit 1296fbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-json</artifactId>
<version>0.4.6-SNAPSHOT</version>
<version>0.4.6</version>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
Expand Down
10 changes: 5 additions & 5 deletions revapi-reporter-json/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2021 Lukas Krejci
Copyright 2014-2022 Lukas Krejci
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -22,11 +22,11 @@
<parent>
<groupId>org.revapi</groupId>
<artifactId>revapi-build</artifactId>
<version>47-SNAPSHOT</version>
<version>46</version>
<relativePath>../revapi-build</relativePath>
</parent>
<artifactId>revapi-reporter-json</artifactId>
<version>0.4.6-SNAPSHOT</version>
<version>0.4.6</version>
<name>JSON Reporter</name>
<description>Super simple Revapi reporter outputting a JSON representation of
the differences to a file or on standard output.</description>
Expand All @@ -50,12 +50,12 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.14.6-SNAPSHOT</version>
<version>0.14.5</version>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-file-base</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.6</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion revapi-reporter-json/src/site/antora.yml
Expand Up @@ -17,6 +17,6 @@

name: revapi-reporter-json
title: JSON Reporter
version: main
version: 0.4.6
nav:
- modules/ROOT/nav.adoc

0 comments on commit 1296fbe

Please sign in to comment.