Skip to content

Commit

Permalink
[maven-release-plugin] prepare release revapi-ant-task-0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed May 27, 2020
1 parent ffd2d02 commit 0f8f610
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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>40-SNAPSHOT</version>
<version>40</version>
<relativePath>../revapi-build</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -33,7 +33,7 @@
<url>${web.url}/modules/${project.artifactId}</url>

<artifactId>revapi-ant-task</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</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.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</dependency>

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

<dependency>
Expand Down Expand Up @@ -151,6 +151,6 @@
<connection>scm:git:git://github.com/revapi/revapi.git</connection>
<developerConnection>scm:git:ssh://[email protected]/revapi/revapi.git</developerConnection>
<url>https://github.com/revapi/revapi</url>
<tag>HEAD</tag>
<tag>revapi-ant-task-0.9.3</tag>
</scm>
</project>

0 comments on commit 0f8f610

Please sign in to comment.