Skip to content

Commit c6b4c91

Browse files
committed
bump to release version 2.4.0
1 parent abd0be0 commit c6b4c91

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

audits/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.morphia.morphia</groupId>
99
<artifactId>morphia</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

build-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.morphia.morphia</groupId>
77
<artifactId>morphia</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.morphia.morphia</groupId>
88
<artifactId>morphia</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.morphia.morphia</groupId>
77
<artifactId>morphia</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.morphia.morphia</groupId>
99
<artifactId>morphia</artifactId>
10-
<version>2.4.0-SNAPSHOT</version>
10+
<version>2.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>dev.morphia.morphia</groupId>
1111
<artifactId>morphia</artifactId>
12-
<version>2.4.0-SNAPSHOT</version>
12+
<version>2.4.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Morphia</name>

util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.morphia.morphia</groupId>
77
<artifactId>morphia</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.morphia.morphia</groupId>
88
<artifactId>morphia</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)