Skip to content
Luis Bermudez edited this page Jul 23, 2015 · 1 revision

Introduction

A release of TEAM Engine occurs once per month. A minor version is released every month. It usually contains minor features and bug fixes. Commits happen during the first 3 weeks. At the fourth week integration tests are performed and a release is made in the OGC beta web site. There it stays for one month and then it is moved to production.

The Number

The revision number looks as follows:

Major.Minor.Patch

Major

The mayor release, happens once per year. Introduces mayor features, sometimes not backwards compatible

Minor

Minor revisions happen every month. Introduces minor features, major bug fixes, etc.

Patch

Happens as needed, when there is a critical bug that cannot wait until the next monthly release.

Master Branch

The master branch contains the latest code; it must always build. The version in master is:

 Major.Minor-SNAPSHOT

Where Minor is the next minor revision