Skip to content

Commit

Permalink
chore(pom): prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marthym committed Dec 2, 2023
1 parent 4c8d72c commit 126410f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fr.ght1pc9kc</groupId>
<artifactId>baywatch</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>fr.ght1pc9kc</groupId>
<artifactId>baywatch</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<name>baywatch</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion sandside/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>baywatch</artifactId>
<groupId>fr.ght1pc9kc</groupId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>sandside</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions seaside/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>baywatch</artifactId>
<groupId>fr.ght1pc9kc</groupId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>seaside</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>

<build>
<plugins>
Expand Down

0 comments on commit 126410f

Please sign in to comment.