aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
blob: 37823a3d12699d2c9d67b731b50e7e1ce362662c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###########################################################
# Versioning variables
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support

release_name=1
sprint_number=5
feature_revision=0

base_version=${release_name}.${sprint_number}.${feature_revision}

release_version=${base_version}-STAGING
snapshot_version=${base_version}-SNAPSHOT
t"><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> <version>2.9.3-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.plugins</groupId> <artifactId>plugins</artifactId> <packaging>pom</packaging> <name>${project.artifactId}</name> <description>Plugins for Apex that can be implemented with various 3PPs are implemented here.</description> <properties> <version.hazelcast>5.2.2</version.hazelcast> </properties> <modules> <module>plugins-context</module> <module>plugins-event</module> <module>plugins-executor</module> </modules> </project>