diff --git a/README.md b/README.md index eaa089d..6e7b3d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ImageTools v0.1.2 +ImageTools v0.1.3 ========== http://imagetools.sothr.com ---------- diff --git a/cli/pom.xml b/cli/pom.xml index a88316e..980eb03 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,13 +4,13 @@ com.sothr.imagetools - Parent - 1.0.0 + parent + 1.0.1 ../parent - ImageTools-CLI - 0.1.0 + cli + 0.1.1 jar ImageTools-CLI @@ -23,7 +23,7 @@ com.sothr.imagetools - ImageTools-Engine + engine ch.qos.logback diff --git a/engine/pom.xml b/engine/pom.xml index 1265032..4a88187 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -4,15 +4,14 @@ com.sothr.imagetools - Parent - 1.0.0 + parent + 1.0.1 ../parent - ImageTools-Engine - 0.1.2 + engine + 0.1.3 jar - ImageTools-Engine An image collection management utility http://imagetools.sothr.com @@ -23,7 +22,7 @@ com.sothr.imagetools - ImageTools-Hash + hash junit diff --git a/gui/pom.xml b/gui/pom.xml index 0e88b6f..3d6cbf8 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -4,13 +4,13 @@ com.sothr.imagetools - Parent - 1.0.0 + parent + 1.0.1 ../parent - ImageTools-GUI - 0.1.0 + gui + 0.1.1 jar ImageTools-GUI @@ -23,7 +23,7 @@ com.sothr.imagetools - ImageTools-Engine + engine ch.qos.logback diff --git a/hash/pom.xml b/hash/pom.xml index 28350f8..872bd40 100644 --- a/hash/pom.xml +++ b/hash/pom.xml @@ -4,15 +4,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> com.sothr.imagetools - Parent - 1.0.0 + parent + 1.0.1 ../parent 4.0.0 - ImageTools-Hash - 0.1.0 + hash + 0.1.1 jar ImageTools-Hash diff --git a/parent/pom.xml b/parent/pom.xml index 2d31397..373fa5e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -3,8 +3,8 @@ 4.0.0 com.sothr.imagetools - Parent - 1.0.0 + parent + 1.0.1 pom Image-Tools-Parent @@ -70,8 +70,8 @@ - 0.1.0 - 0.1.2 + 0.1.1 + 0.1.3 UTF-8 1.8 2.12 @@ -101,12 +101,12 @@ com.sothr.imagetools - ImageTools-Hash + hash ${imagetools.hash.version} com.sothr.imagetools - ImageTools-Engine + engine ${imagetools.engine.version} diff --git a/pom.xml b/pom.xml index a3a8361..3355ebe 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ 4.0.0 com.sothr.imagetools - Image-Tools - 0.1.2-DEV + build + 0.1.3-DEV pom Image-Tools