8970b6758b
Change versions to match Fedora versions. Add version numbers to the blueprints except for glusterfs.toml, not having a version is used as part of the tests.
16 lines
263 B
TOML
16 lines
263 B
TOML
name = "jboss"
|
|
description = "An example jboss server"
|
|
version = "0.0.1"
|
|
|
|
[[modules]]
|
|
name = "jboss-servlet-3.1-api"
|
|
version = "1.0.*"
|
|
|
|
[[modules]]
|
|
name = "jboss-interceptors-1.2-api"
|
|
version = "1.0.*"
|
|
|
|
[[modules]]
|
|
name = "java-1.8.0-openjdk"
|
|
version = "1.8.0.*"
|