Skip to content

Commit ba2b634

Browse files
committed
Snapshot version update
1 parent cb1a876 commit ba2b634

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>chicory-sdk</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>chicory-sdk-core</artifactId>

http/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-api</artifactId>

http/client-javanet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-client-javanet</artifactId>

http/client-urlconnection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-client-urlconnection</artifactId>

http/config-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-config-android</artifactId>

http/config-generic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-config-generic</artifactId>

http/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-integration-tests</artifactId>

http/json-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-json-jackson</artifactId>

http/json-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>http</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http-json-jakarta</artifactId>

http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.extism.sdk</groupId>
88
<artifactId>chicory-sdk</artifactId>
9-
<version>0.2.0</version>
9+
<version>999-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>http</artifactId>

0 commit comments

Comments
 (0)