Skip to content

Commit 8462d19

Browse files
committed
Release revapi-jackson-0.5.1
1 parent e229e77 commit 8462d19

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.revapi</groupId>
5050
<artifactId>revapi-jackson</artifactId>
51-
<version>0.5.1-SNAPSHOT</version>
51+
<version>0.5.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.revapi</groupId>

revapi-jackson/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2014-2022 Lukas Krejci
4+
Copyright 2014-2025 Lukas Krejci
55
and other contributors as indicated by the @author tags.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.revapi</groupId>
2424
<artifactId>revapi-build</artifactId>
25-
<version>48-SNAPSHOT</version>
25+
<version>47</version>
2626
<relativePath>../revapi-build/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>revapi-jackson</artifactId>
29-
<version>0.5.1-SNAPSHOT</version>
29+
<version>0.5.1</version>
3030
<name>Jackson Analyzer Base</name>
3131
<properties>
3232
<automatic.module.name>org.revapi.jackson</automatic.module.name>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.revapi</groupId>
5353
<artifactId>revapi</artifactId>
54-
<version>0.15.2-SNAPSHOT</version>
54+
<version>0.15.1</version>
5555
</dependency>
5656
</dependencies>
5757
</project>

revapi-jackson/src/site/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
name: revapi-jackson
1919
title: Jackson Analyzer Base
20-
version: main
20+
version: 0.5.1
2121
nav:
2222
- modules/ROOT/nav.adoc

revapi-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.revapi</groupId>
3737
<artifactId>revapi-jackson</artifactId>
38-
<version>0.5.1-SNAPSHOT</version>
38+
<version>0.5.1</version>
3939
</dependency>
4040
</dependencies>
4141
<build>

revapi-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.revapi</groupId>
4343
<artifactId>revapi-jackson</artifactId>
44-
<version>0.5.1-SNAPSHOT</version>
44+
<version>0.5.1</version>
4545
</dependency>
4646
</dependencies>
4747
</project>

0 commit comments

Comments
 (0)