Fix minor error.

This commit is contained in:
Greg Burd 2017-08-09 15:12:24 -04:00
parent 5b0311c88a
commit 871c8d0c90
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.helenus</groupId> <groupId>net.helenus</groupId>
<artifactId>helenus-core</artifactId> <artifactId>helenus-core</artifactId>
<version>2.0.12-SNAPSHOT</version> <version>2.0.13-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>helenus</name> <name>helenus</name>

View file

@ -64,4 +64,4 @@ public class UnitOfWork {
} }
} }
:q