Repository: incubator-tamaya Updated Branches: refs/heads/master 9181202fc -> 4c73bad2e
TAMAYA-334: Update geronimo-annotation dependency This updates the geronimo-annotation dependency to 1.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/6bc669e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/6bc669e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/6bc669e7 Branch: refs/heads/master Commit: 6bc669e733c59bce6623c87e61edcccf241d1f02 Parents: 99ea556 Author: Aaron Coburn <[email protected]> Authored: Wed Mar 14 10:13:23 2018 -0400 Committer: Aaron Coburn <[email protected]> Committed: Wed Mar 14 10:13:23 2018 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6bc669e7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6955913..dcd65e3 100644 --- a/pom.xml +++ b/pom.xml @@ -280,7 +280,7 @@ <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-annotation_1.2_spec</artifactId> - <version>1.0-alpha-1</version> + <version>1.0</version> </dependency> <dependency> <groupId>junit</groupId>
