Skip to content

Commit

Permalink
Release revapi-ant-task-0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jul 1, 2022
1 parent 798c3d2 commit 2ed8106
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 @@ -38,7 +38,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-ant-task</artifactId>
<version>0.12.6-SNAPSHOT</version>
<version>0.12.6</version>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
Expand Down
10 changes: 5 additions & 5 deletions revapi-ant-task/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-ant-task</artifactId>
<version>0.12.6-SNAPSHOT</version>
<version>0.12.6</version>
<name>Ant Task</name>
<description>Ant integration for Revapi.</description>
<url>https://revapi.org</url>
Expand Down Expand Up @@ -55,12 +55,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-basic-features</artifactId>
<version>0.12.7-SNAPSHOT</version>
<version>0.12.6</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion revapi-ant-task/src/site/antora.yml
Expand Up @@ -17,4 +17,4 @@

name: revapi-ant-task
title: Ant Task
version: main
version: 0.12.6

0 comments on commit 2ed8106

Please sign in to comment.