Skip to content

Commit e229e77

Browse files
committed
Setting revapi-basic-features to version 0.13.2-SNAPSHOT
1 parent 8270cfb commit e229e77

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.revapi</groupId>
4545
<artifactId>revapi-basic-features</artifactId>
46-
<version>0.13.1</version>
46+
<version>0.13.2-SNAPSHOT</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.revapi</groupId>

revapi-ant-task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.revapi</groupId>
6262
<artifactId>revapi-basic-features</artifactId>
63-
<version>0.13.1</version>
63+
<version>0.13.2-SNAPSHOT</version>
6464
</dependency>
6565
</dependencies>
6666
<build>

revapi-basic-features/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.revapi</groupId>
2424
<artifactId>revapi-build</artifactId>
25-
<version>47</version>
25+
<version>48-SNAPSHOT</version>
2626
<relativePath>../revapi-build</relativePath>
2727
</parent>
2828
<artifactId>revapi-basic-features</artifactId>
29-
<version>0.13.1</version>
29+
<version>0.13.2-SNAPSHOT</version>
3030
<name>Basic Features</name>
3131
<description>The basic extensions loaded by default both in the standalone
3232
distribution and by the maven plugin.</description>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.revapi</groupId>
6262
<artifactId>revapi</artifactId>
63-
<version>0.15.1</version>
63+
<version>0.15.2-SNAPSHOT</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.slf4j</groupId>

revapi-basic-features/src/site/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
name: revapi-basic-features
1919
title: Basic Features
20-
version: 0.13.1
20+
version: main
2121
nav:
2222
- modules/ROOT/nav.adoc

revapi-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.revapi</groupId>
107107
<artifactId>revapi-basic-features</artifactId>
108-
<version>0.13.1</version>
108+
<version>0.13.2-SNAPSHOT</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

revapi-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>org.revapi</groupId>
121121
<artifactId>revapi-basic-features</artifactId>
122-
<version>0.13.1</version>
122+
<version>0.13.2-SNAPSHOT</version>
123123
<scope>runtime</scope>
124124
</dependency>
125125
<dependency>

revapi-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.revapi</groupId>
8181
<artifactId>revapi-basic-features</artifactId>
82-
<version>0.13.1</version>
82+
<version>0.13.2-SNAPSHOT</version>
8383
<scope>runtime</scope>
8484
</dependency>
8585
<dependency>

0 commit comments

Comments
 (0)