Skip to content

Commit

Permalink
Release revapi-reporter-file-base-0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Oct 11, 2021
1 parent 501b66e commit abcfcb8
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
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-file-base</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
Expand Down
6 changes: 3 additions & 3 deletions revapi-reporter-file-base/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.revapi</groupId>
<artifactId>revapi-build</artifactId>
<version>46-SNAPSHOT</version>
<version>45</version>
<relativePath>../revapi-build</relativePath>
</parent>
<artifactId>revapi-reporter-file-base</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<name>File Reporter Base</name>
<description>Base class for file-based reporters defining some common behavior so that it doesn't have to be reimplemented
all the time.</description>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.14.4-SNAPSHOT</version>
<version>0.14.3</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion revapi-reporter-file-base/src/site/antora.yml
Expand Up @@ -17,6 +17,6 @@

name: revapi-reporter-file-base
title: File Reporter Base
version: main
version: 0.4.4
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion revapi-reporter-json/pom.xml
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-file-base</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion revapi-reporter-text/pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-reporter-file-base</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit abcfcb8

Please sign in to comment.