Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLoetters committed Feb 1, 2025
1 parent a5f2942 commit 12d5000
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse</artifactId>
<version>1.1.2-beta</version>
<version>1.1.3-beta</version>
</parent>

<artifactId>jjparse-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse</artifactId>
<version>1.1.2-beta</version>
<version>1.1.3-beta</version>
</parent>

<artifactId>jjparse-documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse-examples</artifactId>
<version>1.1.2-beta</version>
<version>1.1.3-beta</version>
</parent>

<artifactId>jjparse-example-json</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse</artifactId>
<version>1.1.2-beta</version>
<version>1.1.3-beta</version>
</parent>

<artifactId>jjparse-examples</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse-core</artifactId>
<version>1.1.2-beta</version>
<version>1.1.3-beta</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse</artifactId>
<version>1.1.2-beta</version>
<version>1.1.3-beta</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 12d5000

Please sign in to comment.