Skip to content

Commit

Permalink
Version commit 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nschlimm committed Mar 3, 2019
1 parent 95fd107 commit 511c7f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.projectbarbel</groupId>
<artifactId>barbelhisto-persistence-mongo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<name>BarbelHisto Mongo Persistence</name>
<url>http://www.projectbarbel.org</url>
<description>BarbelHisto persistence library to connect to mongoDB</description>
Expand Down Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>org.projectbarbel</groupId>
<artifactId>barbelhisto</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.9</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down Expand Up @@ -290,7 +290,7 @@
<groupId>org.projectbarbel</groupId>
<artifactId>barbelhisto</artifactId>
<type>test-jar</type>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* @author Niklas Schlimm
*
*/
public class SimpleMongoLazyLoadingListener {
public final class SimpleMongoLazyLoadingListener {

private MongoCollection<Document> shadow;
private final MongoClient client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @author Niklas Schlimm
*
*/
public class SimpleMongoUpdateListener {
public final class SimpleMongoUpdateListener {

private static final String VERSION_ID = ".versionId";
private MongoCollection<Document> shadow;
Expand Down

0 comments on commit 511c7f3

Please sign in to comment.