Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 110630c98 -> 1dfc5e6ee
TAMAYA-334: Update geronimo-annotation dependency This updates the geronimo-annotation dependency from 1.0-alpha-1 to 1.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/1dfc5e6e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/1dfc5e6e Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/1dfc5e6e Branch: refs/heads/master Commit: 1dfc5e6ee3804781d844bbd6188055bf4d6e49e9 Parents: 110630c Author: Aaron Coburn <[email protected]> Authored: Mon Sep 24 09:08:11 2018 -0400 Committer: Aaron Coburn <[email protected]> Committed: Mon Sep 24 09:08:11 2018 -0400 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/1dfc5e6e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af80267..351e9f0 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ under the License. <json.spec.version>1.0</json.spec.version> <johnzon.version>1.1.8</johnzon.version> <junit.version>4.12</junit.version> + <annotation.spec.version>1.0</annotation.spec.version> <assertj.version>3.10.0</assertj.version> <!-- Dependency and plugin relate version properties go here --> @@ -341,7 +342,7 @@ under the License. <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-annotation_1.2_spec</artifactId> - <version>1.0-alpha-1</version> + <version>${annotation.spec.version}</version> </dependency> <dependency> <groupId>junit</groupId>
