Skip to content

Commit

Permalink
Release revapi-yaml-0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Oct 11, 2021
1 parent 2d8b82c commit 25827f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-yaml</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.3.3</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions revapi-yaml/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/pom.xml</relativePath>
</parent>
<artifactId>revapi-yaml</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.3.3</version>
<name>YAML Analyzer</name>
<properties>
<automatic.module.name>org.revapi.yaml</automatic.module.name>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-jackson</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion revapi-yaml/src/site/antora.yml
Expand Up @@ -17,6 +17,6 @@

name: revapi-yaml
title: YAML Analyzer
version: main
version: 0.3.3
nav:
- modules/ROOT/nav.adoc

0 comments on commit 25827f1

Please sign in to comment.