Skip to content

Commit

Permalink
[maven-release-plugin] prepare release revapi-maven-plugin-0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Feb 25, 2020
1 parent 5aea957 commit dee376e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions revapi-maven-plugin/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>39</version>
<relativePath>../revapi-build</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -34,7 +34,7 @@
<url>${web.url}/modules/${project.artifactId}</url>

<artifactId>revapi-maven-plugin</artifactId>
<version>0.11.4-SNAPSHOT</version>
<version>0.11.4</version>

<properties>
<maven.version>3.2.5</maven.version>
Expand All @@ -59,20 +59,20 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.2</version>
</dependency>

<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-basic-features</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.2</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-utils</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -358,6 +358,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-maven-plugin-0.11.4</tag>
</scm>
</project>

0 comments on commit dee376e

Please sign in to comment.