-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Alire configuration for 1.4.2
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]"] | ||
|
@@ -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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]"] | ||
|
@@ -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"] | ||
|