From 511c7f34e4b00f9c6b8e007ef0d241e2d90b90fd Mon Sep 17 00:00:00 2001 From: Niklas Schlimm Date: Sun, 3 Mar 2019 13:20:32 +0100 Subject: [PATCH] Version commit 1.2.0 --- pom.xml | 6 +++--- .../persistence/mongo/SimpleMongoLazyLoadingListener.java | 2 +- .../histo/persistence/mongo/SimpleMongoUpdateListener.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7ecb2ed..36d60f6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.projectbarbel barbelhisto-persistence-mongo - 1.2.0-SNAPSHOT + 1.2.0 BarbelHisto Mongo Persistence http://www.projectbarbel.org BarbelHisto persistence library to connect to mongoDB @@ -215,7 +215,7 @@ org.projectbarbel barbelhisto - 1.6.0-SNAPSHOT + 1.5.9 org.mongodb @@ -290,7 +290,7 @@ org.projectbarbel barbelhisto test-jar - 1.6.0-SNAPSHOT + 1.5.9 test diff --git a/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoLazyLoadingListener.java b/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoLazyLoadingListener.java index 5f95188..562f448 100644 --- a/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoLazyLoadingListener.java +++ b/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoLazyLoadingListener.java @@ -42,7 +42,7 @@ * @author Niklas Schlimm * */ -public class SimpleMongoLazyLoadingListener { +public final class SimpleMongoLazyLoadingListener { private MongoCollection shadow; private final MongoClient client; diff --git a/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoUpdateListener.java b/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoUpdateListener.java index cc0b837..8021d11 100644 --- a/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoUpdateListener.java +++ b/src/main/java/com/projectbarbel/histo/persistence/mongo/SimpleMongoUpdateListener.java @@ -35,7 +35,7 @@ * @author Niklas Schlimm * */ -public class SimpleMongoUpdateListener { +public final class SimpleMongoUpdateListener { private static final String VERSION_ID = ".versionId"; private MongoCollection shadow;