Skip to content

Commit

Permalink
Update Alire configuration for 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Feb 28, 2021
1 parent ac79a59 commit af0748b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .alire/asf.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ with "servletada";

library project Asf is

Version := "1.4.1";
Version := "1.4.2";
Library_Dir := "lib";
Library_Type : Asf_Config.Library_Type_Type := external ("ASF_LIBRARY_TYPE", "static");

Expand Down
10 changes: 5 additions & 5 deletions alire-unit.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Web Server Faces JSR 252, JSR 314 and JSR 344 (Testing framework)"
tags = ["web", "servlet", "http", "framework", "facelet", "jsf", "testing"]
name = "serverfaces_unit"
version = "1.4.1"
version = "1.4.2"
licenses = ["Apache 2.0"]
authors = ["[email protected]"]
maintainers = ["[email protected]"]
Expand All @@ -23,10 +23,10 @@ on top of Ada Server Faces.
"""

[[depends-on]]
security = "^1.3.0"
serverfaces = "^1.4.1"
servletada = "^1.5.0"
utilada = "^2.3.0"
security = "^1.4.0"
serverfaces = "^1.4.2"
servletada = "^1.5.1"
utilada = "^2.4.0"

[gpr-externals]
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
Expand Down
8 changes: 4 additions & 4 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Web Server Faces JSR 252, JSR 314 and JSR 344"
tags = ["web", "servlet", "http", "json"]
name = "serverfaces"
version = "1.4.1"
version = "1.4.2"
licenses = ["Apache 2.0"]
authors = ["[email protected]"]
maintainers = ["[email protected]"]
Expand All @@ -24,9 +24,9 @@ to provide server web requests.
"""

[[depends-on]]
security = "^1.3.0"
servletada = "^1.5.0"
utilada = "^2.3.0"
security = "^1.4.0"
servletada = "^1.5.1"
utilada = "^2.4.0"

[gpr-externals]
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
Expand Down

0 comments on commit af0748b

Please sign in to comment.