aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
blob: faf06bbba2f014ba6c4b3618603d7c0dbbd22e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

major=1
minor=2
patch=0

base_version=${major}.${minor}.${patch}

# Release must be completed with git revision # in Jenkins
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
ss required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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.ccsdk.cds.cba</groupId> <artifactId>blueprint-model</artifactId> <version>0.7.0-SNAPSHOT</version> </parent> <artifactId>test-blueprint-model</artifactId> <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>CBA - Test Blueprints</name> <description>CBA - Test Blueprints</description> <modules> <module>capability_cli</module> <module>resource-audit</module> </modules> </project>