Skip to content

Commit f4514cf

Browse files
committed
Update parent, seed and business versions
1 parent 6b52954 commit f4514cf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Version 1.1.0 (?)
1+
# Version 1.1.0 (2016-04-26)
22

33
* [new] Automatically build indexes
4-
* [new] Add Bean Validation support to Morphia (at pre-persist).
5-
* [new] Add `exists()` and `count()` in `BaseMorphiaRepository`.
4+
* [new] Add Bean Validation support to Morphia (at pre-persist) when SeedStack validation add-on is present in the classpath.
5+
* [new] Add `exists()` and `count()` in `BaseMorphiaRepository` according to change in business framework.
66
* [chg] Update for SeedStack 16.4.
7-
* [brk] Remove `do*()` methods in `BaseMorphiaRepository`.
7+
* [brk] Remove `do*()` methods in `BaseMorphiaRepository` according to change in business framework.
88
* [fix] Correctly take MongoDb database aliases into account when injecting Morphia data stores.
99

1010
# Version 1.0.1 (2016-02-09)
1111

12-
* [fix] Flawed release process made this add-on unusable by clients
12+
* [fix] Flawed release process made this add-on unusable by clients.
1313

1414
# Version 1.0.0 (2015-07-30)
1515

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.poms</groupId>
1616
<artifactId>parent-internal</artifactId>
17-
<version>2.4.0-SNAPSHOT</version>
17+
<version>2.4.0</version>
1818
</parent>
1919

2020
<groupId>org.seedstack.addons.mongodb</groupId>
@@ -23,10 +23,10 @@
2323
<packaging>pom</packaging>
2424

2525
<properties>
26-
<seed.version>2.3.0-SNAPSHOT</seed.version>
26+
<seed.version>2.3.0</seed.version>
2727
<mongodb.version>3.0.3</mongodb.version>
2828
<morphia.version>1.1.1</morphia.version>
29-
<business.version>2.3.0-SNAPSHOT</business.version>
29+
<business.version>2.3.0</business.version>
3030
<validation-addon.version>2.3.0-SNAPSHOT</validation-addon.version>
3131

3232
<compatibility.version>1.0.0</compatibility.version>

0 commit comments

Comments
 (0)