]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "(refs #7284) Fixed SCLAnnotationModel to cope invalid error ranges"
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 8 Jun 2017 07:40:47 +0000 (10:40 +0300)
committerGerrit Code Review <gerrit2@www.simantics.org>
Thu, 8 Jun 2017 07:40:47 +0000 (10:40 +0300)
.mvn/extensions.xml
bundles/org.simantics.gnuplot/pom.xml
bundles/pom.xml
releng/doc/release.html
releng/doc/release.md
releng/org.simantics.sdk.build.p2.site/pom.xml
releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target
releng/org.simantics.sdk.build.targetdefinition/simantics.target
releng/org.simantics.tycho.configuration/pom.xml

index bbf5bfcee04298bd7174cb66ccd19d895da30ab0..1bf00d24c459199b02ec7dcbbda6eb508eab2242 100644 (file)
@@ -3,6 +3,6 @@
   <extension>
     <groupId>org.eclipse.tycho.extras</groupId>
     <artifactId>tycho-pomless</artifactId>
-    <version>0.26.0</version>
+    <version>1.0.0</version>
   </extension>
 </extensions> 
\ No newline at end of file
index 34a454c19a9349cb23de7cf03fc108efe784236a..75ed6fe45f3b62176f9d23635fd09077b44186a9 100644 (file)
@@ -18,7 +18,7 @@
        <!-- common settings for all modules -->
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <tycho-version>0.26.0</tycho-version>
+               <tycho-version>1.0.0</tycho-version>
        </properties>
 
        <build>
@@ -76,7 +76,7 @@
                                                                                        tycho-packaging-plugin
                                                                                </artifactId>
                                                                                <versionRange>
-                                                                                       [0.24.0,)
+                                                                                       [1.0.0,)
                                                                                </versionRange>
                                                                                <goals>
                                                                                        <goal>validate-id</goal>
@@ -99,7 +99,7 @@
                                                                                        tycho-compiler-plugin
                                                                                </artifactId>
                                                                                <versionRange>
-                                                                                       [0.24.0,)
+                                                                                       [1.0.0,)
                                                                                </versionRange>
                                                                                <goals>
                                                                                        <goal>compile</goal>
index bc89d553cc37edc4e20dab908884eec8c43d03b2..560f55592291af655b804edd1855d2a5177fa006 100644 (file)
@@ -31,6 +31,7 @@
                                <version>${tycho.version}</version>
                                <configuration>
                                        <compilerArgument>-err:-forbidden</compilerArgument>
+                                       <useProjectSettings>false</useProjectSettings>
                                </configuration>
                        </plugin>
                        <plugin>
