Skip to content

Commit

Permalink
Release revapi-ant-task-0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Sep 4, 2020
1 parent 8b2fe60 commit 81bc651
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 47,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-ant-task</artifactId>
<version>0.10.2-SNAPSHOT</version>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
Expand Down
8 changes: 4 additions & 4 deletions revapi-ant-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 21,7 @@
<parent>
<groupId>org.revapi</groupId>
<artifactId>revapi-build</artifactId>
<version>42-SNAPSHOT</version>
<version>41</version>
<relativePath>../revapi-build</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -33,7 33,7 @@
<url>https://revapi.org</url>

<artifactId>revapi-ant-task</artifactId>
<version>0.10.2-SNAPSHOT</version>
<version>0.10.2</version>

<properties>
<automatic.module.name>org.revapi.ant</automatic.module.name>
Expand All @@ -43,13 43,13 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>

<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-basic-features</artifactId>
<version>0.10.3-SNAPSHOT</version>
<version>0.10.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion revapi-ant-task/src/site/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 17,4 @@

name: revapi-ant-task
title: Ant Task
version: master
version: 0.10.2

0 comments on commit 81bc651

Please sign in to comment.