udt.barchart-udt-core.2.3.0.source-code.version.properties Maven / Gradle / Ivy
The newest version!
#
# Copyright (C) 2009-2013 Barchart, Inc.
#
# All rights reserved. Licensed under the OSI BSD License.
#
# http://www.opensource.org/licenses/bsd-license.php
#
#
# ${projectBuildStamp}
#
#
# provides udt native and udt wrapper version information
#
# TODO read from Yunhong Gu source
udt.version=4.10
#
# library core name
#
# FIXME currently must be a snapshot
#
barchart.name=${project.artifactId}-${project.version}
# library artifact coordinates
barchart.groupId=${project.groupId}
barchart.artifactId=${project.artifactId}
barchart.version=${project.version}
# build time, milliseconds UTC
barchart.timestamp=${projectTimeLong}