Skip to content

Commit 4abee74

Browse files
HannesWelllaeubi
authored andcommitted
Clarify and set up usage of +100 increments for service version segments
The workflow for automated version increments also uses the +100 increment schema for the service version.
1 parent e11227a commit 4abee74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ m2e tries to use OSGi Semantic Version (to properly expose its API contracts and
115115

116116
The delta for version bumps are:
117117

118-
* `+0.0.1` (next micro) for a bugfix, or an internal change that doesn't surface to APIs
118+
* `+0.0.100` (next micro) for a bugfix, or an internal change that doesn't surface to APIs (we increment by 100 in order to allow maintanance release to increase by just 1, if they are necessary at some time)
119119
* `+0.1.0` (next minor) for an API addition
120120
* `+1.0.0` (next major) for an API breakage (needs to be discussed on the mailing-list first)
121121
* If some "smaller" bump already took place, you can replace it with your "bigger one". Eg, if last release has org.eclipse.m2e.editor 1.16.1; and someone already bumped version to 1.16.2 (for an internal change) and you're adding a new API, then you need to change version to 1.17.0

m2e-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<ignore>jars/*.jar</ignore>
122122
<ignore>Eclipse-SourceReferences</ignore>
123123
</ignores>
124+
<increment>100</increment>
124125
<extensions>true</extensions>
125126
</configuration>
126127
</execution>

0 commit comments

Comments
 (0)