Skip to content

Commit 69ceb01

Browse files
committed
Update version for 0.8.2-SNAPSHOT
1 parent 82a2cbc commit 69ceb01

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

convex-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.1</version>
7+
<version>0.8.2-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

convex-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>world.convex</groupId>
44
<artifactId>convex</artifactId>
5-
<version>0.8.1</version>
5+
<version>0.8.2-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

convex-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.1</version>
7+
<version>0.8.2-SNAPSHOT</version>
88
</parent>
99

1010
<properties>

convex-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.1</version>
7+
<version>0.8.2-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

convex-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>world.convex</groupId>
1616
<artifactId>convex</artifactId>
17-
<version>0.8.1</version>
17+
<version>0.8.2-SNAPSHOT</version>
1818
</parent>
1919

2020
<build>

convex-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>world.convex</groupId>
77
<artifactId>convex</artifactId>
8-
<version>0.8.1</version>
8+
<version>0.8.2-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Convex Java Client Library</name>

convex-observer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>world.convex</groupId>
1010
<artifactId>convex</artifactId>
11-
<version>0.8.1</version>
11+
<version>0.8.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>Convex Observer</name>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>world.convex</groupId>
5151
<artifactId>convex-java</artifactId>
52-
<version>0.8.1</version>
52+
<version>0.8.2-SNAPSHOT</version>
5353
</dependency>
5454
</dependencies>
5555
</project>

convex-peer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.1</version>
7+
<version>0.8.2-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

convex-restapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.1</version>
7+
<version>0.8.2-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

convex-sodium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>world.convex</groupId>
55
<artifactId>convex</artifactId>
6-
<version>0.8.1</version>
6+
<version>0.8.2-SNAPSHOT</version>
77
</parent>
88
<artifactId>convex-sodium</artifactId>
99
<name>Sodium integration for Convex</name>

0 commit comments

Comments
 (0)