Skip to content

Commit

Permalink
[maven-release-plugin] prepare release revapi-java-0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jan 18, 2018
1 parent 76bb81b commit af33bea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions revapi-java/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014-2017 Lukas Krejci
Copyright 2014-2018 Lukas Krejci
and other contributors as indicated by the @author tags.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -21,7 +21,7 @@
<parent>
<artifactId>revapi-build</artifactId>
<groupId>org.revapi</groupId>
<version>35-SNAPSHOT</version>
<version>35</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-java</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>

<properties>
<automatic.module.name>org.revapi.java</automatic.module.name>
Expand All @@ -55,13 +55,13 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>

<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-java-spi</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -142,6 +142,6 @@
<connection>scm:git:git://github.com/revapi/revapi.git</connection>
<developerConnection>scm:git:ssh://git@github.com/revapi/revapi.git</developerConnection>
<url>https://github.com/revapi/revapi</url>
<tag>HEAD</tag>
<tag>revapi-java-0.15.0</tag>
</scm>
</project>

0 comments on commit af33bea

Please sign in to comment.