<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
It's time to prepare the master branch for JBT 4.4 / JBDS 10
development.<br>
<br>
1. Please update the parent pom in your component from
4.3.0.CR1-SNAPSHOT to 4.4.0.Alpha1-SNAPSHOT:<br>
<br>
jbosstools-*/pom.xml:<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<parent><br>
<groupId>org.jboss.tools</groupId><br>
<artifactId>parent</artifactId><br>
<version><b>4.4.0.Alpha1-SNAPSHOT</b></version><br>
</parent><br>
<br>
Please update the parent pom now.<br>
<br>
2. Bump the version of your component. For example if the current
version of your component is 4.3.0 then update it to 4.4.0 or
4.3.100 (if you don't add any new functionality): <br>
<br>
mvn org.eclipse.tycho:tycho-versions-plugin:set-version
-DnewVersion=4.4.0.SNAPSHOT<br>
<br>
You should update the component version when you pushing any changes
to master that you don't have in JBT 4.3.0<br>
<br>
I didn't create JIRAs for these updates, so, please, don't ignore
this email :)<br>
<br>
Thanks.<br>
</body>
</html>