Skip to content

Commit

Permalink
Update version to v1.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLoetters committed Feb 1, 2025
1 parent 03f200f commit 9d10634
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.0.0-beta</version>
<version>1.1.1-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.0.0-beta</version>
<version>1.1.1-beta</version>
</parent>

<artifactId>jjparse-documentation</artifactId>
Expand Down
10 changes: 1 addition & 9 deletions examples/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@
<parent>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse-examples</artifactId>
<version>1.0.0-beta</version>
<version>1.1.1-beta</version>
</parent>

<artifactId>jjparse-example-json</artifactId>

<dependencies>
<dependency>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse-core</artifactId>
<version>1.0.0-beta</version>
</dependency>
</dependencies>
</project>
10 changes: 9 additions & 1 deletion 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.0.0-beta</version>
<version>1.1.1-beta</version>
</parent>

<artifactId>jjparse-examples</artifactId>
Expand All @@ -16,4 +16,12 @@
<modules>
<module>json</module>
</modules>

<dependencies>
<dependency>
<groupId>io.github.bjoernloetters</groupId>
<artifactId>jjparse-core</artifactId>
<version>1.1.1-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.0.0-beta</version>
<version>1.1.1-beta</version>
<packaging>pom</packaging>

<name>Jar Jar Parse</name>
Expand Down

0 comments on commit 9d10634

Please sign in to comment.