All Downloads are FREE. Search and download functionalities are using the official Maven repository.

s.oxalis-api.3.2.0-RC1.source-code.oxalis-version.properties Maven / Gradle / Ivy

Go to download

Holds the stuff required by external components, which may be hooked into Oxalis. Classes and resources in this module should be made available to oxalis-inbound by placing it into a shared library in the web container.

There is a newer version: 4.1.2
Show newest version
#
# Property values are injected by Maven filtering at build time
# The SCM build info relies on the git-commit-id-plugin
#
oxalis.version=${project.version}
oxalis.user=${env.USER}

git.branch=${git.branch}
git.commit.id.describe=${git.commit.id.describe}
git.build.user.name=${git.build.user.name}
git.build.user.email=${git.build.user.email}
git.build.time=${git.build.time}
git.commit.id=${git.commit.id}
git.commit.id.abbrev=${git.commit.id.abbrev}
git.commit.user.name=${git.commit.user.name}
git.commit.user.email=${git.commit.user.email}
git.commit.message.full=${git.commit.message.full}
git.commit.message.short=${git.commit.message.short}
git.commit.time=${git.commit.time}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy