Skip to content

Commit

Permalink
release: 0.5.3
Browse files Browse the repository at this point in the history
- fix #11, #12, #13
  • Loading branch information
williamfzc committed Aug 6, 2022
1 parent 3c51994 commit e21c9b6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions extras/sibyl-case-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl-core</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl-test</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- use this plugin to sync versions-->
<!-- mvn versions:set -DnewVersion=0.4.3-->
<version>0.5.2</version>
<version>0.5.3</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions sibyl-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>

<artifactId>sibyl-cli</artifactId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl-core</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>

<dependency>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl-test</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions sibyl-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>

<artifactId>sibyl-core</artifactId>
Expand Down Expand Up @@ -75,12 +75,12 @@
<dependency>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl-model</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl-test</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sibyl-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>

<artifactId>sibyl-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sibyl-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.williamfzc.sibyl</groupId>
<artifactId>sibyl</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
</parent>

<artifactId>sibyl-test</artifactId>
Expand Down

0 comments on commit e21c9b6

Please sign in to comment.