index df0f9d70f5cc3da78118f903ebd3e552e905e192..17c7d28f45016120cb6736611260a8f2e648e55a 100644 (file)
-<!DOCTYPE html>
-<html>
-<head>
-<title>release</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<style type="text/css">
-/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */
-/* Author: Nicolas Hery - http://nicolashery.com */
-/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */
-/* Source: https://github.com/nicolahery/markdownpad-github */
-
-/* RESET
-=============================================================================*/
-
-html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
-  margin: 0;
-  padding: 0;
-  border: 0;
-}
-
-/* BODY
-=============================================================================*/
-
-body {
-  font-family: Helvetica, arial, freesans, clean, sans-serif;
-  font-size: 14px;
-  line-height: 1.6;
-  color: #333;
-  background-color: #fff;
-  padding: 20px;
-  max-width: 960px;
-  margin: 0 auto;
-}
-
-body>*:first-child {
-  margin-top: 0 !important;
-}
-
-body>*:last-child {
-  margin-bottom: 0 !important;
-}
-
-/* BLOCKS
-=============================================================================*/
-
-p, blockquote, ul, ol, dl, table, pre {
-  margin: 15px 0;
-}
-
-/* HEADERS
-=============================================================================*/
-
-h1, h2, h3, h4, h5, h6 {
-  margin: 20px 0 10px;
-  padding: 0;
-  font-weight: bold;
-  -webkit-font-smoothing: antialiased;
-}
-
-h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {
-  font-size: inherit;
-}
-
-h1 {
-  font-size: 28px;
-  color: #000;
-}
-
-h2 {
-  font-size: 24px;
-  border-bottom: 1px solid #ccc;
-  color: #000;
-}
-
-h3 {
-  font-size: 18px;
-}
-
-h4 {
-  font-size: 16px;
-}
-
-h5 {
-  font-size: 14px;
-}
-
-h6 {
-  color: #777;
-  font-size: 14px;
-}
-
-body>h2:first-child, body>h1:first-child, body>h1:first-child+h2, body>h3:first-child, body>h4:first-child, body>h5:first-child, body>h6:first-child {
-  margin-top: 0;
-  padding-top: 0;
-}
-
-a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
-  margin-top: 0;
-  padding-top: 0;
-}
-
-h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
-  margin-top: 10px;
-}
-
-/* LINKS
-=============================================================================*/
-
-a {
-  color: #4183C4;
-  text-decoration: none;
-}
-
-a:hover {
-  text-decoration: underline;
-}
-
-/* LISTS
-=============================================================================*/
-
-ul, ol {
-  padding-left: 30px;
-}
-
-ul li > :first-child, 
-ol li > :first-child, 
-ul li ul:first-of-type, 
-ol li ol:first-of-type, 
-ul li ol:first-of-type, 
-ol li ul:first-of-type {
-  margin-top: 0px;
-}
-
-ul ul, ul ol, ol ol, ol ul {
-  margin-bottom: 0;
-}
-
-dl {
-  padding: 0;
-}
-
-dl dt {
-  font-size: 14px;
-  font-weight: bold;
-  font-style: italic;
-  padding: 0;
-  margin: 15px 0 5px;
-}
-
-dl dt:first-child {
-  padding: 0;
-}
-
-dl dt>:first-child {
-  margin-top: 0px;
-}
-
-dl dt>:last-child {
-  margin-bottom: 0px;
-}
-
-dl dd {
-  margin: 0 0 15px;
-  padding: 0 15px;
-}
-
-dl dd>:first-child {
-  margin-top: 0px;
-}
-
-dl dd>:last-child {
-  margin-bottom: 0px;
-}
-
-/* CODE
-=============================================================================*/
-
-pre, code, tt {
-  font-size: 12px;
-  font-family: Consolas, "Liberation Mono", Courier, monospace;
-}
-
-code, tt {
-  margin: 0 0px;
-  padding: 0px 0px;
-  white-space: nowrap;
-  border: 1px solid #eaeaea;
-  background-color: #f8f8f8;
-  border-radius: 3px;
-}
-
-pre>code {
-  margin: 0;
-  padding: 0;
-  white-space: pre;
-  border: none;
-  background: transparent;
-}
-
-pre {
-  background-color: #f8f8f8;
-  border: 1px solid #ccc;
-  font-size: 13px;
-  line-height: 19px;
-  overflow: auto;
-  padding: 6px 10px;
-  border-radius: 3px;
-}
-
-pre code, pre tt {
-  background-color: transparent;
-  border: none;
-}
-
-kbd {
-    -moz-border-bottom-colors: none;
-    -moz-border-left-colors: none;
-    -moz-border-right-colors: none;
-    -moz-border-top-colors: none;
-    background-color: #DDDDDD;
-    background-image: linear-gradient(#F1F1F1, #DDDDDD);
-    background-repeat: repeat-x;
-    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
-    border-image: none;
-    border-radius: 2px 2px 2px 2px;
-    border-style: solid;
-    border-width: 1px;
-    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
-    line-height: 10px;
-    padding: 1px 4px;
-}
-
-/* QUOTES
-=============================================================================*/
-
-blockquote {
-  border-left: 4px solid #DDD;
-  padding: 0 15px;
-  color: #777;
-}
-
-blockquote>:first-child {
-  margin-top: 0px;
-}
-
-blockquote>:last-child {
-  margin-bottom: 0px;
-}
-
-/* HORIZONTAL RULES
-=============================================================================*/
-
-hr {
-  clear: both;
-  margin: 15px 0;
-  height: 0px;
-  overflow: hidden;
-  border: none;
-  background: transparent;
-  border-bottom: 4px solid #ddd;
-  padding: 0;
-}
-
-/* TABLES
-=============================================================================*/
-
-table th {
-  font-weight: bold;
-}
-
-table th, table td {
-  border: 1px solid #ccc;
-  padding: 6px 13px;
-}
-
-table tr {
-  border-top: 1px solid #ccc;
-  background-color: #fff;
-}
-
-table tr:nth-child(2n) {
-  background-color: #f8f8f8;
-}
-
-/* IMAGES
-=============================================================================*/
-
-img {
-  max-width: 100%
-}
-</style>
-</head>
-<body>
-<h1>Definition of Done for Simantics Platform Releases</h1>
-<ol>
-<li>The <code>simantics/platform</code> and <code>simantics/third-party</code> Git repositories have a branch <code>release/x.y.z[.w]</code> and tag <code>x.y.z[.w]</code>.</li>
-<li><a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog">A change log entry</a> is compiled from the issues in this release and made available to the general public separately for the platform and for the open products included in the release train.</li>
-<li><a href="http://dev.simantics.org/index.php/Roadmap">Roadmap</a> is up-to-date.</li>
-<li><a href="http://dev.simantics.org/index.php/Tutorials">Tutorials</a> are up-to-date and coherent with the platform.</li>
-<li>For all new major/minor releases, Wiki documentation is backed up (cloned).</li>
-</ol>
-<hr />
-<h1>Simantics Platform Release Process</h1>
-<ul>
-<li>Create <code>release/x.y.z[.w]</code> release stabilisation branch</li>
-<li>Repeat until stable:
-<ul>
-<li>Develop, test and document components and test products</li>
-</ul>
-</li>
-<li>Tag the release in repository</li>
-<li>Backup documentation wiki databases</li>
-<li>Build and publish SDK package with and without sources
-<ul>
-<li>Does not really require any work</li>
-</ul>
-</li>
-<li>Build Simantics open source products and plug-in components which are a part of the release train</li>
-<li>Update websites to reflect the new release</li>
-</ul>
-<hr />
-<h1>Released Plug-in Components and Products</h1>
-<p>There are both plug-in components and products that are part of the &quot;Simantics release train&quot; that shall be released simultaneously to a major or minor Simantics release.</p>
-<p>Plug-in components are installable features that are deployed online as P2 repositories for general availability. Products are deployed as ZIP files and made available online in designated locations on simantics.org.</p>
-<p>Products that are part of the release train:</p>
-<ul>
-<li>Simantics Desktop</li>
-<li>Simantics System Dynamics Tool - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/sysdyn.git;a=summary">simantics/sysdyn.git</a></li>
-</ul>
-<p>Plug-in components that are part of the release train:</p>
-<ul>
-<li>Simantics R - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/r.git;a=summary">simantics/r.git</a></li>
-<li>FMIL - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/fmil.git;a=summary">simantics/fmil.git</a></li>
-<li>FMI Studio - <a href="https://www.simantics.org:8088/r/gitweb?p=members/fmi.git;a=summary">members/fmi.git</a></li>
-<li>Simupedia - <a href="https://www.simantics.org/svn/members/simupedia">Members SVN</a></li>
-</ul>
-<p>For simplicity, each of these components are versioned accoring to platform versioning, i.e. for Platform SDK 1.26.0 there will be Simantics Desktop 1.26.0, Sysdyn 1.26.0, and so on.</p>
-<hr />
-<h1>Release Schedule</h1>
-<ul>
-<li>Releases are branched 4 weeks before the set release date.</li>
-<li>During this time no more new features are allowed in the release branch and the existing work shall be stabilized. Work must be focused on bug fixes and documentation.</li>
-<li>Source code changes to release branches are forbidden in the last 2 weeks. Documentation-only changes are still allowed. However, if critical show-stopper problems surface during that time, the changes must be done. After that the release engineering team must decide whether to stick to the original release schedule or whether to delay the release.</li>
-</ul>
-<hr />
-<h1>Simantics Platform Release - Step by Step</h1>
-<h2>Create release branch from selected commit</h2>
-<p>When release stabilisation starts, branch <code>simantics/platform</code> and <code>simantics/third-party</code> repositories:</p>
-<pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git
-cd platform
-git branch release/x.y.z[.w] &lt;commit&gt;
-git push origin release/x.y.z[.w]
-
-git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/third-party.git
-cd third-party
-git branch release/x.y.z[.w] &lt;commit&gt;
-git push origin release/x.y.z[.w]
-</code></pre>
-<p>When creating major/minor releases <code>&lt;commit&gt;</code> is usually a commit in the <code>master</code> branch.
-With service releases, branch from an existing <code>release/*</code> branch instead.</p>
-<h2>Prepare release branch for use</h2>
-<h3>Prepare .target files</h3>
-<ol>
-<li>
-<p>Retrieve release branch of the platform repository</p>
-<pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git
-cd platform
-git branch release/x.y.z[.w] remotes/origin/release/x.y.z[.w]
-git checkout release/x.y.z[.w]
-</code></pre>
-</li>
-<li>
-<p>Edit all target platform files in  <code>releng/org.simantics.sdk.build.targetdefinition/</code>, i.e.</p>
-<ul>
-<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 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>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;?pde version=&quot;3.8&quot;?&gt;
-&lt;target name=&quot;Simantics x.y.z[.w]&quot; sequenceNumber=&quot;11&quot;&gt;
-&lt;unit id=&quot;org.simantics.sdk.feature.group&quot; version=&quot;x.y.z[.w]&quot;/&gt;
-&lt;unit id=&quot;org.simantics.sdk.source.feature.group&quot; version=&quot;x.y.z[.w]&quot;/&gt;
-</code></pre>
-<p>Next, replace the following rows in both mentioned files:</p>
-<pre><code>&lt;repository location=&quot;http://www.simantics.org/download/master/sdk&quot;/&gt;
-&lt;repository location=&quot;http://www.simantics.org/download/master/external-components/maven&quot;/&gt;
-&lt;repository location=&quot;http://www.simantics.org/download/master/external-components/manual&quot;/&gt;
-</code></pre>
-<p>with</p>
-<pre><code>&lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/sdk&quot;/&gt;
-&lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/external-components/maven&quot;/&gt;
-&lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/external-components/manual&quot;/&gt;
-</code></pre>
-</li>
-<li>
-<p>Edit version number of <code>org.simantics.sdk</code> feature in <code>features/org.simantics.sdk.feature/feature.xml</code> to <code>x.y.z[.w]</code>.</p>
-<pre><code>&lt;feature
-      id=&quot;org.simantics.sdk&quot;
-      label=&quot;Simantics SDK&quot;
-      version=&quot;x.y.z&quot;
-      provider-name=&quot;VTT Technical Research Centre of Finland&quot;&gt;
-</code></pre>
-<p>An example of these changes can be seen in <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/platform.git;a=commit;h=bab5c9bd68277c76dc5c20bc7a60a9896cbd1540">gitweb</a>.</p>
-</li>
-<li>
-<p>Ensure that Redmine has a release engineering issue for the branched release, such as <a href="https://www.simantics.org/redmine/issues/7263">Simantics 1.30.0 release engineering</a>. Make a copy of the previous release issue to create the new one. Include link to original issue while copying.</p>
-</li>
-<li>
-<p>Commit the changes made</p>
-<pre><code> git commit -a
-</code></pre>
-<p>with the commit message</p>
-<pre><code> Configured release/x.y.z[.w] branch for SDK builds.
-
- refs #xxxx
-</code></pre>
-<p>where <code>#xxxx</code> is the number of the x.y.z[.w] release engineering issue and push them to remote</p>
-<pre><code> git push origin release/x.y.z[.w]
-</code></pre>
-</li>
-<li>
-<p>If you are branching from <code>master</code>, bump the revision of master right now to start the next release cycle in master.
-An example of these changes can be seen in <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/platform.git;a=commitdiff;h=ae93c9930c6345c32219e6845b9e72e9d9d2d28c">gitweb</a>.</p>
-<p>Commit the changes with the following commit message</p>
-<pre><code>Bumped master target and org.simantics.sdk feature versions to x.y.z[.w].
-refs #yyyy
-</code></pre>
-<p>where <code>#yyyy</code> is the number of the next release's release engineering issue.</p>
-</li>
-</ol>
-<h3>Initialize release branch distribution web site</h3>
-<ul>
-<li>Run <a href="https://www.simantics.org/jenkins/job/SDK/job/Deploy%20External%20Components%20to%20Web/">SDK/Deploy External Components to Web</a> build with parameters:
-<ul>
-<li><strong>GERRIT_REFNAME:</strong> <code>release/x.y.z[.w]</code></li>
-<li><strong>PUBLISH_ARTIFACTS:</strong> <code>true</code></li>
-</ul>
-</li>
-<li>Run the <a href="https://www.simantics.org/jenkins/job/SDK/job/Simantics%20SDK/">SDK/Simantics SDK</a> build with parameters:
-<ul>
-<li><strong>GERRIT_REFNAME:</strong> <code>release/x.y.z[.w]</code></li>
-<li><strong>PUBLISH_ARTIFACTS:</strong> <code>true</code></li>
-</ul>
-</li>
-</ul>
-<p>Running these two builds will ensure that both the external components required to build the SDK and the Simantics SDK for the new release branch are published online at <code>http://www.simantics.org/download/release/x.y.z[.w]/</code>.</p>
-<p>After this, whenever changes are pushed/merged to <code>release/x.y.z[.w]</code> branch in Gerrit, new <strong>SDK/Simantics SDK</strong> builds are triggered automatically and they will publish the results at the same location online.</p>
-<p>This means that one does not have to do any tricks after this to build and publish the SDK as a P2 repository online. It is an automated process that is performed by the <a href="https://www.simantics.org/jenkins/job/SDK/job/Simantics%20SDK/">SDK/Simantics SDK</a> Jenkins job.</p>
-<h2>Review documentation</h2>
-<p>Documentation to review:</p>
-<ul>
-<li><a href="http://dev.simantics.org/">Developer wiki</a></li>
-<li><a href="https://www.simantics.org/end_user_wiki">End-user wiki</a></li>
-<li><a href="https://www.simantics.org/members">Member wiki</a></li>
-</ul>
-<p>For each wiki page:</p>
-<ul>
-<li>Read through and get authors to fix found problems, such as TODOs or invalid information.</li>
-</ul>
-<h2>Review tutorials</h2>
-<ul>
-<li>
-<p>Ensure tutorial wiki documentation at http://dev.simantics.org/index.php/Tutorials is up-to-date with the released platform</p>
-</li>
-<li>
-<p>Ensure tutorial projects and product build properly</p>
-</li>
-<li>
-<p>com.acme.movie</p>
-<ul>
-<li>Build with Buckminster, com.acme.movie.product.site.feature</li>
-</ul>
-</li>
-</ul>
-<h2>Tag release/* branches</h2>
-<p>When the release branches are ready for the release, tag them with the tag <code>vx.y.z[.w]</code>:</p>
-<pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git
-cd platform    
-git checkout release/x.y.z[.w]
-git tag vx.y.z[.w] -m &quot;Simantics x.y.z[.w] release&quot;
-git push origin --tags
-
-git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/third-party.git
-cd third-party
-git checkout release/x.y.z[.w]
-git tag vx.y.z[.w] -m &quot;Simantics x.y.z[.w] release&quot;
-git push origin --tags
-</code></pre>
-<blockquote>
-<p>Note The -m argument must be supplied to create an <a href="https://git-scm.com/book/en/v2/Git-Basics-Tagging">annotated tag</a>.
-Only annotated or signed tags can be pushed to Gerrit.</p>
-</blockquote>
-<h2>Backup documentation wiki databases</h2>
-<p>This step is only necessary for major/minor releases, not for service releases.</p>
-<p>The wiki databases to be backed up are:</p>
-<ul>
-<li><a href="http://dev.simantics.org/">Developer wiki</a></li>
-<li><a href="https://www.simantics.org/end_user_wiki">End-user wiki</a></li>
-</ul>
-<p>These are MediaWiki installations. The only sane way to &quot;tag&quot; the documentation
-is to back up the mysql database backing the wiki. Should the wiki be required
-at a later time for some reason, we'll put the documentation up then in a
-separate Mediawiki installation.</p>
-<ol>
-<li>Dump documentation wiki databases using <a href="./dump-wikis.sh">dump-wikis.sh</a> script.</li>
-<li>Put the generated backup x.y.z.tar.gz at /var/backup/simantics-releases/x.y.z/wiki/</li>
-</ol>
-<h2>Compile change log entry</h2>
-<ul>
-<li>Edit the <a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog">main page</a> and add a a link for release x.y.z[.w].</li>
-<li>Open the change log page of the previous release, e.g. <a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/Simantics_1250">1.25.0</a></li>
-<li>Open the new link in another browser/tab to start editing the new wiki page</li>
-<li>Edit the previous release's page and copy its wiki source contents over to the new release's page.</li>
-<li>Fix the content to match the new release:
-<ul>
-<li>Remove the issue content of the previous release</li>
-<li>Fix release number, release date, release branch link and the link to all issues closed for the release
-<ul>
-<li>Save new public issue query that lists all issues closed for the release by <a href="https://www.simantics.org/redmine/projects/simantics-platform/issues?query_id=122">starting from the previous release's query</a></li>
-</ul>
-</li>
-<li>Add filter to query: <strong>Release Notes: Any</strong> to only show issues that have some content in their Release Notes field</li>
-<li>Export closed issue list as CSV with selected columns only. Open the resulting CSV file in Excel.</li>
-<li>Use <strong>Data -&gt; Text to Columns</strong> with tab column separation to columnize the result</li>
-<li>Format the list as a table so that there is only one issue / row</li>
-<li>Remove all other columns besides: Issue #, Tracker, Release Notes</li>
-<li>Format the data into a Textile table:
-<ul>
-<li>Copy to table contents as text into <a href="http://www.pspad.com/">PSPad</a></li>
-<li>Replace (CTRL+H) tabs (<code>\t</code>) with <code>|</code> with <code>Regular Expressions</code> selection checked</li>
-<li>Use <strong>Insert Text Into Lines..</strong> (ALT-I) to fix line beginnings and ends:
-<ul>
-<li>Text:
-<ul>
-<li>At Lines Begin: <code>|#</code></li>
-<li>At Lines End: <code>|</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-<li>Copy the resulting textile table over to the change log page</li>
-</ul>
-</li>
-<li>Highlight major issues in the list by changing the text background color of the <strong>Type</strong> column:
-<ul>
-<li><code>%{background: lightsalmon}Major Bug%</code></li>
-<li><code>%{background: lightgreen}Major Feature%</code></li>
-<li><code>%{background: lightgreen}Major Enhancement%</code></li>
-</ul>
-</li>
-</ul>
-<h2>Disseminate information about the release</h2>
-<ul>
-<li><a href="http://dev.simantics.org">Developer Wiki</a>: Update roadmap at http://dev.simantics.org/index.php/Roadmap</li>
-<li><a href="https://www.simantics.org/redmine/">Redmine</a>: Post news on the developer/user-visible changes here.</li>
-<li><a href="https://www.simantics.org">simantics.org</a>: Post news on the release and a link to the redmine post</li>
-<li><a href="https://www.simantics.org/members/">Members Wiki</a>: Update frame plan to reflect the realized dates and link to Redmine news</li>
-<li><a href="mailto:simantics-developers@simantics.org">mailto:simantics-developers@simantics.org</a> Send &quot;newsletter&quot; to `simantics-developers@simantics.org:</li>
-</ul>
-<p><strong>Newsletter template:</strong></p>
-<pre><code>Hello everyone,
-   
-Simantics release x.y.z[.w] has been released. Head over to
-https://www.simantics.org/redmine/news/&lt;news number&gt;
-for the release news.
-
-Best regards,
-Simantics Release Engineering Team
-</code></pre>
-<p><strong>Redmine news template:</strong></p>
-<pre><code>Title: Simantics x.y.z[.w] released
-
-Simantics x.y.z[.w] was released on &lt;date&gt;.
-Please find change log at: [[simantics-platform:Simantics_xyzw|Simantics x.y.z[.w]]]
-
-Insert some general thoughts on the release...
-</code></pre>
-<hr />
-<h1>TODO</h1>
-<ul>
-<li>Create a parametrized release train pipeline build in Jenkins that creates all artifacts of a simantics release
-<ul>
-<li>Desktop, Sysdyn, R, Simupedia, FMIL, FMI Studio</li>
-</ul>
-</li>
-</ul>
-<ul>
-<li>
-<p>Incorporate tutorial code in the platform repository as a separate folder to allow platform builds to directly ensure that the tutorial code still builds OK</p>
-</li>
-<li>
-<p>Start using https://github.com/mbarbero/fr.obeo.releng.targetplatform to generate <code>.target</code> files. <code>.tpd</code> files allow specifying version ranges instead of specific versions.</p>
-</li>
-</ul>
-
-</body>
-</html>
-<!-- This document was created with MarkdownPad, the Markdown editor for Windows (http://markdownpad.com) -->
+<!DOCTYPE html>\r
+<html>\r
+<head>\r
+<title>release</title>\r
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
+<style type="text/css">\r
+/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */\r
+/* Author: Nicolas Hery - http://nicolashery.com */\r
+/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */\r
+/* Source: https://github.com/nicolahery/markdownpad-github */\r
+\r
+/* RESET\r
+=============================================================================*/\r
+\r
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {\r
+  margin: 0;\r
+  padding: 0;\r
+  border: 0;\r
+}\r
+\r
+/* BODY\r
+=============================================================================*/\r
+\r
+body {\r
+  font-family: Helvetica, arial, freesans, clean, sans-serif;\r
+  font-size: 14px;\r
+  line-height: 1.6;\r
+  color: #333;\r
+  background-color: #fff;\r
+  padding: 20px;\r
+  max-width: 960px;\r
+  margin: 0 auto;\r
+}\r
+\r
+body>*:first-child {\r
+  margin-top: 0 !important;\r
+}\r
+\r
+body>*:last-child {\r
+  margin-bottom: 0 !important;\r
+}\r
+\r
+/* BLOCKS\r
+=============================================================================*/\r
+\r
+p, blockquote, ul, ol, dl, table, pre {\r
+  margin: 15px 0;\r
+}\r
+\r
+/* HEADERS\r
+=============================================================================*/\r
+\r
+h1, h2, h3, h4, h5, h6 {\r
+  margin: 20px 0 10px;\r
+  padding: 0;\r
+  font-weight: bold;\r
+  -webkit-font-smoothing: antialiased;\r
+}\r
+\r
+h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {\r
+  font-size: inherit;\r
+}\r
+\r
+h1 {\r
+  font-size: 28px;\r
+  color: #000;\r
+}\r
+\r
+h2 {\r
+  font-size: 24px;\r
+  border-bottom: 1px solid #ccc;\r
+  color: #000;\r
+}\r
+\r
+h3 {\r
+  font-size: 18px;\r
+}\r
+\r
+h4 {\r
+  font-size: 16px;\r
+}\r
+\r
+h5 {\r
+  font-size: 14px;\r
+}\r
+\r
+h6 {\r
+  color: #777;\r
+  font-size: 14px;\r
+}\r
+\r
+body>h2:first-child, body>h1:first-child, body>h1:first-child+h2, body>h3:first-child, body>h4:first-child, body>h5:first-child, body>h6:first-child {\r
+  margin-top: 0;\r
+  padding-top: 0;\r
+}\r
+\r
+a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {\r
+  margin-top: 0;\r
+  padding-top: 0;\r
+}\r
+\r
+h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {\r
+  margin-top: 10px;\r
+}\r
+\r
+/* LINKS\r
+=============================================================================*/\r
+\r
+a {\r
+  color: #4183C4;\r
+  text-decoration: none;\r
+}\r
+\r
+a:hover {\r
+  text-decoration: underline;\r
+}\r
+\r
+/* LISTS\r
+=============================================================================*/\r
+\r
+ul, ol {\r
+  padding-left: 30px;\r
+}\r
+\r
+ul li > :first-child, \r
+ol li > :first-child, \r
+ul li ul:first-of-type, \r
+ol li ol:first-of-type, \r
+ul li ol:first-of-type, \r
+ol li ul:first-of-type {\r
+  margin-top: 0px;\r
+}\r
+\r
+ul ul, ul ol, ol ol, ol ul {\r
+  margin-bottom: 0;\r
+}\r
+\r
+dl {\r
+  padding: 0;\r
+}\r
+\r
+dl dt {\r
+  font-size: 14px;\r
+  font-weight: bold;\r
+  font-style: italic;\r
+  padding: 0;\r
+  margin: 15px 0 5px;\r
+}\r
+\r
+dl dt:first-child {\r
+  padding: 0;\r
+}\r
+\r
+dl dt>:first-child {\r
+  margin-top: 0px;\r
+}\r
+\r
+dl dt>:last-child {\r
+  margin-bottom: 0px;\r
+}\r
+\r
+dl dd {\r
+  margin: 0 0 15px;\r
+  padding: 0 15px;\r
+}\r
+\r
+dl dd>:first-child {\r
+  margin-top: 0px;\r
+}\r
+\r
+dl dd>:last-child {\r
+  margin-bottom: 0px;\r
+}\r
+\r
+/* CODE\r
+=============================================================================*/\r
+\r
+pre, code, tt {\r
+  font-size: 12px;\r
+  font-family: Consolas, "Liberation Mono", Courier, monospace;\r
+}\r
+\r
+code, tt {\r
+  margin: 0 0px;\r
+  padding: 0px 0px;\r
+  white-space: nowrap;\r
+  border: 1px solid #eaeaea;\r
+  background-color: #f8f8f8;\r
+  border-radius: 3px;\r
+}\r
+\r
+pre>code {\r
+  margin: 0;\r
+  padding: 0;\r
+  white-space: pre;\r
+  border: none;\r
+  background: transparent;\r
+}\r
+\r
+pre {\r
+  background-color: #f8f8f8;\r
+  border: 1px solid #ccc;\r
+  font-size: 13px;\r
+  line-height: 19px;\r
+  overflow: auto;\r
+  padding: 6px 10px;\r
+  border-radius: 3px;\r
+}\r
+\r
+pre code, pre tt {\r
+  background-color: transparent;\r
+  border: none;\r
+}\r
+\r
+kbd {\r
+    -moz-border-bottom-colors: none;\r
+    -moz-border-left-colors: none;\r
+    -moz-border-right-colors: none;\r
+    -moz-border-top-colors: none;\r
+    background-color: #DDDDDD;\r
+    background-image: linear-gradient(#F1F1F1, #DDDDDD);\r
+    background-repeat: repeat-x;\r
+    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;\r
+    border-image: none;\r
+    border-radius: 2px 2px 2px 2px;\r
+    border-style: solid;\r
+    border-width: 1px;\r
+    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;\r
+    line-height: 10px;\r
+    padding: 1px 4px;\r
+}\r
+\r
+/* QUOTES\r
+=============================================================================*/\r
+\r
+blockquote {\r
+  border-left: 4px solid #DDD;\r
+  padding: 0 15px;\r
+  color: #777;\r
+}\r
+\r
+blockquote>:first-child {\r
+  margin-top: 0px;\r
+}\r
+\r
+blockquote>:last-child {\r
+  margin-bottom: 0px;\r
+}\r
+\r
+/* HORIZONTAL RULES\r
+=============================================================================*/\r
+\r
+hr {\r
+  clear: both;\r
+  margin: 15px 0;\r
+  height: 0px;\r
+  overflow: hidden;\r
+  border: none;\r
+  background: transparent;\r
+  border-bottom: 4px solid #ddd;\r
+  padding: 0;\r
+}\r
+\r
+/* TABLES\r
+=============================================================================*/\r
+\r
+table th {\r
+  font-weight: bold;\r
+}\r
+\r
+table th, table td {\r
+  border: 1px solid #ccc;\r
+  padding: 6px 13px;\r
+}\r
+\r
+table tr {\r
+  border-top: 1px solid #ccc;\r
+  background-color: #fff;\r
+}\r
+\r
+table tr:nth-child(2n) {\r
+  background-color: #f8f8f8;\r
+}\r
+\r
+/* IMAGES\r
+=============================================================================*/\r
+\r
+img {\r
+  max-width: 100%\r
+}\r
+</style>\r
+</head>\r
+<body>\r
+<h1>Definition of Done for Simantics Platform Releases</h1>\r
+<ol>\r
+<li>The <code>simantics/platform</code> and <code>simantics/third-party</code> Git repositories have a branch <code>release/x.y.z[.w]</code> and tag <code>x.y.z[.w]</code>.</li>\r
+<li><a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog">A change log entry</a> is compiled from the issues in this release and made available to the general public separately for the platform and for the open products included in the release train.</li>\r
+<li><a href="http://dev.simantics.org/index.php/Roadmap">Roadmap</a> is up-to-date.</li>\r
+<li><a href="http://dev.simantics.org/index.php/Tutorials">Tutorials</a> are up-to-date and coherent with the platform.</li>\r
+<li>For all new major/minor releases, Wiki documentation is backed up (cloned).</li>\r
+</ol>\r
+<hr />\r
+<h1>Simantics Platform Release Process</h1>\r
+<ul>\r
+<li>Create <code>release/x.y.z[.w]</code> release stabilisation branch</li>\r
+<li>Repeat until stable:\r
+<ul>\r
+<li>Develop, test and document components and test products</li>\r
+</ul>\r
+</li>\r
+<li>Tag the release in repository</li>\r
+<li>Backup documentation wiki databases</li>\r
+<li>Build and publish SDK package with and without sources\r
+<ul>\r
+<li>Does not really require any work</li>\r
+</ul>\r
+</li>\r
+<li>Build Simantics open source products and plug-in components which are a part of the release train</li>\r
+<li>Update websites to reflect the new release</li>\r
+</ul>\r
+<hr />\r
+<h1>Released Plug-in Components and Products</h1>\r
+<p>There are both plug-in components and products that are part of the &quot;Simantics release train&quot; that shall be released simultaneously to a major or minor Simantics release.</p>\r
+<p>Plug-in components are installable features that are deployed online as P2 repositories for general availability. Products are deployed as ZIP files and made available online in designated locations on simantics.org.</p>\r
+<p>Products that are part of the release train:</p>\r
+<ul>\r
+<li>Simantics Desktop</li>\r
+<li>Simantics System Dynamics Tool - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/sysdyn.git;a=summary">simantics/sysdyn.git</a></li>\r
+</ul>\r
+<p>Plug-in components that are part of the release train:</p>\r
+<ul>\r
+<li>Simantics R - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/r.git;a=summary">simantics/r.git</a></li>\r
+<li>FMIL - <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/fmil.git;a=summary">simantics/fmil.git</a></li>\r
+<li>FMI Studio - <a href="https://www.simantics.org:8088/r/gitweb?p=members/fmi.git;a=summary">members/fmi.git</a></li>\r
+<li>Simupedia - <a href="https://www.simantics.org/svn/members/simupedia">Members SVN</a></li>\r
+</ul>\r
+<p>For simplicity, each of these components are versioned accoring to platform versioning, i.e. for Platform SDK 1.26.0 there will be Simantics Desktop 1.26.0, Sysdyn 1.26.0, and so on.</p>\r
+<hr />\r
+<h1>Release Schedule</h1>\r
+<ul>\r
+<li>Releases are branched 4 weeks before the set release date.</li>\r
+<li>During this time no more new features are allowed in the release branch and the existing work shall be stabilized. Work must be focused on bug fixes and documentation.</li>\r
+<li>Source code changes to release branches are forbidden in the last 2 weeks. Documentation-only changes are still allowed. However, if critical show-stopper problems surface during that time, the changes must be done. After that the release engineering team must decide whether to stick to the original release schedule or whether to delay the release.</li>\r
+</ul>\r
+<hr />\r
+<h1>Simantics Platform Release - Step by Step</h1>\r
+<h2>Create release branch from selected commit</h2>\r
+<p>When release stabilisation starts, branch <code>simantics/platform</code> and <code>simantics/third-party</code> repositories:</p>\r
+<pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git\r
+cd platform\r
+git branch release/x.y.z[.w] &lt;commit&gt;\r
+git push origin release/x.y.z[.w]\r
+\r
+git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/third-party.git\r
+cd third-party\r
+git branch release/x.y.z[.w] &lt;commit&gt;\r
+git push origin release/x.y.z[.w]\r
+</code></pre>\r
+<p>When creating major/minor releases <code>&lt;commit&gt;</code> is usually a commit in the <code>master</code> branch.\r
+With service releases, branch from an existing <code>release/*</code> branch instead.</p>\r
+<h2>Prepare release branch for use</h2>\r
+<h3>Prepare .target files</h3>\r
+<ol>\r
+<li>\r
+<p>Retrieve release branch of the platform repository</p>\r
+<pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git\r
+cd platform\r
+git branch release/x.y.z[.w] remotes/origin/release/x.y.z[.w]\r
+git checkout release/x.y.z[.w]\r
+</code></pre>\r
+</li>\r
+<li>\r
+<p>Edit all target platform files in  <code>releng/org.simantics.sdk.build.targetdefinition/</code>, i.e.</p>\r
+<ul>\r
+<li><code>simantics.target</code></li>\r
+<li><code>org.simantics.sdk.build.targetdefinition.target</code></li>\r
+</ul>\r
+<p>At the beginning of simantics.target file, increment <code>sequenceNumber</code> by 1 and replace\r
+the version numbers in target name and <code>org.simantics.sdk.feature.group</code> and\r
+<code>org.simantics.sdk.source.feature.group</code> with <code>x.y.z[.w]</code>:</p>\r
+<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;\r
+&lt;?pde version=&quot;3.8&quot;?&gt;\r
+&lt;target name=&quot;Simantics x.y.z[.w]&quot; sequenceNumber=&quot;11&quot;&gt;\r
+&lt;unit id=&quot;org.simantics.sdk.feature.group&quot; version=&quot;x.y.z[.w]&quot;/&gt;\r
+&lt;unit id=&quot;org.simantics.sdk.source.feature.group&quot; version=&quot;x.y.z[.w]&quot;/&gt;\r
+</code></pre>\r
+<p>Next, replace the following rows in both mentioned files:</p>\r
+<pre><code>&lt;repository location=&quot;http://www.simantics.org/download/master/sdk&quot;/&gt;\r
+&lt;repository location=&quot;http://www.simantics.org/download/master/external-components/maven&quot;/&gt;\r
+&lt;repository location=&quot;http://www.simantics.org/download/master/external-components/manual&quot;/&gt;\r
+</code></pre>\r
+<p>with</p>\r
+<pre><code>&lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/sdk&quot;/&gt;\r
+&lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/external-components/maven&quot;/&gt;\r
+&lt;repository location=&quot;http://www.simantics.org/download/release/x.y.z[.w]/external-components/manual&quot;/&gt;\r
+</code></pre>\r
+</li>\r
+<li>\r
+<p>Edit version number of <code>org.simantics.sdk</code> feature in <code>features/org.simantics.sdk.feature/feature.xml</code> to <code>x.y.z[.w]</code>.</p>\r
+<pre><code>&lt;feature\r
+      id=&quot;org.simantics.sdk&quot;\r
+      label=&quot;Simantics SDK&quot;\r
+      version=&quot;x.y.z&quot;\r
+      provider-name=&quot;VTT Technical Research Centre of Finland&quot;&gt;\r
+</code></pre>\r
+<p>An example of these changes can be seen in <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/platform.git;a=commit;h=bab5c9bd68277c76dc5c20bc7a60a9896cbd1540">gitweb</a>.</p>\r
+</li>\r
+<li>\r
+<p>Ensure that Redmine has a release engineering issue for the branched release, such as <a href="https://www.simantics.org/redmine/issues/7263">Simantics 1.30.0 release engineering</a>. Make a copy of the previous release issue to create the new one. Include link to original issue while copying.</p>\r
+</li>\r
+<li>\r
+<p>Commit the changes made</p>\r
+<pre><code> git commit -a\r
+</code></pre>\r
+<p>with the commit message</p>\r
+<pre><code> Configured release/x.y.z[.w] branch for SDK builds.\r
+\r
+ refs #xxxx\r
+</code></pre>\r
+<p>where <code>#xxxx</code> is the number of the x.y.z[.w] release engineering issue and push them to remote</p>\r
+<pre><code> git push origin release/x.y.z[.w]\r
+</code></pre>\r
+</li>\r
+<li>\r
+<p>If you are branching from <code>master</code>, bump the revision of master right now to start the next release cycle in master.\r
+An example of these changes can be seen in <a href="https://www.simantics.org:8088/r/gitweb?p=simantics/platform.git;a=commitdiff;h=ae93c9930c6345c32219e6845b9e72e9d9d2d28c">gitweb</a>.</p>\r
+<p>Commit the changes with the following commit message</p>\r
+<pre><code>Bumped master target and org.simantics.sdk feature versions to x.y.z[.w].\r
+refs #yyyy\r
+</code></pre>\r
+<p>where <code>#yyyy</code> is the number of the next release's release engineering issue.</p>\r
+</li>\r
+</ol>\r
+<h3>Initialize release branch distribution web site</h3>\r
+<ul>\r
+<li>Run <a href="https://www.simantics.org/jenkins/job/SDK/job/Deploy%20External%20Components%20to%20Web/">SDK/Deploy External Components to Web</a> build with parameters:\r
+<ul>\r
+<li><strong>GERRIT_REFNAME:</strong> <code>release/x.y.z[.w]</code></li>\r
+<li><strong>PUBLISH_ARTIFACTS:</strong> <code>true</code></li>\r
+</ul>\r
+</li>\r
+<li>Run the <a href="https://www.simantics.org/jenkins/job/SDK/job/Simantics%20SDK/">SDK/Simantics SDK</a> build with parameters:\r
+<ul>\r
+<li><strong>GERRIT_REFNAME:</strong> <code>release/x.y.z[.w]</code></li>\r
+<li><strong>PUBLISH_ARTIFACTS:</strong> <code>true</code></li>\r
+</ul>\r
+</li>\r
+</ul>\r
+<p>Running these two builds will ensure that both the external components required to build the SDK and the Simantics SDK for the new release branch are published online at <code>http://www.simantics.org/download/release/x.y.z[.w]/</code>.</p>\r
+<p>After this, whenever changes are pushed/merged to <code>release/x.y.z[.w]</code> branch in Gerrit, new <strong>SDK/Simantics SDK</strong> builds are triggered automatically and they will publish the results at the same location online.</p>\r
+<p>This means that one does not have to do any tricks after this to build and publish the SDK as a P2 repository online. It is an automated process that is performed by the <a href="https://www.simantics.org/jenkins/job/SDK/job/Simantics%20SDK/">SDK/Simantics SDK</a> Jenkins job.</p>\r
+<h2>Review documentation</h2>\r
+<p>Documentation to review:</p>\r
+<ul>\r
+<li><a href="http://dev.simantics.org/">Developer wiki</a></li>\r
+<li><a href="https://www.simantics.org/end_user_wiki">End-user wiki</a></li>\r
+<li><a href="https://www.simantics.org/members">Member wiki</a></li>\r
+</ul>\r
+<p>For each wiki page:</p>\r
+<ul>\r
+<li>Read through and get authors to fix found problems, such as TODOs or invalid information.</li>\r
+</ul>\r
+<h2>Review tutorials</h2>\r
+<ul>\r
+<li>\r
+<p>Ensure tutorial wiki documentation at http://dev.simantics.org/index.php/Tutorials is up-to-date with the released platform</p>\r
+</li>\r
+<li>\r
+<p>Ensure tutorial projects and product build properly</p>\r
+</li>\r
+<li>\r
+<p>com.acme.movie</p>\r
+<ul>\r
+<li>Build with Buckminster, com.acme.movie.product.site.feature</li>\r
+</ul>\r
+</li>\r
+</ul>\r
+<h2>Tag release/* branches</h2>\r
+<p>When the release branches are ready for the release, tag them with the tag <code>vx.y.z[.w]</code>:</p>\r
+<pre><code>git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/platform.git\r
+cd platform    \r
+git checkout release/x.y.z[.w]\r
+git tag vx.y.z[.w] -m &quot;Simantics x.y.z[.w] simultaneous release&quot;\r
+git push origin --tags\r
+\r
+git clone ssh://&lt;user&gt;@www.simantics.org:29418/simantics/third-party.git\r
+cd third-party\r
+git checkout release/x.y.z[.w]\r
+git tag vx.y.z[.w] -m &quot;Simantics x.y.z[.w] simultaneous release&quot;\r
+git push origin --tags\r
+</code></pre>\r
+<blockquote>\r
+<p>Note The -m argument must be supplied to create an <a href="https://git-scm.com/book/en/v2/Git-Basics-Tagging">annotated tag</a>.\r
+Only annotated or signed tags can be pushed to Gerrit.</p>\r
+</blockquote>\r
+<h2>Backup documentation wiki databases</h2>\r
+<p>This step is only necessary for major/minor releases, not for service releases.</p>\r
+<p>The wiki databases to be backed up are:</p>\r
+<ul>\r
+<li><a href="http://dev.simantics.org/">Developer wiki</a></li>\r
+<li><a href="https://www.simantics.org/end_user_wiki">End-user wiki</a></li>\r
+</ul>\r
+<p>These are MediaWiki installations. The only sane way to &quot;tag&quot; the documentation\r
+is to back up the mysql database backing the wiki. Should the wiki be required\r
+at a later time for some reason, we'll put the documentation up then in a\r
+separate Mediawiki installation.</p>\r
+<ol>\r
+<li>Dump documentation wiki databases using <a href="./dump-wikis.sh">dump-wikis.sh</a> script.</li>\r
+<li>Put the generated backup x.y.z.tar.gz at /var/backup/simantics-releases/x.y.z/wiki/</li>\r
+</ol>\r
+<h2>Compile change log entry</h2>\r
+<ul>\r
+<li>Edit the <a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/ChangeLog">main page</a> and add a a link for release x.y.z[.w].</li>\r
+<li>Open the change log page of the previous release, e.g. <a href="https://www.simantics.org/redmine/projects/simantics-platform/wiki/Simantics_1250">1.25.0</a></li>\r
+<li>Open the new link in another browser/tab to start editing the new wiki page</li>\r
+<li>Edit the previous release's page and copy its wiki source contents over to the new release's page.</li>\r
+<li>Fix the content to match the new release:\r
+<ul>\r
+<li>Remove the issue content of the previous release</li>\r
+<li>Fix release number, release date, release branch link and the link to all issues closed for the release\r
+<ul>\r
+<li>Save new public issue query that lists all issues closed for the release by <a href="https://www.simantics.org/redmine/projects/simantics-platform/issues?query_id=122">starting from the previous release's query</a></li>\r
+</ul>\r
+</li>\r
+<li>Add filter to query: <strong>Release Notes: Any</strong> to only show issues that have some content in their Release Notes field</li>\r
+<li>Export closed issue list as CSV with selected columns only. Open the resulting CSV file in Excel.</li>\r
+<li>Use <strong>Data -&gt; Text to Columns</strong> with tab column separation to columnize the result</li>\r
+<li>Format the list as a table so that there is only one issue / row</li>\r
+<li>Remove all other columns besides: Issue #, Tracker, Release Notes</li>\r
+<li>Format the data into a Textile table:\r
+<ul>\r
+<li>Copy to table contents as text into <a href="http://www.pspad.com/">PSPad</a></li>\r
+<li>Replace (CTRL+H) tabs (<code>\t</code>) with <code>|</code> with <code>Regular Expressions</code> selection checked</li>\r
+<li>Use <strong>Insert Text Into Lines..</strong> (ALT-I) to fix line beginnings and ends:\r
+<ul>\r
+<li>Text:\r
+<ul>\r
+<li>At Lines Begin: <code>|#</code></li>\r
+<li>At Lines End: <code>|</code></li>\r
+</ul>\r
+</li>\r
+</ul>\r
+</li>\r
+</ul>\r
+</li>\r
+<li>Copy the resulting textile table over to the change log page</li>\r
+</ul>\r
+</li>\r
+<li>Highlight major issues in the list by changing the text background color of the <strong>Type</strong> column:\r
+<ul>\r
+<li><code>%{background: lightsalmon}Major Bug%</code></li>\r
+<li><code>%{background: lightgreen}Major Feature%</code></li>\r
+<li><code>%{background: lightgreen}Major Enhancement%</code></li>\r
+</ul>\r
+</li>\r
+</ul>\r
+<h2>Disseminate information about the release</h2>\r
+<ul>\r
+<li><a href="http://dev.simantics.org">Developer Wiki</a>: Update roadmap at http://dev.simantics.org/index.php/Roadmap</li>\r
+<li><a href="https://www.simantics.org/redmine/">Redmine</a>: Post news on the developer/user-visible changes here.</li>\r
+<li><a href="https://www.simantics.org">simantics.org</a>: Post news on the release and a link to the redmine post</li>\r
+<li><a href="https://www.simantics.org/members/">Members Wiki</a>: Update frame plan to reflect the realized dates and link to Redmine news</li>\r
+<li><a href="mailto:simantics-developers@simantics.org">mailto:simantics-developers@simantics.org</a> Send &quot;newsletter&quot; to `simantics-developers@simantics.org:</li>\r
+</ul>\r
+<p><strong>Newsletter template:</strong></p>\r
+<pre><code>Hello everyone,\r
+   \r
+Simantics release x.y.z[.w] has been released. Head over to\r
+https://www.simantics.org/redmine/news/&lt;news number&gt;\r
+for the release news.\r
+\r
+Best regards,\r
+Simantics Release Engineering Team\r
+</code></pre>\r
+<p><strong>Redmine news template:</strong></p>\r
+<pre><code>Title: Simantics x.y.z[.w] released\r
+\r
+Simantics x.y.z[.w] was released on &lt;date&gt;.\r
+Please find change log at: [[simantics-platform:Simantics_xyzw|Simantics x.y.z[.w]]]\r
+\r
+Insert some general thoughts on the release...\r
+</code></pre>\r
+<hr />\r
+<h1>TODO</h1>\r
+<ul>\r
+<li>Create a parametrized release train pipeline build in Jenkins that creates all artifacts of a simantics release\r
+<ul>\r
+<li>Desktop, Sysdyn, R, Simupedia, FMIL, FMI Studio</li>\r
+</ul>\r
+</li>\r
+</ul>\r
+<ul>\r
+<li>\r
+<p>Incorporate tutorial code in the platform repository as a separate folder to allow platform builds to directly ensure that the tutorial code still builds OK</p>\r
+</li>\r
+<li>\r
+<p>Start using https://github.com/mbarbero/fr.obeo.releng.targetplatform to generate <code>.target</code> files. <code>.tpd</code> files allow specifying version ranges instead of specific versions.</p>\r
+</li>\r
+</ul>\r
+\r
+</body>\r
+</html>\r
+<!-- This document was created with MarkdownPad, the Markdown editor for Windows (http://markdownpad.com) -->\r
index b16736e80aeed1e5cef81c33852eed98d0a115ac..79359efd215e1346ee9624f7192c4708960ad86a 100644 (file)
 
 ----
 
-# Released Plug-in Components and Products  
+# Released Plug-in Components and Products
 
 There are both plug-in components and products that are part of the "Simantics release train" that shall be released simultaneously to a major or minor Simantics release.
 
-Plug-in components are installable features that are deployed online as P2 repositories for general availability. Products are deployed as ZIP files and made available online in designated locations on simantics.org. 
+Plug-in components are installable features that are deployed online as P2 repositories for general availability. Products are deployed as ZIP files and made available online in designated locations on simantics.org.
 
-Products that are part of the release train: 
+Products that are part of the release train:
 * Simantics Desktop
 * Simantics System Dynamics Tool - [simantics/sysdyn.git](https://www.simantics.org:8088/r/gitweb?p=simantics/sysdyn.git;a=summary)
 
@@ -38,7 +38,7 @@ Plug-in components that are part of the release train:
 * FMI Studio - [members/fmi.git](https://www.simantics.org:8088/r/gitweb?p=members/fmi.git;a=summary)
 * Simupedia - [Members SVN](https://www.simantics.org/svn/members/simupedia)
 
-For simplicity, each of these components are versioned accoring to platform versioning, i.e. for Platform SDK 1.26.0 there will be Simantics Desktop 1.26.0, Sysdyn 1.26.0, and so on.  
+For simplicity, each of these components are versioned accoring to platform versioning, i.e. for Platform SDK 1.26.0 there will be Simantics Desktop 1.26.0, Sysdyn 1.26.0, and so on.
 
 ----
 
@@ -95,7 +95,7 @@ With service releases, branch from an existing `release/*` branch instead.
    <unit id="org.simantics.sdk.source.feature.group" version="x.y.z[.w]"/>
    ~~~
 
-   Next, replace the following rows in both mentioned files:   
+   Next, replace the following rows in both mentioned files:
 
    ~~~
    <repository location="http://www.simantics.org/download/master/sdk"/>
@@ -134,7 +134,7 @@ With service releases, branch from an existing `release/*` branch instead.
 
         refs #xxxx
 
-   where `#xxxx` is the number of the x.y.z[.w] release engineering issue and push them to remote 
+   where `#xxxx` is the number of the x.y.z[.w] release engineering issue and push them to remote
 
         git push origin release/x.y.z[.w]
 
@@ -186,21 +186,21 @@ For each wiki page:
 When the release branches are ready for the release, tag them with the tag `vx.y.z[.w]`:
 
     git clone ssh://<user>@www.simantics.org:29418/simantics/platform.git
-    cd platform    
+    cd platform
     git checkout release/x.y.z[.w]
-    git tag vx.y.z[.w] -m "Simantics x.y.z[.w] release"
+    git tag vx.y.z[.w] -m "Simantics x.y.z[.w] simultaneous release"
     git push origin --tags
 
     git clone ssh://<user>@www.simantics.org:29418/simantics/third-party.git
     cd third-party
     git checkout release/x.y.z[.w]
-    git tag vx.y.z[.w] -m "Simantics x.y.z[.w] release"
+    git tag vx.y.z[.w] -m "Simantics x.y.z[.w] simultaneous release"
     git push origin --tags
 
 > Note The -m argument must be supplied to create an [annotated tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging).
 > Only annotated or signed tags can be pushed to Gerrit.
 
-## Backup documentation wiki databases 
+## Backup documentation wiki databases
 
 This step is only necessary for major/minor releases, not for service releases.
 
@@ -211,7 +211,7 @@ The wiki databases to be backed up are:
 These are MediaWiki installations. The only sane way to "tag" the documentation
 is to back up the mysql database backing the wiki. Should the wiki be required
 at a later time for some reason, we'll put the documentation up then in a
-separate Mediawiki installation. 
+separate Mediawiki installation.
 
 1. Dump documentation wiki databases using [dump-wikis.sh](./dump-wikis.sh) script.
 2. Put the generated backup x.y.z.tar.gz at /var/backup/simantics-releases/x.y.z/wiki/
@@ -255,7 +255,7 @@ separate Mediawiki installation.
 **Newsletter template:**
 ~~~
 Hello everyone,
-   
+
 Simantics release x.y.z[.w] has been released. Head over to
 https://www.simantics.org/redmine/news/<news number>
 for the release news.
@@ -283,6 +283,6 @@ Insert some general thoughts on the release...
 
 
 * Incorporate tutorial code in the platform repository as a separate folder to allow platform builds to directly ensure that the tutorial code still builds OK
+
 * Start using https://github.com/mbarbero/fr.obeo.releng.targetplatform to generate `.target` files. `.tpd` files allow specifying version ranges instead of specific versions.
 
index 00a2b83d4de23b32f59fbb54c59e76054f2519bd..a42b854b13a7187265e3e3dff5c0e98e73783491 100644 (file)
@@ -6,7 +6,7 @@
     <groupId>org.simantics</groupId>
     <artifactId>org.simantics.sdk.build.p2.site</artifactId>
     <packaging>pom</packaging>
-    <version>1.26.0</version>
+    <version>1.30.0</version>
 
     <properties>
         <itext.version.actual>2.1.7.b1</itext.version.actual>
             <plugin>
                 <groupId>org.eclipse.tycho.extras</groupId>
                 <artifactId>tycho-p2-extras-plugin</artifactId>
-                <version>0.25.0</version>
+                <version>1.0.0</version>
             </plugin>
             <plugin>
                 <groupId>org.reficio</groupId>
                 <artifactId>p2-maven-plugin</artifactId>
-                <version>1.2.0-SNAPSHOT</version>
+                <version>1.2.0</version>
                 <executions>
                     <execution>
                         <id>default-cli</id>
                                     </instructions>
                                 </artifact>
                                 <artifact>
-                                    <id>it.unimi.dsi:fastutil:7.0.13</id>
+                                    <id>it.unimi.dsi:fastutil:7.2.1</id>
                                     <source>true</source>
                                 </artifact>
                                 <artifact>
-                                    <id>org.eclipse.collections:eclipse-collections-api:7.1.0</id>
+                                    <id>org.eclipse.collections:eclipse-collections-api:8.1.0</id>
                                     <override>true</override>
                                     <source>true</source>
                                     <instructions>
                                     </instructions>
                                 </artifact>
                                 <artifact>
-                                    <id>org.eclipse.collections:eclipse-collections:7.1.0</id>
+                                    <id>org.eclipse.collections:eclipse-collections:8.1.0</id>
                                     <source>true</source>
                                 </artifact>
-                                <artifact>
-                                    <id>net.sf.trove4j:trove4j:2.1.0</id>
-                                    <source>true</source>
-                                    <instructions>
-                                        <Bundle-Name>GNU Trove 2</Bundle-Name>
-                                        <Bundle-SymbolicName>gnu.trove2</Bundle-SymbolicName>
-                                    </instructions>
-                                </artifact>
                                 <artifact>
                                     <id>net.sf.trove4j:trove4j:3.0.3</id>
                                     <source>true</source>
         </plugins>
     </build>
 
-    <pluginRepositories>
-        <pluginRepository>
-            <id>reficio</id>
-            <url>http://repo.reficio.org/maven/</url>
-        </pluginRepository>
-    </pluginRepositories>
-
 </project>
index 7dbb2d72cec4a8a50bc4a91dbf4c8f892b1311c3..9a632534418634f327f505b730f051605a7cd797 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse Mars.2" sequenceNumber="232">
+<?pde version="3.8"?><target name="Eclipse Mars.2" sequenceNumber="233">
 <locations>
 <location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
 <unit id="org.objectweb.asm.xml.source" version="5.0.1.v201404251740"/>
 <unit id="com.sun.jna.platform.source" version="4.3.0"/>
 <unit id="freemarker" version="2.3.23.stable"/>
 <unit id="freemarker.source" version="2.3.23.stable"/>
-<unit id="gnu.trove2" version="2.1.0"/>
-<unit id="gnu.trove2.source" version="2.1.0"/>
 <unit id="gnu.trove3" version="3.0.3"/>
 <unit id="gnu.trove3.source" version="3.0.3"/>
-<unit id="it.unimi.dsi.fastutil" version="7.0.13"/>
-<unit id="it.unimi.dsi.fastutil.source" version="7.0.13"/>
+<unit id="it.unimi.dsi.fastutil" version="7.2.1"/>
+<unit id="it.unimi.dsi.fastutil.source" version="7.2.1"/>
 <unit id="javax.ws.rs-api" version="2.0.1"/>
 <unit id="javax.ws.rs-api.source" version="2.0.1"/>
 <unit id="jakarta-regexp" version="1.4.0"/>
 <unit id="org.apache.pdfbox.fontbox" version="2.0.3"/>
 <unit id="org.apache.pdfbox.fontbox.source" version="2.0.3"/>
 <unit id="org.apache.xmlbeans" version="2.6.0"/>
-<unit id="org.eclipse.collections.eclipse-collections-api" version="7.1.0"/>
-<unit id="org.eclipse.collections.eclipse-collections-api.source" version="7.1.0"/>
-<unit id="org.eclipse.collections.eclipse-collections" version="7.1.0"/>
-<unit id="org.eclipse.collections.eclipse-collections.source" version="7.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections-api" version="8.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections-api.source" version="8.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections" version="8.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections.source" version="8.1.0"/>
 <unit id="org.glassfish.hk2.api" version="2.5.0.b32"/>
 <unit id="org.glassfish.hk2.api.source" version="2.5.0.b32"/>
 <unit id="org.glassfish.hk2.locator" version="2.5.0.b32"/>
index faad6d455bff2bcc19d522781d45ef6bdb8c053b..00f997fef2b7b34c7c7e135a138ddacd323000b7 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde version="3.8"?>
-<target name="Simantics 1.30.0" sequenceNumber="22">
+<target name="Simantics 1.30.0" sequenceNumber="23">
 <locations>
 <location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
 <unit id="org.simantics.sdk.feature.group" version="1.30.0"/>
 <unit id="com.sun.jna.platform.source" version="4.3.0"/>
 <unit id="freemarker" version="2.3.23.stable"/>
 <unit id="freemarker.source" version="2.3.23.stable"/>
-<unit id="gnu.trove2" version="2.1.0"/>
-<unit id="gnu.trove2.source" version="2.1.0"/>
 <unit id="gnu.trove3" version="3.0.3"/>
 <unit id="gnu.trove3.source" version="3.0.3"/>
-<unit id="it.unimi.dsi.fastutil" version="7.0.13"/>
-<unit id="it.unimi.dsi.fastutil.source" version="7.0.13"/>
+<unit id="it.unimi.dsi.fastutil" version="7.2.1"/>
+<unit id="it.unimi.dsi.fastutil.source" version="7.2.1"/>
 <unit id="javax.ws.rs-api" version="2.0.1"/>
 <unit id="javax.ws.rs-api.source" version="2.0.1"/>
 <unit id="jakarta-regexp" version="1.4.0"/>
 <unit id="org.apache.pdfbox.fontbox" version="2.0.3"/>
 <unit id="org.apache.pdfbox.fontbox.source" version="2.0.3"/>
 <unit id="org.apache.xmlbeans" version="2.6.0"/>
-<unit id="org.eclipse.collections.eclipse-collections-api" version="7.1.0"/>
-<unit id="org.eclipse.collections.eclipse-collections-api.source" version="7.1.0"/>
-<unit id="org.eclipse.collections.eclipse-collections" version="7.1.0"/>
-<unit id="org.eclipse.collections.eclipse-collections.source" version="7.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections-api" version="8.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections-api.source" version="8.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections" version="8.1.0"/>
+<unit id="org.eclipse.collections.eclipse-collections.source" version="8.1.0"/>
 <unit id="org.glassfish.hk2.api" version="2.5.0.b32"/>
 <unit id="org.glassfish.hk2.api.source" version="2.5.0.b32"/>
 <unit id="org.glassfish.hk2.locator" version="2.5.0.b32"/>
index 49839a912e2fb90643c02fac4f98d22a892817e2..66070b623e3b50c38491ae4842b62849bd30c5bc 100644 (file)
@@ -8,20 +8,13 @@
        <packaging>pom</packaging>
 
        <properties>
-               <tycho.version>0.26.0</tycho.version>
-               <tycho.extras.version>0.26.0</tycho.extras.version>
+               <tycho.version>1.0.0</tycho.version>
+               <tycho.extras.version>1.0.0</tycho.extras.version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <mars-repo.url>http://download.eclipse.org/releases/mars</mars-repo.url>
        </properties>
 
        <repositories>
-               <!--
-               <repository>
-                       <id>mars</id>
-                       <url>${mars-repo.url}</url>
-                       <layout>p2</layout>
-               </repository>
-               -->
        </repositories>
 
        <pluginRepositories>