diff --git a/.gitignore b/.gitignore index 4a4a0ea..d6b2e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /ivy/ /lib/ /target/ +distribution diff --git a/changes.xml b/changes.xml index 56194b0..5db5449 100644 --- a/changes.xml +++ b/changes.xml @@ -51,6 +51,7 @@ assertReferenceIsNotSet assertions. + We didn't follow our own best practice and hard-coded the diff --git a/common b/common index ce5a823..4bc0835 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit ce5a8232fdb6e362c736fbdb0ada0c1ea15a7d64 +Subproject commit 4bc0835ac521a9b64a623a94225cfdbcce708193 diff --git a/ivy.xml b/ivy.xml index 549d748..8d0dc76 100644 --- a/ivy.xml +++ b/ivy.xml @@ -34,9 +34,10 @@ - - - + + + + @@ -57,8 +58,9 @@ e:classifier="ivy"/> - - - + + + + diff --git a/project-template.pom b/project-template.pom index 42c56c6..f9b8754 100644 --- a/project-template.pom +++ b/project-template.pom @@ -75,7 +75,7 @@ org.apache.ant ant - 1.8.1 + 1.10.13 compile @@ -87,20 +87,20 @@ junit junit - 4.12 + 4.13.2 compile true org.apache.ant ant-launcher - 1.8.1 + 1.10.13 provided org.apache.ant ant-testutil - 1.8.1 + 1.10.13 test