From e99144d0b2ef98cdae01fdc7571208380019e896 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 21 May 2018 14:49:37 +0200 Subject: [PATCH] alr 0.5 --- index/alire-index-alr.ads | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index/alire-index-alr.ads b/index/alire-index-alr.ads index 413c915a..b0ff9c04 100644 --- a/index/alire-index-alr.ads +++ b/index/alire-index-alr.ads @@ -1,3 +1,4 @@ +with Alire.Index.AJUnitGen; with Alire.Index.Alire; with Alire.Index.Simple_Logging; with Alire.Index.XML_EZ_Out; @@ -18,7 +19,15 @@ package Alire.Index.Alr is Author ("Alejandro R. Mosteo") and License (GPL_3_0)); - -- Add AJUnitGen and remove XML_EZ_Out in v0.5 + package V_0_5 is new Project_Release + (Base + .Replacing + (Origin => Git (Repo, "721d111225cf30b9c298ff23587664510f4c4ea1")) + .Extending + (Dependencies => + Alire.V_0_5.Within_Minor and + AJUnitGen.V_1_0_0.Within_Major + )); package V_0_4 is new Project_Release (Base