<li><code>simantics.target</code></li>
<li><code>org.simantics.sdk.build.targetdefinition.target</code></li>
</ul>
-<p>At the beginning of simantics.target file, increment <code>sequenceNumber</code> by 1</p>
+<p>At the beginning of simantics.target file, increment <code>sequenceNumber</code> by 1 and replace
+the version numbers in target name and <code>org.simantics.sdk.feature.group</code> and
+<code>org.simantics.sdk.source.feature.group</code> with <code>x.y.z[.w]</code>:</p>
<pre><code><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Simantics x.y.z[.w]" sequenceNumber="11">
+<unit id="org.simantics.sdk.feature.group" version="x.y.z[.w]"/>
+<unit id="org.simantics.sdk.source.feature.group" version="x.y.z[.w]"/>
</code></pre>
<p>Next, replace the following rows in both mentioned files:</p>
<pre><code><repository location="http://www.simantics.org/download/master/sdk"/>
<repository location="http://www.simantics.org/download/release/x.y.z[.w]/external-components/manual"/>
</code></pre>
</li>
+<li>
+<p>Edit version number of `org.simantics.sdk` feature in `features/org.simantics.sdk.feature/feature.xml` to `x.y.z[.w]`.</p>
+<pre><code>
+<feature
+ id="org.simantics.sdk"
+ label="Simantics SDK"
+ version="x.y.z"
+ provider-name="VTT Technical Research Centre of Finland">
+</code></pre>
+<p>Now commit and push the changes to the release branch.</p>
+</li>
</ol>
<h3>Initialize release branch distribution web site</h3>
<ul>
* `simantics.target`
* `org.simantics.sdk.build.targetdefinition.target`
- At the beginning of simantics.target file, increment `sequenceNumber` by 1
+ At the beginning of simantics.target file, increment `sequenceNumber` by 1 and replace
+ the version numbers in target name and `org.simantics.sdk.feature.group` and
+ `org.simantics.sdk.source.feature.group` with `x.y.z[.w]`:
~~~
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Simantics x.y.z[.w]" sequenceNumber="11">
+ <unit id="org.simantics.sdk.feature.group" version="x.y.z[.w]"/>
+ <unit id="org.simantics.sdk.source.feature.group" version="x.y.z[.w]"/>
~~~
Next, replace the following rows in both mentioned files:
<repository location="http://www.simantics.org/download/release/x.y.z[.w]/external-components/manual"/>
~~~
+3. Edit version number of `org.simantics.sdk` feature in `features/org.simantics.sdk.feature/feature.xml` to `x.y.z[.w]`.
+ ~~~
+ <feature
+ id="org.simantics.sdk"
+ label="Simantics SDK"
+ version="x.y.z"
+ provider-name="VTT Technical Research Centre of Finland">
+ ~~~
+
### Initialize release branch distribution web site
* Run [SDK/Deploy External Components to Web](https://www.simantics.org/jenkins/job/SDK/job/Deploy%20External%20Components%20to%20Web/) build with parameters: