Skip to content

Commit

Permalink
Setting revapi-basic-features to version 0.12.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
metlos committed Jul 1, 2022
1 parent 9c6e436 commit 4b77a60
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion coverage/pom.xml
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-basic-features</artifactId>
<version>0.12.6</version>
<version>0.12.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.revapi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion revapi-ant-task/pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-basic-features</artifactId>
<version>0.12.6</version>
<version>0.12.7-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions revapi-basic-features/pom.xml
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.revapi</groupId>
<artifactId>revapi-build</artifactId>
<version>46</version>
<version>47-SNAPSHOT</version>
<relativePath>../revapi-build</relativePath>
</parent>
<artifactId>revapi-basic-features</artifactId>
<version>0.12.6</version>
<version>0.12.7-SNAPSHOT</version>
<name>Basic Features</name>
<description>The basic extensions loaded by default both in the standalone
distribution and by the maven plugin.</description>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi</artifactId>
<version>0.14.5</version>
<version>0.14.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion revapi-basic-features/src/site/antora.yml
Expand Up @@ -17,6 +17,6 @@

name: revapi-basic-features
title: Basic Features
version: 0.12.6
version: main
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion revapi-java/pom.xml
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-basic-features</artifactId>
<version>0.12.6</version>
<version>0.12.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion revapi-maven-plugin/pom.xml
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-basic-features</artifactId>
<version>0.12.6</version>
<version>0.12.7-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion revapi-standalone/pom.xml
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.revapi</groupId>
<artifactId>revapi-basic-features</artifactId>
<version>0.12.6</version>
<version>0.12.7-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4b77a60

Please sign in to comment.