Skip to content

Commit

Permalink
Set versions back to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 17, 2024
1 parent 2a3f789 commit 9b80a54
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion aot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>cli</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fuzz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>fuzz</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jmh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>log</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Chicory</name>
<description>Native JVM WebAssembly runtime</description>
Expand Down
2 changes: 1 addition & 1 deletion runtime-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>runtime-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-gen-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>test-gen-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wabt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>wabt</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion wasi-test-gen-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wasi-test-gen-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wasi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wasi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wasm-corpus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>wasm-corpus</artifactId>
<name>Chicory - WASM Corpus</name>
Expand Down
2 changes: 1 addition & 1 deletion wasm-support-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wasm-support-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wasm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dylibso.chicory</groupId>
<artifactId>chicory</artifactId>
<version>0.0.11</version>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wasm</artifactId>
Expand Down

0 comments on commit 9b80a54

Please sign in to comment.