Skip to content

Commit

Permalink
bump to development version 2.4.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Jun 12, 2024
1 parent 4d09ae5 commit 2d175ae
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion audits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<packaging>pom</packaging>

<name>morphia</name>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.morphia.morphia</groupId>
<artifactId>morphia</artifactId>
<version>2.4.14</version>
<version>2.4.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2d175ae

Please sign in to comment.