Skip to content
Success

Console Output

Push event to branch master
Started by GitLab push by Harald Mackamul
Querying the current revision of branch master...
Current revision of branch master is 5774eb56bc9e916f9c203914c2534d44395c1c59
Obtained Jenkinsfile from 5774eb56bc9e916f9c203914c2534d44395c1c59
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes app4mc/hugo-agent-vsjp0-mx1tf
Still waiting to schedule task
‘hugo-agent-vsjp0-mx1tf’ is offline
Agent hugo-agent-vsjp0-mx1tf is provisioned from template hugo-agent-vsjp0
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/job/build-and-publish-website/job/master/5/"
    runUrl: "job/build-and-publish-website/job/master/5/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-vsjp0-mx1tf"
  namespace: "app4mc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.app4mc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-vsjp0-mx1tf"
    - name: "JENKINS_NAME"
      value: "hugo-agent-vsjp0-mx1tf"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/"
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "eclipsecbi/hugo:0.42.1"
    name: "hugo"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hugo-agent-vsjp0-mx1tf in /home/jenkins/agent/workspace/build-and-publish-website_master
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git
 > git init /home/jenkins/agent/workspace/build-and-publish-website_master/hugo # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/build-and-publish-website_master/hugo@tmp/jenkins-gitclient-ssh14842579979477929586.key
Verifying host key using manually-configured host key entries
 > git fetch --no-tags --force --progress -- git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5774eb56bc9e916f9c203914c2534d44395c1c59 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5774eb56bc9e916f9c203914c2534d44395c1c59 # timeout=10
Commit message: "New release 3.2.0: updated online help"
 > git rev-list --no-walk 46eed0e4c72bbfaca4778346f253bcb8d02bbb1f # timeout=10
[GitLab Pipeline Status] Notifying branch build status: RUNNING build-and-publish-website/master #5: Build started...
[GitLab Pipeline Status] Notified
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH))
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-xCKtXq9xo2Kv/agent.151
SSH_AGENT_PID=153
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_16953698791196663255.key (app4mc-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.git .
Cloning into '.'...
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 153 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo/websites/www.eclipse.org-app4mc-hugo/site
[Pipeline] {
[Pipeline] sh
+ hugo -b https://eclipse.dev/app4mc/
[?25lBuilding sites … [?25h

                   | EN   
+------------------+-----+
  Pages            |  56  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 481  
  Processed images |   0  
  Aliases          |   0  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 815 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
Stage "Build website (staging) with Hugo" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to $env.BRANCH_NAME branch)
[Pipeline] sh
+ rm -rf www/404.html www/community www/css www/doc-app4mc.sim www/documentation www/downloads www/gettingstarted www/gs-create-model www/help www/history www/images www/index.html www/index.xml www/models www/news www/sitemap.xml www/snippets
+ cp -Rvf hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets www/
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html' -> 'www/404.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community' -> 'www/community'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community/index.html' -> 'www/community/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css' -> 'www/css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css/syntax.css' -> 'www/css/syntax.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim' -> 'www/doc-app4mc.sim'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim/index.html' -> 'www/doc-app4mc.sim/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation' -> 'www/documentation'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation/index.html' -> 'www/documentation/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads' -> 'www/downloads'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads/index.html' -> 'www/downloads/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted' -> 'www/gettingstarted'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted/index.html' -> 'www/gettingstarted/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model' -> 'www/gs-create-model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model/index.html' -> 'www/gs-create-model/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help' -> 'www/help'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest' -> 'www/help/latest'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/index.html' -> 'www/help/latest/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css' -> 'www/help/latest/css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/frames.css' -> 'www/help/latest/css/frames.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/help.css' -> 'www/help/latest/css/help.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-icons.png' -> 'www/help/latest/css/toc-icons.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-style.css' -> 'www/help/latest/css/toc-style.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images' -> 'www/help/latest/images'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/01-create-new-example.png' -> 'www/help/latest/images/01-create-new-example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/02-select-democar-example.png' -> 'www/help/latest/images/02-select-democar-example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/03_democar-example-finish.png' -> 'www/help/latest/images/03_democar-example-finish.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models.png' -> 'www/help/latest/images/amalthea_models.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models_actions.png' -> 'www/help/latest/images/amalthea_models_actions.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_system_model.png' -> 'www/help/latest/images/amalthea_system_model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_context_menu_import.png' -> 'www/help/latest/images/amxmi_and_atdb_context_menu_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_result.png' -> 'www/help/latest/images/amxmi_and_atdb_result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_input_test1model.png' -> 'www/help/latest/images/amxmi_input_test1model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc-logo-g.png' -> 'www/help/latest/images/app4mc-logo-g.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc_platform_features.png' -> 'www/help/latest/images/app4mc_platform_features.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mcsim-flow.png' -> 'www/help/latest/images/app4mcsim-flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_db_schema.svg' -> 'www/help/latest/images/atdb_db_schema.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_example_btf_visual.png' -> 'www/help/latest/images/atdb_example_btf_visual.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_import_wizard_open.png' -> 'www/help/latest/images/atdb_import_wizard_open.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_in_metric_viewer.png' -> 'www/help/latest/images/atdb_in_metric_viewer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_context_menu_import.png' -> 'www/help/latest/images/atdb_to_amxmi_context_menu_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_import_result.png' -> 'www/help/latest/images/atdb_to_amxmi_import_result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_input.png' -> 'www/help/latest/images/atdb_to_amxmi_input.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/btf_to_atdb_import_dialog.png' -> 'www/help/latest/images/btf_to_atdb_import_dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_1.png' -> 'www/help/latest/images/code_profile_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_2.png' -> 'www/help/latest/images/code_profile_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_validation_1.png' -> 'www/help/latest/images/code_validation_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_runnable.png' -> 'www/help/latest/images/datadependency_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_rwdependency.png' -> 'www/help/latest/images/datadependency_rwdependency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_screenshot.png' -> 'www/help/latest/images/datadependency_screenshot.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sequence.png' -> 'www/help/latest/images/datadependency_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_stimulus.png' -> 'www/help/latest/images/datadependency_stimulus.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sync.png' -> 'www/help/latest/images/datadependency_sync.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_task.png' -> 'www/help/latest/images/datadependency_task.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/dev_model_qualified_name.png' -> 'www/help/latest/images/dev_model_qualified_name.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_beta.png' -> 'www/help/latest/images/deviation_beta.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_boundaries.png' -> 'www/help/latest/images/deviation_boundaries.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_gauss.png' -> 'www/help/latest/images/deviation_gauss.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_histogram.png' -> 'www/help/latest/images/deviation_histogram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_statistics.png' -> 'www/help/latest/images/deviation_statistics.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_weibull.png' -> 'www/help/latest/images/deviation_weibull.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_content.png' -> 'www/help/latest/images/emf-viewers_graphical_content.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_hierarchy.png' -> 'www/help/latest/images/emf-viewers_graphical_hierarchy.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_references.png' -> 'www/help/latest/images/emf-viewers_graphical_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_1.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_2.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_3.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_toolchain.png' -> 'www/help/latest/images/emf-viewers_toolchain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_updatesite.png' -> 'www/help/latest/images/emf-viewers_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/eventchain_map.png' -> 'www/help/latest/images/eventchain_map.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_diagram.png' -> 'www/help/latest/images/example_hw_example_1_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_editor.png' -> 'www/help/latest/images/example_hw_example_1_editor.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_diagram.png' -> 'www/help/latest/images/example_hw_example_2_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_editor.png' -> 'www/help/latest/images/example_hw_example_2_editor.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes.png' -> 'www/help/latest/images/example_numeric_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_do-b.png' -> 'www/help/latest/images/example_numeric_modes_do-b.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_event-stimuli.png' -> 'www/help/latest/images/example_numeric_modes_event-stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_gen-x.png' -> 'www/help/latest/images/example_numeric_modes_gen-x.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_modes.png' -> 'www/help/latest/images/example_numeric_modes_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_runn-b.png' -> 'www/help/latest/images/example_numeric_modes_runn-b.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_hierarchical.png' -> 'www/help/latest/images/example_scheduler_hierarchical.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_legend.png' -> 'www/help/latest/images/example_scheduler_legend.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_partitioned_fpp.svg' -> 'www/help/latest/images/example_scheduler_partitioned_fpp.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_installer.png' -> 'www/help/latest/images/examples_installer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_1.png' -> 'www/help/latest/images/examples_run_eclipse_appication_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_2.png' -> 'www/help/latest/images/examples_run_eclipse_appication_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_standard.png' -> 'www/help/latest/images/examples_standard.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_switch_perspective.png' -> 'www/help/latest/images/examples_switch_perspective.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_updatesite.png' -> 'www/help/latest/images/examples_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/file-open-dialog.png' -> 'www/help/latest/images/file-open-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_access_path_example.png' -> 'www/help/latest/images/hw_access_path_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_example.png' -> 'www/help/latest/images/hw_connection_handler_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_1.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_3.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_domain_example.png' -> 'www/help/latest/images/hw_domain_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_feature_example.png' -> 'www/help/latest/images/hw_feature_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_memory_address_example.png' -> 'www/help/latest/images/hw_memory_address_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example.png' -> 'www/help/latest/images/hw_port_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r.png' -> 'www/help/latest/images/hw_port_example_i_r.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r_with_delegated_ports.png' -> 'www/help/latest/images/hw_port_example_i_r_with_delegated_ports.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_structure_example.png' -> 'www/help/latest/images/hw_structure_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hwmodel_hwblockdiagram.png' -> 'www/help/latest/images/hwmodel_hwblockdiagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/linked_files_creation.png' -> 'www/help/latest/images/linked_files_creation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mapping_schedulers.png' -> 'www/help/latest/images/mapping_schedulers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_open.png' -> 'www/help/latest/images/metric-viewer_open.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table.png' -> 'www/help/latest/images/metric-viewer_table.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table_collapsed.png' -> 'www/help/latest/images/metric-viewer_table_collapsed.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-menu-dialog.png' -> 'www/help/latest/images/migration-menu-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-result.png' -> 'www/help/latest/images/migration-result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration_flow.png' -> 'www/help/latest/images/migration_flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__activations.png' -> 'www/help/latest/images/model__activations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__stimuli.png' -> 'www/help/latest/images/model__stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_classifier.png' -> 'www/help/latest/images/model_common_classifier.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions.png' -> 'www/help/latest/images/model_common_conditions.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions_references.png' -> 'www/help/latest/images/model_common_conditions_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property.png' -> 'www/help/latest/images/model_common_custom_property.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property_value.png' -> 'www/help/latest/images/model_common_custom_property_value.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_rate.png' -> 'www/help/latest/images/model_common_data_rate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_size.png' -> 'www/help/latest/images/model_common_data_size.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_beta.png' -> 'www/help/latest/images/model_common_deviation_beta.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_1.png' -> 'www/help/latest/images/model_common_deviation_boundaries_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_2.png' -> 'www/help/latest/images/model_common_deviation_boundaries_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_normal.png' -> 'www/help/latest/images/model_common_deviation_normal.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_time_histogram.png' -> 'www/help/latest/images/model_common_deviation_time_histogram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_uniform.png' -> 'www/help/latest/images/model_common_deviation_uniform.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_weibull.png' -> 'www/help/latest/images/model_common_deviation_weibull.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_abstract.png' -> 'www/help/latest/images/model_common_deviations_abstract.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_time.png' -> 'www/help/latest/images/model_common_deviations_time.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements.png' -> 'www/help/latest/images/model_common_elements.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements_namespace_member.png' -> 'www/help/latest/images/model_common_elements_namespace_member.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_frequency.png' -> 'www/help/latest/images/model_common_frequency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_interfaces_base_objects.png' -> 'www/help/latest/images/model_common_interfaces_base_objects.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_statistic.png' -> 'www/help/latest/images/model_common_statistic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_tag.png' -> 'www/help/latest/images/model_common_tag.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_ticks.png' -> 'www/help/latest/images/model_common_ticks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_time.png' -> 'www/help/latest/images/model_common_time.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components.png' -> 'www/help/latest/images/model_components.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_common.png' -> 'www/help/latest/images/model_components_common.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_component_references.png' -> 'www/help/latest/images/model_components_component_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_composition.png' -> 'www/help/latest/images/model_components_composition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_connector.png' -> 'www/help/latest/images/model_components_connector.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example.png' -> 'www/help/latest/images/model_components_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example_treeview.png' -> 'www/help/latest/images/model_components_example_treeview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_interface.png' -> 'www/help/latest/images/model_components_interface.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_isystem.png' -> 'www/help/latest/images/model_components_isystem.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_overview.png' -> 'www/help/latest/images/model_config_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_sample.png' -> 'www/help/latest/images/model_config_sample.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints.png' -> 'www/help/latest/images/model_constraints.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity.png' -> 'www/help/latest/images/model_constraints_affinity.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_data.png' -> 'www/help/latest/images/model_constraints_affinity_data.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_process.png' -> 'www/help/latest/images/model_constraints_affinity_process.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_runnable.png' -> 'www/help/latest/images/model_constraints_affinity_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_age.png' -> 'www/help/latest/images/model_constraints_data_age.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_coherency.png' -> 'www/help/latest/images/model_constraints_data_coherency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_stability.png' -> 'www/help/latest/images/model_constraints_data_stability.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_onetoone.png' -> 'www/help/latest/images/model_constraints_delayconstraint_onetoone.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_reaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_reaction.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_uniquereaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_uniquereaction.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain.png' -> 'www/help/latest/images/model_constraints_eventchain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_eventgroups.png' -> 'www/help/latest/images/model_constraints_eventchain_eventgroups.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_example.png' -> 'www/help/latest/images/model_constraints_eventchain_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_parallel.png' -> 'www/help/latest/images/model_constraints_eventchain_parallel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_segments.png' -> 'www/help/latest/images/model_constraints_eventchain_segments.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_sequence.png' -> 'www/help/latest/images/model_constraints_eventchain_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_activatetoactivate.png' -> 'www/help/latest/images/model_constraints_metric_activatetoactivate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_coreexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_coreexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtoend.png' -> 'www/help/latest/images/model_constraints_metric_endtoend.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtostart.png' -> 'www/help/latest/images/model_constraints_metric_endtostart.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_grossexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_grossexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_lateness.png' -> 'www/help/latest/images/model_constraints_metric_lateness.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_netexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_netexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_parkingtime.png' -> 'www/help/latest/images/model_constraints_metric_parkingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_pollingtime.png' -> 'www/help/latest/images/model_constraints_metric_pollingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_readytime.png' -> 'www/help/latest/images/model_constraints_metric_readytime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_responsetime.png' -> 'www/help/latest/images/model_constraints_metric_responsetime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_runningtime.png' -> 'www/help/latest/images/model_constraints_metric_runningtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_startdelay.png' -> 'www/help/latest/images/model_constraints_metric_startdelay.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_starttostart.png' -> 'www/help/latest/images/model_constraints_metric_starttostart.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_waitingtime.png' -> 'www/help/latest/images/model_constraints_metric_waitingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_requirements.png' -> 'www/help/latest/images/model_constraints_requirements.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_basic.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_basic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_scope.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_scope.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_delay.png' -> 'www/help/latest/images/model_constraints_timing_delay.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_latency.png' -> 'www/help/latest/images/model_constraints_timing_latency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_tasks.png' -> 'www/help/latest/images/modeling_1_tasks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_gantt.png' -> 'www/help/latest/images/modeling_2_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_hw.png' -> 'www/help/latest/images/modeling_2_hw.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_mapping.png' -> 'www/help/latest/images/modeling_2_mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_runnables.png' -> 'www/help/latest/images/modeling_2_runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_scheduler.png' -> 'www/help/latest/images/modeling_2_scheduler.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_stimuli.png' -> 'www/help/latest/images/modeling_2_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_tasks.png' -> 'www/help/latest/images/modeling_2_tasks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server.png' -> 'www/help/latest/images/modeling_example_client_server.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_1.png' -> 'www/help/latest/images/modeling_example_client_server_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_2.png' -> 'www/help/latest/images/modeling_example_client_server_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_3.png' -> 'www/help/latest/images/modeling_example_client_server_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_4.png' -> 'www/help/latest/images/modeling_example_client_server_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_5.png' -> 'www/help/latest/images/modeling_example_client_server_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_6.png' -> 'www/help/latest/images/modeling_example_client_server_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_7.png' -> 'www/help/latest/images/modeling_example_client_server_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_8.png' -> 'www/help/latest/images/modeling_example_client_server_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_9.png' -> 'www/help/latest/images/modeling_example_client_server_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop.png' -> 'www/help/latest/images/modeling_example_feedback_loop.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_feedback_loop_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_feedback_loop_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_feedback_loop_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_feedback_loop_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_feedback_loop_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_feedback_loop_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_feedback_loop_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_feedback_loop_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_feedback_loop_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_1.png' -> 'www/help/latest/images/modeling_example_periodic_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_2.png' -> 'www/help/latest/images/modeling_example_periodic_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_3.png' -> 'www/help/latest/images/modeling_example_periodic_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_4.png' -> 'www/help/latest/images/modeling_example_periodic_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_5.png' -> 'www/help/latest/images/modeling_example_periodic_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_6.png' -> 'www/help/latest/images/modeling_example_periodic_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_7.png' -> 'www/help/latest/images/modeling_example_periodic_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_8.png' -> 'www/help/latest/images/modeling_example_periodic_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_9.png' -> 'www/help/latest/images/modeling_example_periodic_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine.png' -> 'www/help/latest/images/modeling_example_state_machine.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_1.png' -> 'www/help/latest/images/modeling_example_state_machine_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_2.png' -> 'www/help/latest/images/modeling_example_state_machine_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_3.png' -> 'www/help/latest/images/modeling_example_state_machine_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_4.png' -> 'www/help/latest/images/modeling_example_state_machine_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_5.png' -> 'www/help/latest/images/modeling_example_state_machine_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_6.png' -> 'www/help/latest/images/modeling_example_state_machine_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_7.png' -> 'www/help/latest/images/modeling_example_state_machine_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_8.png' -> 'www/help/latest/images/modeling_example_state_machine_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_9.png' -> 'www/help/latest/images/modeling_example_state_machine_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example1.svg' -> 'www/help/latest/images/mta3example1.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example2.svg' -> 'www/help/latest/images/mta3example2.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example3.svg' -> 'www/help/latest/images/mta3example3.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example4.svg' -> 'www/help/latest/images/mta3example4.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example5.svg' -> 'www/help/latest/images/mta3example5.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example6.svg' -> 'www/help/latest/images/mta3example6.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example7.svg' -> 'www/help/latest/images/mta3example7.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/namespace_references.png' -> 'www/help/latest/images/namespace_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/object_references.png' -> 'www/help/latest/images/object_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/osbuffering_migration_071_072.png' -> 'www/help/latest/images/osbuffering_migration_071_072.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/process_prototypes.png' -> 'www/help/latest/images/process_prototypes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/profile_selection_dialog.png' -> 'www/help/latest/images/profile_selection_dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/project_rightclick_import.png' -> 'www/help/latest/images/project_rightclick_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labelaccess.png' -> 'www/help/latest/images/runnable_labelaccess.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labeldependencies.png' -> 'www/help/latest/images/runnable_labeldependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_sharedlabels.png' -> 'www/help/latest/images/runnable_sharedlabels.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_label_dependencies.png' -> 'www/help/latest/images/swmodel_label_dependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_statistics.png' -> 'www/help/latest/images/swmodel_statistics.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_framework_updatesite.png' -> 'www/help/latest/images/transformation_framework_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_sim_updatesite.png' -> 'www/help/latest/images/transformation_sim_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_slg_updatesite.png' -> 'www/help/latest/images/transformation_slg_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points.png' -> 'www/help/latest/images/uml_add_schedule_points.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points_mwe2.png' -> 'www/help/latest/images/uml_add_schedule_points_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_context.png' -> 'www/help/latest/images/uml_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_default_context.png' -> 'www/help/latest/images/uml_default_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader.png' -> 'www/help/latest/images/uml_model_reader.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader_mwe2.png' -> 'www/help/latest/images/uml_model_reader_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer.png' -> 'www/help/latest/images/uml_model_writer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer_mwe2.png' -> 'www/help/latest/images/uml_model_writer_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component.png' -> 'www/help/latest/images/uml_workflow_component.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component_mwe2.png' -> 'www/help/latest/images/uml_workflow_component_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview.png' -> 'www/help/latest/images/uml_workflow_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview_sequence.png' -> 'www/help/latest/images/uml_workflow_overview_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-hierarchy.svg' -> 'www/help/latest/images/user-scheduling-hierarchy.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-sched-allocation.png' -> 'www/help/latest/images/user-scheduling-sched-allocation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-task-allocation.svg' -> 'www/help/latest/images/user-scheduling-task-allocation.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel.png' -> 'www/help/latest/images/user_channel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_access.png' -> 'www/help/latest/images/user_channel_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_operations.png' -> 'www/help/latest/images/user_channel_operations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_transmission_example.png' -> 'www/help/latest/images/user_channel_transmission_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_editor_with_central_model.png' -> 'www/help/latest/images/user_editor_with_central_model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_commands.png' -> 'www/help/latest/images/user_guide_editor_commands.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_input.png' -> 'www/help/latest/images/user_guide_editor_search_input.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result1.png' -> 'www/help/latest/images/user_guide_editor_search_result1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result2.png' -> 'www/help/latest/images/user_guide_editor_search_result2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_showtypes.png' -> 'www/help/latest/images/user_guide_editor_showtypes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_structure.png' -> 'www/help/latest/images/user_guide_editor_structure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_folder_scope.png' -> 'www/help/latest/images/user_guide_folder_scope.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support.png' -> 'www/help/latest/images/user_guide_namespace_support.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support_xmlcontent.png' -> 'www/help/latest/images/user_guide_namespace_support_xmlcontent.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_package_support.png' -> 'www/help/latest/images/user_guide_package_support.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step1_create-project.png' -> 'www/help/latest/images/user_guide_step1_create-project.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step2_create-folder.png' -> 'www/help/latest/images/user_guide_step2_create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step3_create-model.png' -> 'www/help/latest/images/user_guide_step3_create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_access_paths.png' -> 'www/help/latest/images/user_hw_access_paths.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_definition_example.png' -> 'www/help/latest/images/user_hw_definition_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_connection.png' -> 'www/help/latest/images/user_hw_feature_runnable_connection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_example.png' -> 'www/help/latest/images/user_hw_feature_runnable_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_latencies.png' -> 'www/help/latest/images/user_hw_latencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_model_class_diagram.png' -> 'www/help/latest/images/user_hw_model_class_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_recipe_concept.png' -> 'www/help/latest/images/user_recipe_concept.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_amalthea.png' -> 'www/help/latest/images/user_section_amalthea.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_label_ref_to_memsection.png' -> 'www/help/latest/images/user_section_label_ref_to_memsection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_linker_memsection.png' -> 'www/help/latest/images/user_section_linker_memsection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_virtual_to_physical.png' -> 'www/help/latest/images/user_section_virtual_to_physical.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_data_dependency_view.png' -> 'www/help/latest/images/user_sw_data_dependency_view.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_new_runnable_item.png' -> 'www/help/latest/images/user_sw_new_runnable_item.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt.png' -> 'www/help/latest/images/user_sw_runtime_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_runnable.png' -> 'www/help/latest/images/user_sw_runtime_gantt_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_semaphore.png' -> 'www/help/latest/images/user_sw_runtime_gantt_semaphore.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_signal.png' -> 'www/help/latest/images/user_sw_runtime_gantt_signal.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_task.png' -> 'www/help/latest/images/user_sw_runtime_gantt_task.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_timing_model_example.png' -> 'www/help/latest/images/user_timing_model_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-plugin-content.png' -> 'www/help/latest/images/visualization-plugin-content.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-view.png' -> 'www/help/latest/images/visualization-view.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/vm_arguments_configuration.png' -> 'www/help/latest/images/vm_arguments_configuration.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_repetition.png' -> 'www/help/latest/images/model_constraints_timing_repetition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_sync.png' -> 'www/help/latest/images/model_constraints_timing_sync.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_custom_entity.png' -> 'www/help/latest/images/model_custom_entity.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_dependencies.png' -> 'www/help/latest/images/model_dependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_entity_event.svg' -> 'www/help/latest/images/model_events_entity_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_event.svg' -> 'www/help/latest/images/model_events_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_process.svg' -> 'www/help/latest/images/model_events_process.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_trigger_event.svg' -> 'www/help/latest/images/model_events_trigger_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_access.png' -> 'www/help/latest/images/model_hw_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_definition.png' -> 'www/help/latest/images/model_hw_definition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_main.png' -> 'www/help/latest/images/model_hw_main.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_module.png' -> 'www/help/latest/images/model_hw_module.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_allocation.svg' -> 'www/help/latest/images/model_mapping_allocation.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_overview.svg' -> 'www/help/latest/images/model_mapping_overview.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_migration_sequence_diagram.png' -> 'www/help/latest/images/model_migration_sequence_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_data_consistency.png' -> 'www/help/latest/images/model_os_data_consistency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_operatingsystem.png' -> 'www/help/latest/images/model_os_operatingsystem.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_osoverhead.png' -> 'www/help/latest/images/model_os_osoverhead.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_overview.svg' -> 'www/help/latest/images/model_os_overview.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler.svg' -> 'www/help/latest/images/model_os_scheduler.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler_association.svg' -> 'www/help/latest/images/model_os_scheduler_association.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduling_parameters.svg' -> 'www/help/latest/images/model_os_scheduling_parameters.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_semaphore.png' -> 'www/help/latest/images/model_os_semaphore.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_example.png' -> 'www/help/latest/images/model_propertyconstraints_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_overview.png' -> 'www/help/latest/images/model_propertyconstraints_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section.png' -> 'www/help/latest/images/model_section.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section_memory.png' -> 'www/help/latest/images/model_section_memory.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli.png' -> 'www/help/latest/images/model_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_1.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_2.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_3.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_4.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_5.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks.png' -> 'www/help/latest/images/model_stimuli_clocks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_sine.png' -> 'www/help/latest/images/model_stimuli_clocks_sine.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_steplist.png' -> 'www/help/latest/images/model_stimuli_clocks_steplist.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_modevaluelist.png' -> 'www/help/latest/images/model_stimuli_modevaluelist.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic.png' -> 'www/help/latest/images/model_stimuli_periodic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_burst.png' -> 'www/help/latest/images/model_stimuli_periodic_burst.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_jitter.png' -> 'www/help/latest/images/model_stimuli_periodic_jitter.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_relative.png' -> 'www/help/latest/images/model_stimuli_periodic_relative.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_single.png' -> 'www/help/latest/images/model_stimuli_single.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_stimuli.png' -> 'www/help/latest/images/model_stimuli_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_synthetic.png' -> 'www/help/latest/images/model_stimuli_synthetic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_variablerate.png' -> 'www/help/latest/images/model_stimuli_variablerate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activation.png' -> 'www/help/latest/images/model_sw_activation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items.svg' -> 'www/help/latest/images/model_sw_activity_graph_items.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__calls.png' -> 'www/help/latest/images/model_sw_activity_graph_items__calls.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__channel_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__channel_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__execution_need.png' -> 'www/help/latest/images/model_sw_activity_graph_items__execution_need.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__group.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__group.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__label_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__mode_label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__mode_label_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__probability_switch.png' -> 'www/help/latest/images/model_sw_activity_graph_items__probability_switch.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__switch.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__switch.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__triggers.png' -> 'www/help/latest/images/model_sw_activity_graph_items__triggers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__whileloop.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__whileloop.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_item_container.png' -> 'www/help/latest/images/model_sw_activitygraph_item_container.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_structure.png' -> 'www/help/latest/images/model_sw_activitygraph_structure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_channel.png' -> 'www/help/latest/images/model_sw_channel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_data_dependency.png' -> 'www/help/latest/images/model_sw_data_dependency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_dataflow_overview.png' -> 'www/help/latest/images/model_sw_dataflow_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_depends_on.png' -> 'www/help/latest/images/model_sw_depends_on.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_hw_features_executionneed.png' -> 'www/help/latest/images/model_sw_hw_features_executionneed.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_label.png' -> 'www/help/latest/images/model_sw_label.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_condition.png' -> 'www/help/latest/images/model_sw_local_mode_condition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_call_context.png' -> 'www/help/latest/images/model_sw_local_mode_label_call_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_counter.png' -> 'www/help/latest/images/model_sw_local_mode_label_counter.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value.png' -> 'www/help/latest/images/model_sw_local_mode_value.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value_hierarchy.png' -> 'www/help/latest/images/model_sw_local_mode_value_hierarchy.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_memory_inf.png' -> 'www/help/latest/images/model_sw_memory_inf.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_mode_assignment.png' -> 'www/help/latest/images/model_sw_mode_assignment.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modecondition.png' -> 'www/help/latest/images/model_sw_modecondition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes.png' -> 'www/help/latest/images/model_sw_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes_overview.png' -> 'www/help/latest/images/model_sw_modes_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_osevents.png' -> 'www/help/latest/images/model_sw_osevents.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_chain.png' -> 'www/help/latest/images/model_sw_process_chain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_prototype.png' -> 'www/help/latest/images/model_sw_process_prototype.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_runnable_overview.png' -> 'www/help/latest/images/model_sw_runnable_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_statistic.png' -> 'www/help/latest/images/model_sw_statistic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_task_isr.png' -> 'www/help/latest/images/model_sw_task_isr.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_sample.png' -> 'www/help/latest/images/model_sw_type_sample.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_system.png' -> 'www/help/latest/images/model_sw_type_system.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_transient_backpointer_ui.png' -> 'www/help/latest/images/model_transient_backpointer_ui.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_gantt.png' -> 'www/help/latest/images/modeling_1_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_hw.png' -> 'www/help/latest/images/modeling_1_hw.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_mapping.png' -> 'www/help/latest/images/modeling_1_mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_runnables.png' -> 'www/help/latest/images/modeling_1_runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_schedulers.png' -> 'www/help/latest/images/modeling_1_schedulers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_stimuli.png' -> 'www/help/latest/images/modeling_1_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc' -> 'www/help/latest/javadoc'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/stylesheet.css' -> 'www/help/latest/javadoc/stylesheet.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model' -> 'www/help/latest/javadoc/model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaIndex.html' -> 'www/help/latest/javadoc/model/AmaltheaIndex.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaMerger.html' -> 'www/help/latest/javadoc/model/AmaltheaMerger.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaServices.html' -> 'www/help/latest/javadoc/model/AmaltheaServices.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/package-summary.html' -> 'www/help/latest/javadoc/model/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder' -> 'www/help/latest/javadoc/model/builder'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/AmaltheaBuilder.html' -> 'www/help/latest/javadoc/model/builder/AmaltheaBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/CommonElementsBuilder.html' -> 'www/help/latest/javadoc/model/builder/CommonElementsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/ConstraintsBuilder.html' -> 'www/help/latest/javadoc/model/builder/ConstraintsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/DatatypeBuilder.html' -> 'www/help/latest/javadoc/model/builder/DatatypeBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/HardwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/HardwareBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/InstructionsBuilder.html' -> 'www/help/latest/javadoc/model/builder/InstructionsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/MappingBuilder.html' -> 'www/help/latest/javadoc/model/builder/MappingBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/OperatingSystemBuilder.html' -> 'www/help/latest/javadoc/model/builder/OperatingSystemBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/SoftwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/SoftwareBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/StimuliBuilder.html' -> 'www/help/latest/javadoc/model/builder/StimuliBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/package-summary.html' -> 'www/help/latest/javadoc/model/builder/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io' -> 'www/help/latest/javadoc/model/io'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaFileHelper.html' -> 'www/help/latest/javadoc/model/io/AmaltheaFileHelper.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaLoader.html' -> 'www/help/latest/javadoc/model/io/AmaltheaLoader.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaWriter.html' -> 'www/help/latest/javadoc/model/io/AmaltheaWriter.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/package-summary.html' -> 'www/help/latest/javadoc/model/io/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util' -> 'www/help/latest/javadoc/model/util'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ConstraintsUtil.html' -> 'www/help/latest/javadoc/model/util/ConstraintsUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/CustomPropertyUtil.html' -> 'www/help/latest/javadoc/model/util/CustomPropertyUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/DeploymentUtil.html' -> 'www/help/latest/javadoc/model/util/DeploymentUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/FactoryUtil.html' -> 'www/help/latest/javadoc/model/util/FactoryUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/HardwareUtil.html' -> 'www/help/latest/javadoc/model/util/HardwareUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/InstructionsUtil.html' -> 'www/help/latest/javadoc/model/util/InstructionsUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ModelUtil.html' -> 'www/help/latest/javadoc/model/util/ModelUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/SoftwareUtil.html' -> 'www/help/latest/javadoc/model/util/SoftwareUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/TimeUtil.html' -> 'www/help/latest/javadoc/model/util/TimeUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.Parameters.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.Parameters.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/package-summary.html' -> 'www/help/latest/javadoc/model/util/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip' -> 'www/help/latest/zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/ecore-definitions.zip' -> 'www/help/latest/zip/ecore-definitions.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/xml-definitions.zip' -> 'www/help/latest/zip/xml-definitions.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history' -> 'www/history'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history/index.html' -> 'www/history/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images' -> 'www/images'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/logo.png' -> 'www/images/logo.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/system-model.png' -> 'www/images/system-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim' -> 'www/images/doc-app4mc.sim'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/adding-update-sites.png' -> 'www/images/doc-app4mc.sim/adding-update-sites.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/app4mcsim-flow.png' -> 'www/images/doc-app4mc.sim/app4mcsim-flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-new-software.png' -> 'www/images/doc-app4mc.sim/install-new-software.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation-sim.png' -> 'www/images/doc-app4mc.sim/install-transformation-sim.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation.png' -> 'www/images/doc-app4mc.sim/install-transformation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-build.png' -> 'www/images/doc-app4mc.sim/sim-build.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-configure.png' -> 'www/images/doc-app4mc.sim/sim-configure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-run.png' -> 'www/images/doc-app4mc.sim/sim-run.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-trace.png' -> 'www/images/doc-app4mc.sim/sim-trace.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-validations.png' -> 'www/images/doc-app4mc.sim/sim-validations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-folder.png' -> 'www/images/doc-app4mc.sim/simulation-model-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-refresh.png' -> 'www/images/doc-app4mc.sim/simulation-model-refresh.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/tranformation-context.png' -> 'www/images/doc-app4mc.sim/tranformation-context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/transformation-dialog.png' -> 'www/images/doc-app4mc.sim/transformation-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model' -> 'www/images/gs-create-model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/01-create-project.png' -> 'www/images/gs-create-model/01-create-project.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/02-create-folder.png' -> 'www/images/gs-create-model/02-create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/03-create-folder.png' -> 'www/images/gs-create-model/03-create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/04-create-model.png' -> 'www/images/gs-create-model/04-create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/05-create-model.png' -> 'www/images/gs-create-model/05-create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/06-create-sw-model.png' -> 'www/images/gs-create-model/06-create-sw-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/07-create-label.png' -> 'www/images/gs-create-model/07-create-label.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/08-create-runnables.png' -> 'www/images/gs-create-model/08-create-runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/09-create-runnable1-label-access.png' -> 'www/images/gs-create-model/09-create-runnable1-label-access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/10-create-runnable1-label-access.png' -> 'www/images/gs-create-model/10-create-runnable1-label-access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/11-create-runnables-final.png' -> 'www/images/gs-create-model/11-create-runnables-final.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/12-create-task-runnable-calls.png' -> 'www/images/gs-create-model/12-create-task-runnable-calls.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/13-create-stimuli.png' -> 'www/images/gs-create-model/13-create-stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/14-task1-stimulus-2.png' -> 'www/images/gs-create-model/14-task1-stimulus-2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/15-hardware.png' -> 'www/images/gs-create-model/15-hardware.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/16-operating-system.png' -> 'www/images/gs-create-model/16-operating-system.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/17-constraints.png' -> 'www/images/gs-create-model/17-constraints.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/18-mapping.png' -> 'www/images/gs-create-model/18-mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/hardware-visualization.png' -> 'www/images/gs-create-model/hardware-visualization.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/training-overview-model.png' -> 'www/images/gs-create-model/training-overview-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/ui-edit-button.png' -> 'www/images/gs-create-model/ui-edit-button.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history' -> 'www/images/history'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/de.png' -> 'www/images/history/de.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/es.png' -> 'www/images/history/es.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/fi.png' -> 'www/images/history/fi.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/pt.png' -> 'www/images/history/pt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/se.png' -> 'www/images/history/se.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/tr.png' -> 'www/images/history/tr.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news' -> 'www/images/news'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/EBEAS_Designflow_small.png' -> 'www/images/news/EBEAS_Designflow_small.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/a4mcar.png' -> 'www/images/news/a4mcar.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/hwoverview.png' -> 'www/images/news/hwoverview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html' -> 'www/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml' -> 'www/index.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models' -> 'www/models'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news' -> 'www/news'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.html' -> 'www/news/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.xml' -> 'www/news/index.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-12-06-release-3-2-0' -> 'www/news/2023-12-06-release-3-2-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-12-06-release-3-2-0/index.html' -> 'www/news/2023-12-06-release-3-2-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0' -> 'www/news/2023-06-30-release-3-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0/index.html' -> 'www/news/2023-06-30-release-3-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0' -> 'www/news/2022-11-30-release-3-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0/index.html' -> 'www/news/2022-11-30-release-3-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0' -> 'www/news/2022-07-31-release-2-2-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0/index.html' -> 'www/news/2022-07-31-release-2-2-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0' -> 'www/news/2022-04-30-release-2-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0/index.html' -> 'www/news/2022-04-30-release-2-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0' -> 'www/news/2021-11-30-release-2-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0/index.html' -> 'www/news/2021-11-30-release-2-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0' -> 'www/news/2021-07-31-release-1-2-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0/index.html' -> 'www/news/2021-07-31-release-1-2-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0' -> 'www/news/2020-12-01-release-1-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0/index.html' -> 'www/news/2020-12-01-release-1-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0' -> 'www/news/2021-04-30-release-1-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0/index.html' -> 'www/news/2021-04-30-release-1-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9' -> 'www/news/2020-08-03-release-0-9-9'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9/index.html' -> 'www/news/2020-08-03-release-0-9-9/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020' -> 'www/news/2020-05-20-gsoc-2020'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020/index.html' -> 'www/news/2020-05-20-gsoc-2020/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8' -> 'www/news/2020-05-04-release-0-9-8'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8/index.html' -> 'www/news/2020-05-04-release-0-9-8/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6' -> 'www/news/2019-11-04-release-0-9-6'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6/index.html' -> 'www/news/2019-11-04-release-0-9-6/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5' -> 'www/news/2019-08-02-release-0-9-5'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5/index.html' -> 'www/news/2019-08-02-release-0-9-5/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3' -> 'www/news/2019-02-04-release-0-9-3'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3/index.html' -> 'www/news/2019-02-04-release-0-9-3/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2' -> 'www/news/2018-11-06-release-0-9-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2/index.html' -> 'www/news/2018-11-06-release-0-9-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1' -> 'www/news/2018-08-01-release-0-9-1'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1/index.html' -> 'www/news/2018-08-01-release-0-9-1/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0' -> 'www/news/2018-04-30-release-0-9-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0/index.html' -> 'www/news/2018-04-30-release-0-9-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm' -> 'www/news/2018-02-13_seerts_workshop_ulm'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm/index.html' -> 'www/news/2018-02-13_seerts_workshop_ulm/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3' -> 'www/news/2018-01-31_release_0-8-3'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3/index.html' -> 'www/news/2018-01-31_release_0-8-3/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2' -> 'www/news/2017-10-30_release_0-8-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2/index.html' -> 'www/news/2017-10-30_release_0-8-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover' -> 'www/news/2017-05-23_gsoc_2017_rover'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover/index.html' -> 'www/news/2017-05-23_gsoc_2017_rover/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0' -> 'www/news/2017-04-28_release_0-8-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0/index.html' -> 'www/news/2017-04-28_release_0-8-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7' -> 'www/news/2020-02-03-release-0-9-7'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7/index.html' -> 'www/news/2020-02-03-release-0-9-7/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4' -> 'www/news/2019-05-02-release-0-9-4'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4/index.html' -> 'www/news/2019-05-02-release-0-9-4/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017' -> 'www/news/2017-03-29_conferences_2017'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017/index.html' -> 'www/news/2017-03-29_conferences_2017/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017' -> 'www/news/2017-05-10_digital_innovation_forum_2017'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017/index.html' -> 'www/news/2017-05-10_digital_innovation_forum_2017/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2' -> 'www/news/2017-01-31_release_0-7-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2/index.html' -> 'www/news/2017-01-31_release_0-7-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1' -> 'www/news/2016-11-04_milestone_release_0-7-1'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1/index.html' -> 'www/news/2016-11-04_milestone_release_0-7-1/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review' -> 'www/news/2016-09-28_itea-review'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review/index.html' -> 'www/news/2016-09-28_itea-review/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge' -> 'www/news/2016-07-05_fmtv_challenge'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge/index.html' -> 'www/news/2016-07-05_fmtv_challenge/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016' -> 'www/news/2016-06-27_summer_school_automotive_2016'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016/index.html' -> 'www/news/2016-06-27_summer_school_automotive_2016/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created' -> 'www/news/2016-08-05_capra_project_created'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created/index.html' -> 'www/news/2016-08-05_capra_project_created/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra/index.html' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform/index.html' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk' -> 'www/news/2015-12-02_ese_2015_app4mc_talk'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk/index.html' -> 'www/news/2015-12-02_ese_2015_app4mc_talk/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted' -> 'www/news/2015-06-11_project_proposal_posted'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted/index.html' -> 'www/news/2015-06-11_project_proposal_posted/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed' -> 'www/news/2015-08-12_creation_review_passed'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed/index.html' -> 'www/news/2015-08-12_creation_review_passed/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc' -> 'www/news/2016-02-12_embedded_world_2016_app4mc'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc/index.html' -> 'www/news/2016-02-12_embedded_world_2016_app4mc/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public' -> 'www/news/2015-03-26_newsletter_article_amathea4public'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public/index.html' -> 'www/news/2015-03-26_newsletter_article_amathea4public/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml' -> 'www/sitemap.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets' -> 'www/snippets'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets/index.html' -> 'www/snippets/index.html'
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH))
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-npSQ5qkqTPYN/agent.200
SSH_AGENT_PID=202
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_12707085797725146375.key (app4mc-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git diff --cached --exit-code
diff --git a/community/index.html b/community/index.html
index ee2354d..7d3aefd 100644
--- a/community/index.html
+++ b/community/index.html
@@ -328,12 +328,12 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -341,9 +341,9 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -354,12 +354,12 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/documentation/index.html b/documentation/index.html
index d141df6..319131b 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -11,18 +11,26 @@
   <meta property="og:title" content="Documentation | The Eclipse Foundation" />
   <meta name="twitter:title" content="Documentation | The Eclipse Foundation" />
   <meta name="description" content="Sign up on the APP4MC mailing list for the latest news about APP4MC.
-Help APP4MC APP4MC 3.1.0 - Online Help (opens in new tab)
-APP4MC 3.1.0 - Help (zip archive)
+Help APP4MC APP4MC 3.2.0 - Online Help (opens in new tab)
+APP4MC 3.2.0 - Help (zip archive)
 
-Previous versions (zip archive only): 3.0.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.2.0 - 1.1.0 - 1.0.0 - 0.9.9 - 0.9.8 - 0.9.7 - 0.9.6 - 0.9.5 - 0.9.4 - 0.9.3 - 0.9.2 - 0.9.1 - 0.9.0 - 0.">
+Previous versions (zip archive only): Help Archive
+APP4MC.sim APP4MC.sim - Online Help
+
+Related Standards BTF Specification Current version: V2.2.1 (2021-01-07)
+Previous versions: V2.1.5 (2016-01-29)">
   <meta property="og:description" content="Sign up on the APP4MC mailing list for the latest news about APP4MC.
-Help APP4MC APP4MC 3.1.0 - Online Help (opens in new tab)
-APP4MC 3.1.0 - Help (zip archive)
+Help APP4MC APP4MC 3.2.0 - Online Help (opens in new tab)
+APP4MC 3.2.0 - Help (zip archive)
+
+Previous versions (zip archive only): Help Archive
+APP4MC.sim APP4MC.sim - Online Help
 
-Previous versions (zip archive only): 3.0.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.2.0 - 1.1.0 - 1.0.0 - 0.9.9 - 0.9.8 - 0.9.7 - 0.9.6 - 0.9.5 - 0.9.4 - 0.9.3 - 0.9.2 - 0.9.1 - 0.9.0 - 0.">
+Related Standards BTF Specification Current version: V2.2.1 (2021-01-07)
+Previous versions: V2.1.5 (2016-01-29)">
   <meta name="twitter:description" content="Sign up on the APP4MC mailing list for the latest news about APP4MC.
-Help APP4MC APP4MC 3.1.0 - Online Help (opens in new tab)
-APP4MC 3.1.0 - Help (zip archive)
+Help APP4MC APP4MC 3.2.0 - Online Help (opens in new tab)
+APP4MC 3.2.0 - Help (zip archive)
 
 Previous versions (zip archive only): …">
   <meta name="author" content="Susan Iwai"/>
@@ -294,36 +302,15 @@ Previous versions (zip archive only): …">
 
 <h4 id="app4mc"><strong>APP4MC</strong></h4>
 
-<p><a href="https://eclipse.dev/app4mc/help/latest/index.html" target="_blank">APP4MC 3.1.0 - Online Help</a> (opens in new tab)</p>
+<p><a href="https://eclipse.dev/app4mc/help/latest/index.html" target="_blank">APP4MC 3.2.0 - Online Help</a> (opens in new tab)</p>
 
-<p><a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-3.1.0-help.zip">APP4MC 3.1.0 - Help</a> (zip archive)</p>
+<p><a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-3.2.0-help.zip">APP4MC 3.2.0 - Help</a> (zip archive)</p>
 
 <p><br></p>
 
 <h4 id="previous-versions-zip-archive-only">Previous versions (zip archive only):</h4>
 
-<p><a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-3.0.0-help.zip">3.0.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-2.2.0-help.zip">2.2.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-2.1.0-help.zip">2.1.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-2.0.0-help.zip">2.0.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-1.2.0-help.zip">1.2.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-1.1.0-help.zip">1.1.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-1.0.0-help.zip">1.0.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.9-help.zip">0.9.9</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.8-help.zip">0.9.8</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.7-help.zip">0.9.7</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.6-help.zip">0.9.6</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.5-help.zip">0.9.5</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.4-help.zip">0.9.4</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.3-help.zip">0.9.3</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.2-help.zip">0.9.2</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.1-help.zip">0.9.1</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.9.0-help.zip">0.9.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.8.3-help.zip">0.8.3</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.8.2-help.zip">0.8.2</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.8.1-help.zip">0.8.1</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.8.0-help.zip">0.8.0</a> -
-<a href="https://archive.eclipse.org/app4mc/documents/help/app4mc-0.7.2-help.zip">0.7.2</a></p>
+<p><a href="https://archive.eclipse.org/app4mc/documents/help">Help Archive</a></p>
 
 <hr />
 
@@ -354,12 +341,12 @@ Previous versions (zip archive only): …">
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -367,9 +354,9 @@ Previous versions (zip archive only): …">
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -380,12 +367,12 @@ Previous versions (zip archive only): …">
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/downloads/index.html b/downloads/index.html
index 4c23600..fe2846f 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -10,20 +10,20 @@
   <title>Downloads | The Eclipse Foundation</title>
   <meta property="og:title" content="Downloads | The Eclipse Foundation" />
   <meta name="twitter:title" content="Downloads | The Eclipse Foundation" />
-  <meta name="description" content="Release 3.1.0 2023-06-30 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2020-06 Minimum Java runtime is Java 11.
-Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
- APP4MC Platform 3.1.0 for OSX (64 Bit) - Zip-archive (400 MB)
- APP4MC Platform 3.1.0 for Windows (64 Bit) - Zip-archive (404 MB)
-  Update Site  direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.1.0/
- for offline installation: Zip-archive of APP4MC 3.1.0 p2 repository">
-  <meta property="og:description" content="Release 3.1.0 2023-06-30 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2020-06 Minimum Java runtime is Java 11.
-Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
- APP4MC Platform 3.1.0 for OSX (64 Bit) - Zip-archive (400 MB)
- APP4MC Platform 3.1.0 for Windows (64 Bit) - Zip-archive (404 MB)
-  Update Site  direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.1.0/
- for offline installation: Zip-archive of APP4MC 3.1.0 p2 repository">
-  <meta name="twitter:description" content="Release 3.1.0 2023-06-30 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2020-06 Minimum Java runtime is Java 11.
-Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
+  <meta name="description" content="Release 3.2.0 2023-12-06 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2022-03 Minimum Java runtime is Java 11.
+Products  APP4MC Platform 3.2.0 for Linux (64 Bit) - Zip-archive (412 MB)
+ APP4MC Platform 3.2.0 for OSX (64 Bit) - Zip-archive (410 MB)
+ APP4MC Platform 3.2.0 for Windows (64 Bit) - Zip-archive (407 MB)
+  Update Site  direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.2.0/
+ for offline installation: Zip-archive of APP4MC 3.2.0 p2 repository">
+  <meta property="og:description" content="Release 3.2.0 2023-12-06 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2022-03 Minimum Java runtime is Java 11.
+Products  APP4MC Platform 3.2.0 for Linux (64 Bit) - Zip-archive (412 MB)
+ APP4MC Platform 3.2.0 for OSX (64 Bit) - Zip-archive (410 MB)
+ APP4MC Platform 3.2.0 for Windows (64 Bit) - Zip-archive (407 MB)
+  Update Site  direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.2.0/
+ for offline installation: Zip-archive of APP4MC 3.2.0 p2 repository">
+  <meta name="twitter:description" content="Release 3.2.0 2023-12-06 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2022-03 Minimum Java runtime is Java 11.
+Products  APP4MC Platform 3.2.0 for Linux (64 Bit) - Zip-archive (412 MB)
  APP4MC …">
   <meta name="author" content="Susan Iwai"/>
   <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
@@ -283,9 +283,9 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
 
 <hr />
 
-<h3 id="release-3-1-0"><strong>Release 3.1.0</strong></h3>
+<h3 id="release-3-2-0"><strong>Release 3.2.0</strong></h3>
 
-<h5 id="2023-06-30-nbsp-nbsp-nbsp-nbsp-based-on-eclipse-2020-06">2023-06-30 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2020-06</h5>
+<h5 id="2023-12-06-nbsp-nbsp-nbsp-nbsp-based-on-eclipse-2022-03">2023-12-06 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2022-03</h5>
 
 <hr />
 
@@ -294,19 +294,19 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
 <h4 id="products">Products</h4>
 
 <ul>
-<li><p>APP4MC Platform 3.1.0 for <strong>Linux (64 Bit)</strong> - <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.1.0/org.eclipse.app4mc.platform-3.1.0-20230629-092507-linux.gtk.x86_64.tar.gz">Zip-archive</a> (403 MB)</p></li>
+<li><p>APP4MC Platform 3.2.0 for <strong>Linux (64 Bit)</strong> - <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.2.0/org.eclipse.app4mc.platform-3.2.0-20231205-095009-linux.gtk.x86_64.tar.gz">Zip-archive</a> (412 MB)</p></li>
 
-<li><p>APP4MC Platform 3.1.0 for <strong>OSX (64 Bit)</strong> - <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.1.0/org.eclipse.app4mc.platform-3.1.0-20230629-092507-macosx.cocoa.x86_64.dmg">Zip-archive</a> (400 MB)</p></li>
+<li><p>APP4MC Platform 3.2.0 for <strong>OSX (64 Bit)</strong> - <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.2.0/org.eclipse.app4mc.platform-3.2.0-20231205-095009-macosx.cocoa.x86_64.dmg">Zip-archive</a> (410 MB)</p></li>
 
-<li><p>APP4MC Platform 3.1.0 for <strong>Windows (64 Bit)</strong> - <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.1.0/org.eclipse.app4mc.platform-3.1.0-20230629-092507-win32.win32.x86_64.zip">Zip-archive</a> (404 MB)</p></li>
+<li><p>APP4MC Platform 3.2.0 for <strong>Windows (64 Bit)</strong> - <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.2.0/org.eclipse.app4mc.platform-3.2.0-20231205-095009-win32.win32.x86_64.zip">Zip-archive</a> (407 MB)</p></li>
 </ul>
 
 <h4 id="update-site">Update Site</h4>
 
 <ul>
-<li><p>direct link: <a href="https://download.eclipse.org/app4mc/updatesites/releases/3.1.0/">https://download.eclipse.org/app4mc/updatesites/releases/3.1.0/</a></p></li>
+<li><p>direct link: <a href="https://download.eclipse.org/app4mc/updatesites/releases/3.2.0/">https://download.eclipse.org/app4mc/updatesites/releases/3.2.0/</a></p></li>
 
-<li><p>for offline installation: <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.1.0/org.eclipse.app4mc.p2repo-3.1.0.zip">Zip-archive of APP4MC 3.1.0 p2 repository</a></p></li>
+<li><p>for offline installation: <a href="https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/3.2.0/org.eclipse.app4mc.p2repo-3.2.0.zip">Zip-archive of APP4MC 3.2.0 p2 repository</a></p></li>
 </ul>
 
 <hr />
diff --git a/gettingstarted/index.html b/gettingstarted/index.html
index eb81e4a..008f079 100644
--- a/gettingstarted/index.html
+++ b/gettingstarted/index.html
@@ -301,12 +301,12 @@ and several model files.<br />
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -314,9 +314,9 @@ and several model files.<br />
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -327,12 +327,12 @@ and several model files.<br />
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/help/latest/index.html b/help/latest/index.html
index 548db6d..04aa027 100644
--- a/help/latest/index.html
+++ b/help/latest/index.html
@@ -12,7 +12,7 @@
 
 <head>
   <meta charset="UTF-8">
-  <title>APP4MC 3.1 Documentation</title>
+  <title>APP4MC 3.2 Documentation</title>
   <link rel="stylesheet" href="css/help.css" type="text/css">
   <link rel="stylesheet" href="css/frames.css" type="text/css">
   <link rel="stylesheet" href="css/toc-style.css" type="text/css">
@@ -486,7 +486,7 @@
 <li><label class="leaf"><a href="#section3.10.2.4">Scheduler Association</a></label></li>
 </ul>
 </li>
-<li><input type="checkbox" id="toc3.10.3" /><label for="toc3.10.3"><a href="#section3.10.3">Os Overhead</a></label>
+<li><input type="checkbox" id="toc3.10.3" /><label for="toc3.10.3"><a href="#section3.10.3">OS Overhead</a></label>
 <ul>
 <li><label class="leaf"><a href="#section3.10.3.1">ISR Overhead</a></label></li>
 <li><label class="leaf"><a href="#section3.10.3.2">API Overhead</a></label></li>
@@ -830,31 +830,32 @@
 </li>
 <li><input type="checkbox" id="toc6" /><label for="toc6"><a href="#section6">Release Notes</a></label>
 <ul>
-<li><label class="leaf"><a href="#section6.1">Eclipse APP4MC 3.1 (Jun 2023)</a></label></li>
-<li><label class="leaf"><a href="#section6.2">Eclipse APP4MC 3.0 (Nov 2022)</a></label></li>
-<li><label class="leaf"><a href="#section6.3">Eclipse APP4MC 2.2 (Jul 2022)</a></label></li>
-<li><label class="leaf"><a href="#section6.4">Eclipse APP4MC 2.1 (Apr 2022)</a></label></li>
-<li><label class="leaf"><a href="#section6.5">Eclipse APP4MC 2.0 (Nov 2021)</a></label></li>
-<li><label class="leaf"><a href="#section6.6">Eclipse APP4MC 1.2 (Jul 2021)</a></label></li>
-<li><label class="leaf"><a href="#section6.7">Eclipse APP4MC 1.1 (Apr 2021)</a></label></li>
-<li><label class="leaf"><a href="#section6.8">Eclipse APP4MC 1.0 (Nov 2020)</a></label></li>
-<li><label class="leaf"><a href="#section6.9">Eclipse APP4MC 0.9.9 (Jul 2020)</a></label></li>
-<li><label class="leaf"><a href="#section6.10">Eclipse APP4MC 0.9.8 (Apr 2020)</a></label></li>
-<li><label class="leaf"><a href="#section6.11">Eclipse APP4MC 0.9.7 (Jan 2020)</a></label></li>
-<li><label class="leaf"><a href="#section6.12">Eclipse APP4MC 0.9.6 (Oct 2019)</a></label></li>
-<li><label class="leaf"><a href="#section6.13">Eclipse APP4MC 0.9.5 (Jul 2019)</a></label></li>
-<li><label class="leaf"><a href="#section6.14">Eclipse APP4MC 0.9.4 (Apr 2019)</a></label></li>
-<li><label class="leaf"><a href="#section6.15">Eclipse APP4MC 0.9.3 (Jan 2019)</a></label></li>
-<li><label class="leaf"><a href="#section6.16">Eclipse APP4MC 0.9.2 (Oct 2018)</a></label></li>
-<li><label class="leaf"><a href="#section6.17">Eclipse APP4MC 0.9.1 (Jul 2018)</a></label></li>
-<li><label class="leaf"><a href="#section6.18">Eclipse APP4MC 0.9.0 (Apr 2018)</a></label></li>
-<li><label class="leaf"><a href="#section6.19">Eclipse APP4MC 0.8.3 (Jan 2018)</a></label></li>
-<li><label class="leaf"><a href="#section6.20">Eclipse APP4MC 0.8.2 (Oct 2017)</a></label></li>
-<li><label class="leaf"><a href="#section6.21">Eclipse APP4MC 0.8.1 (Jul 2017)</a></label></li>
-<li><label class="leaf"><a href="#section6.22">Eclipse APP4MC 0.8.0 (Apr 2017)</a></label></li>
-<li><label class="leaf"><a href="#section6.23">Eclipse APP4MC 0.7.2 (Jan 2017)</a></label></li>
-<li><label class="leaf"><a href="#section6.24">Eclipse APP4MC 0.7.1 (Oct 2016)</a></label></li>
-<li><label class="leaf"><a href="#section6.25">Eclipse APP4MC 0.7.0 (Jul 2016)</a></label></li>
+<li><label class="leaf"><a href="#section6.1">Eclipse APP4MC 3.2 (Dec 2023)</a></label></li>
+<li><label class="leaf"><a href="#section6.2">Eclipse APP4MC 3.1 (Jun 2023)</a></label></li>
+<li><label class="leaf"><a href="#section6.3">Eclipse APP4MC 3.0 (Nov 2022)</a></label></li>
+<li><label class="leaf"><a href="#section6.4">Eclipse APP4MC 2.2 (Jul 2022)</a></label></li>
+<li><label class="leaf"><a href="#section6.5">Eclipse APP4MC 2.1 (Apr 2022)</a></label></li>
+<li><label class="leaf"><a href="#section6.6">Eclipse APP4MC 2.0 (Nov 2021)</a></label></li>
+<li><label class="leaf"><a href="#section6.7">Eclipse APP4MC 1.2 (Jul 2021)</a></label></li>
+<li><label class="leaf"><a href="#section6.8">Eclipse APP4MC 1.1 (Apr 2021)</a></label></li>
+<li><label class="leaf"><a href="#section6.9">Eclipse APP4MC 1.0 (Nov 2020)</a></label></li>
+<li><label class="leaf"><a href="#section6.10">Eclipse APP4MC 0.9.9 (Jul 2020)</a></label></li>
+<li><label class="leaf"><a href="#section6.11">Eclipse APP4MC 0.9.8 (Apr 2020)</a></label></li>
+<li><label class="leaf"><a href="#section6.12">Eclipse APP4MC 0.9.7 (Jan 2020)</a></label></li>
+<li><label class="leaf"><a href="#section6.13">Eclipse APP4MC 0.9.6 (Oct 2019)</a></label></li>
+<li><label class="leaf"><a href="#section6.14">Eclipse APP4MC 0.9.5 (Jul 2019)</a></label></li>
+<li><label class="leaf"><a href="#section6.15">Eclipse APP4MC 0.9.4 (Apr 2019)</a></label></li>
+<li><label class="leaf"><a href="#section6.16">Eclipse APP4MC 0.9.3 (Jan 2019)</a></label></li>
+<li><label class="leaf"><a href="#section6.17">Eclipse APP4MC 0.9.2 (Oct 2018)</a></label></li>
+<li><label class="leaf"><a href="#section6.18">Eclipse APP4MC 0.9.1 (Jul 2018)</a></label></li>
+<li><label class="leaf"><a href="#section6.19">Eclipse APP4MC 0.9.0 (Apr 2018)</a></label></li>
+<li><label class="leaf"><a href="#section6.20">Eclipse APP4MC 0.8.3 (Jan 2018)</a></label></li>
+<li><label class="leaf"><a href="#section6.21">Eclipse APP4MC 0.8.2 (Oct 2017)</a></label></li>
+<li><label class="leaf"><a href="#section6.22">Eclipse APP4MC 0.8.1 (Jul 2017)</a></label></li>
+<li><label class="leaf"><a href="#section6.23">Eclipse APP4MC 0.8.0 (Apr 2017)</a></label></li>
+<li><label class="leaf"><a href="#section6.24">Eclipse APP4MC 0.7.2 (Jan 2017)</a></label></li>
+<li><label class="leaf"><a href="#section6.25">Eclipse APP4MC 0.7.1 (Oct 2016)</a></label></li>
+<li><label class="leaf"><a href="#section6.26">Eclipse APP4MC 0.7.0 (Jul 2016)</a></label></li>
 </ul>
 </li>
 <li><label class="leaf"><a href="#section7">Roadmap</a></label></li>
@@ -3686,7 +3687,7 @@
 			</p>
 		</blockquote>
 		<p>A version of the dissertation can be downloaded from University of Ulm: 
-			<a href="https://oparu.uni-ulm.de/xmlui/handle/123456789/1770">pdf</a>.
+			<a href="http://vts.uni-ulm.de/docs/2011/7505/vts_7505_10701.pdf">pdf</a>.
 		</p>
 
 
@@ -10408,7 +10409,7 @@ Semantic: PhysicalSectionMapping for .abc.reini section can only be allocated ei
 		</table>
 
 
-<h3><a id="section3.10.3">3.10.3 </a>Os Overhead</h3>
+<h3><a id="section3.10.3">3.10.3 </a>OS Overhead</h3>
 		<p>It is possible to define the overhead that is produced by an operating system. The defined overhead can be assigned to an operating system definition. Each overhead information is defined as a set of instructions that has to be executed when the corresponding OS function is used. The instructions can be either a constant set or a deviation of instructions. It is possible to define the overhead for the ISR category one and two and for a number of operating system API functions.</p>
 		<p>
 			<img src="images/model_os_osoverhead.png" />
@@ -19237,7 +19238,24 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 <h1><a id="section6">6 </a>Release Notes</h1>
 
 
-<h2><a id="section6.1">6.1 </a>Eclipse APP4MC 3.1 (Jun 2023)</h2>
+<h2><a id="section6.1">6.1 </a>Eclipse APP4MC 3.2 (Dec 2023)</h2>
+		<p>Model handling</p>
+		<ul>
+			<li>Model migration support (3.1.0 -&gt; 3.2.0)</li>
+		</ul>
+		<p>Product</p>
+		<ul>
+			<li>Target based on Eclipse IDE 2022-03</li>
+			<li>JavaFX 17 included (instead of JavaFX 11, still compatible with Java 11)</li>
+			<li>Product definition with reduced scope (removed Xpand/Xtend, GEF, ...)</li>
+			<li>Several bug fixes</li>
+		</ul>
+		<p>Minimum Java runtime is 
+			<strong>Java 11</strong>.
+		</p>
+
+
+<h2><a id="section6.2">6.2 </a>Eclipse APP4MC 3.1 (Jun 2023)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (3.0.0 -&gt; 3.1.0)</li>
@@ -19255,7 +19273,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.2">6.2 </a>Eclipse APP4MC 3.0 (Nov 2022)</h2>
+<h2><a id="section6.3">6.3 </a>Eclipse APP4MC 3.0 (Nov 2022)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (2.2.0 -&gt; 3.0.0)</li>
@@ -19285,7 +19303,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.3">6.3 </a>Eclipse APP4MC 2.2 (Jul 2022)</h2>
+<h2><a id="section6.4">6.4 </a>Eclipse APP4MC 2.2 (Jul 2022)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (2.1.0 -&gt; 2.2.0)</li>
@@ -19308,7 +19326,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.4">6.4 </a>Eclipse APP4MC 2.1 (Apr 2022)</h2>
+<h2><a id="section6.5">6.5 </a>Eclipse APP4MC 2.1 (Apr 2022)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (2.0.0 -&gt; 2.1.0)</li>
@@ -19343,7 +19361,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.5">6.5 </a>Eclipse APP4MC 2.0 (Nov 2021)</h2>
+<h2><a id="section6.6">6.6 </a>Eclipse APP4MC 2.0 (Nov 2021)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (1.2.0 -&gt; 2.0.0)</li>
@@ -19381,7 +19399,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.6">6.6 </a>Eclipse APP4MC 1.2 (Jul 2021)</h2>
+<h2><a id="section6.7">6.7 </a>Eclipse APP4MC 1.2 (Jul 2021)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (1.1.0 -&gt; 1.2.0)</li>
@@ -19420,7 +19438,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.7">6.7 </a>Eclipse APP4MC 1.1 (Apr 2021)</h2>
+<h2><a id="section6.8">6.8 </a>Eclipse APP4MC 1.1 (Apr 2021)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (1.0.0 -&gt; 1.1.0)</li>
@@ -19450,7 +19468,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.8">6.8 </a>Eclipse APP4MC 1.0 (Nov 2020)</h2>
+<h2><a id="section6.9">6.9 </a>Eclipse APP4MC 1.0 (Nov 2020)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.9 -&gt; 1.0.0)</li>
@@ -19478,7 +19496,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.9">6.9 </a>Eclipse APP4MC 0.9.9 (Jul 2020)</h2>
+<h2><a id="section6.10">6.10 </a>Eclipse APP4MC 0.9.9 (Jul 2020)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.8 -&gt; 0.9.9)</li>
@@ -19505,7 +19523,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.10">6.10 </a>Eclipse APP4MC 0.9.8 (Apr 2020)</h2>
+<h2><a id="section6.11">6.11 </a>Eclipse APP4MC 0.9.8 (Apr 2020)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.7 -&gt; 0.9.8)</li>
@@ -19526,7 +19544,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.11">6.11 </a>Eclipse APP4MC 0.9.7 (Jan 2020)</h2>
+<h2><a id="section6.12">6.12 </a>Eclipse APP4MC 0.9.7 (Jan 2020)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.6 -&gt; 0.9.7)</li>
@@ -19549,7 +19567,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.12">6.12 </a>Eclipse APP4MC 0.9.6 (Oct 2019)</h2>
+<h2><a id="section6.13">6.13 </a>Eclipse APP4MC 0.9.6 (Oct 2019)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.5 -&gt; 0.9.6)</li>
@@ -19574,7 +19592,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.13">6.13 </a>Eclipse APP4MC 0.9.5 (Jul 2019)</h2>
+<h2><a id="section6.14">6.14 </a>Eclipse APP4MC 0.9.5 (Jul 2019)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.4 -&gt; 0.9.5)</li>
@@ -19593,7 +19611,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.14">6.14 </a>Eclipse APP4MC 0.9.4 (Apr 2019)</h2>
+<h2><a id="section6.15">6.15 </a>Eclipse APP4MC 0.9.4 (Apr 2019)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.3 -&gt; 0.9.4)</li>
@@ -19613,7 +19631,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.15">6.15 </a>Eclipse APP4MC 0.9.3 (Jan 2019)</h2>
+<h2><a id="section6.16">6.16 </a>Eclipse APP4MC 0.9.3 (Jan 2019)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.2 -&gt; 0.9.3)</li>
@@ -19632,7 +19650,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.16">6.16 </a>Eclipse APP4MC 0.9.2 (Oct 2018)</h2>
+<h2><a id="section6.17">6.17 </a>Eclipse APP4MC 0.9.2 (Oct 2018)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.9.1 -&gt; 0.9.2)</li>
@@ -19650,7 +19668,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.17">6.17 </a>Eclipse APP4MC 0.9.1 (Jul 2018)</h2>
+<h2><a id="section6.18">6.18 </a>Eclipse APP4MC 0.9.1 (Jul 2018)</h2>
 		<p>General</p>
 		<ul>
 			<li>New Eclipse Oxygen.3a based product (compatible with Java 8, Java 9 and Java 10)</li>
@@ -19670,7 +19688,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</ul>
 
 
-<h2><a id="section6.18">6.18 </a>Eclipse APP4MC 0.9.0 (Apr 2018)</h2>
+<h2><a id="section6.19">6.19 </a>Eclipse APP4MC 0.9.0 (Apr 2018)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.8.3 -&gt; 0.9.0)</li>
@@ -19686,7 +19704,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		<i>Note: This is the first implementation of the new hardware model. It will be extended in the next version and (minor) changes are expected</i>.
 
 
-<h2><a id="section6.19">6.19 </a>Eclipse APP4MC 0.8.3 (Jan 2018)</h2>
+<h2><a id="section6.20">6.20 </a>Eclipse APP4MC 0.8.3 (Jan 2018)</h2>
 		<p>General</p>
 		<ul>
 			<li>New Eclipse Neon.3 based product</li>
@@ -19710,7 +19728,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.20">6.20 </a>Eclipse APP4MC 0.8.2 (Oct 2017)</h2>
+<h2><a id="section6.21">6.21 </a>Eclipse APP4MC 0.8.2 (Oct 2017)</h2>
 		<p>General</p>
 		<ul>
 			<li>Model changes (extensions)</li>
@@ -19735,7 +19753,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.21">6.21 </a>Eclipse APP4MC 0.8.1 (Jul 2017)</h2>
+<h2><a id="section6.22">6.22 </a>Eclipse APP4MC 0.8.1 (Jul 2017)</h2>
 		<p>General</p>
 		<ul>
 			<li>Model changes (extension and harmonization)</li>
@@ -19762,7 +19780,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.22">6.22 </a>Eclipse APP4MC 0.8.0 (Apr 2017)</h2>
+<h2><a id="section6.23">6.23 </a>Eclipse APP4MC 0.8.0 (Apr 2017)</h2>
 		<p>General</p>
 		<ul>
 			<li>Model changes (mainly to simplify handling)</li>
@@ -19787,7 +19805,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.23">6.23 </a>Eclipse APP4MC 0.7.2 (Jan 2017)</h2>
+<h2><a id="section6.24">6.24 </a>Eclipse APP4MC 0.7.2 (Jan 2017)</h2>
 		<p>General</p>
 		<ul>
 			<li>Smaller product definition (optional parts can be installed via update sites)</li>
@@ -19827,7 +19845,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.24">6.24 </a>Eclipse APP4MC 0.7.1 (Oct 2016)</h2>
+<h2><a id="section6.25">6.25 </a>Eclipse APP4MC 0.7.1 (Oct 2016)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (0.7.0 -&gt; 0.7.1)</li>
@@ -19853,7 +19871,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 		</p>
 
 
-<h2><a id="section6.25">6.25 </a>Eclipse APP4MC 0.7.0 (Jul 2016)</h2>
+<h2><a id="section6.26">6.26 </a>Eclipse APP4MC 0.7.0 (Jul 2016)</h2>
 		<p>Model handling</p>
 		<ul>
 			<li>Model migration support (itea1.1.0 -&gt; itea1.1.1 -&gt; 0.7.0)</li>
@@ -19891,14 +19909,14 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
 
 <article>
 <h1><a id="section7">7 </a>Roadmap</h1>
-		<p>Current topics:</p>
+		<p>Topics:</p>
 		<ul>
 			<li>Model changes (e.g. for heterogeneous hardware, Autosar adaptive)</li>
 			<li>Model validation</li>
 			<li>Model utilities</li>
 			<li>Interactive help (visualization of model and meta model structure)</li>
 		</ul>
-		<p>All new releases are provided by 
+		<p>All releases are provided by 
 			<a href="https://projects.eclipse.org/projects/automotive.app4mc">Eclipse APP4MC</a>.
 		</p>
 </article>
diff --git a/help/latest/zip/ecore-definitions.zip b/help/latest/zip/ecore-definitions.zip
index d0c21c0..9d753ff 100644
Binary files a/help/latest/zip/ecore-definitions.zip and b/help/latest/zip/ecore-definitions.zip differ
diff --git a/help/latest/zip/xml-definitions.zip b/help/latest/zip/xml-definitions.zip
index e871f16..b796ce9 100644
Binary files a/help/latest/zip/xml-definitions.zip and b/help/latest/zip/xml-definitions.zip differ
diff --git a/index.html b/index.html
index 5691134..9530892 100644
--- a/index.html
+++ b/index.html
@@ -299,12 +299,12 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -312,9 +312,9 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -325,12 +325,12 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/index.xml b/index.xml
index 8c07044..50938ba 100644
--- a/index.xml
+++ b/index.xml
@@ -12,6 +12,20 @@
 	<atom:link href="https://eclipse.dev/app4mc/index.xml" rel="self" type="application/rss+xml" />
     
     
+    <item>
+      <title>Downloads</title>
+      <link>https://eclipse.dev/app4mc/downloads/</link>
+      <pubDate>Wed, 06 Dec 2023 00:00:00 +0000</pubDate>
+      <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
+      <guid>https://eclipse.dev/app4mc/downloads/</guid>
+      <description>Release 3.2.0 2023-12-06 &amp;nbsp;&amp;nbsp; - &amp;nbsp;&amp;nbsp; based on Eclipse 2022-03 Minimum Java runtime is Java 11.
+Products  APP4MC Platform 3.2.0 for Linux (64 Bit) - Zip-archive (412 MB)
+ APP4MC Platform 3.2.0 for OSX (64 Bit) - Zip-archive (410 MB)
+ APP4MC Platform 3.2.0 for Windows (64 Bit) - Zip-archive (407 MB)
+  Update Site  direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.2.0/
+ for offline installation: Zip-archive of APP4MC 3.2.0 p2 repository</description>
+    </item>
+    
     <item>
       <title>History</title>
       <link>https://eclipse.dev/app4mc/history/</link>
@@ -22,20 +36,6 @@
 AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license.</description>
     </item>
     
-    <item>
-      <title>Downloads</title>
-      <link>https://eclipse.dev/app4mc/downloads/</link>
-      <pubDate>Fri, 30 Jun 2023 00:00:00 +0000</pubDate>
-      <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://eclipse.dev/app4mc/downloads/</guid>
-      <description>Release 3.1.0 2023-06-30 &amp;nbsp;&amp;nbsp; - &amp;nbsp;&amp;nbsp; based on Eclipse 2020-06 Minimum Java runtime is Java 11.
-Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
- APP4MC Platform 3.1.0 for OSX (64 Bit) - Zip-archive (400 MB)
- APP4MC Platform 3.1.0 for Windows (64 Bit) - Zip-archive (404 MB)
-  Update Site  direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.1.0/
- for offline installation: Zip-archive of APP4MC 3.1.0 p2 repository</description>
-    </item>
-    
     <item>
       <title>Snippets</title>
       <link>https://eclipse.dev/app4mc/snippets/</link>
@@ -46,12 +46,12 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
     </item>
     
     <item>
-      <title>APP4MC - Release 3.1.0 published</title>
-      <link>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</link>
-      <pubDate>Fri, 30 Jun 2023 00:00:00 +0000</pubDate>
+      <title>APP4MC - Release 3.2.0 published</title>
+      <link>https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/</link>
+      <pubDate>Wed, 06 Dec 2023 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
-      <guid>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</guid>
-      <description>&lt;p&gt;We released a new version of APP4MC with new features and improvements.&lt;/p&gt;
+      <guid>https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/</guid>
+      <description>&lt;p&gt;We released a new version of APP4MC with some improvements.&lt;/p&gt;
 
 &lt;p&gt;&lt;/p&gt;</description>
     </item>
@@ -59,14 +59,29 @@ Products  APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
     <item>
       <title>Documentation</title>
       <link>https://eclipse.dev/app4mc/documentation/</link>
-      <pubDate>Fri, 02 Dec 2022 00:00:00 +0000</pubDate>
+      <pubDate>Wed, 06 Dec 2023 00:00:00 +0000</pubDate>
       <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
       <guid>https://eclipse.dev/app4mc/documentation/</guid>
       <description>Sign up on the APP4MC mailing list for the latest news about APP4MC.
-Help APP4MC APP4MC 3.1.0 - Online Help (opens in new tab)
-APP4MC 3.1.0 - Help (zip archive)
+Help APP4MC APP4MC 3.2.0 - Online Help (opens in new tab)
+APP4MC 3.2.0 - Help (zip archive)
+
+Previous versions (zip archive only): Help Archive
+APP4MC.sim APP4MC.sim - Online Help
+
+Related Standards BTF Specification Current version: V2.2.1 (2021-01-07)
+Previous versions: V2.1.5 (2016-01-29)</description>
+    </item>
+    
+    <item>
+      <title>APP4MC - Release 3.1.0 published</title>
+      <link>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</link>
+      <pubDate>Fri, 30 Jun 2023 00:00:00 +0000</pubDate>
+      <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
+      <guid>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</guid>
+      <description>&lt;p&gt;We released a new version of APP4MC with new features and improvements.&lt;/p&gt;
 
-Previous versions (zip archive only): 3.0.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.2.0 - 1.1.0 - 1.0.0 - 0.9.9 - 0.9.8 - 0.9.7 - 0.9.6 - 0.9.5 - 0.9.4 - 0.9.3 - 0.9.2 - 0.9.1 - 0.9.0 - 0.</description>
+&lt;p&gt;&lt;/p&gt;</description>
     </item>
     
     <item>
diff --git a/news/2015-03-26_newsletter_article_amathea4public/index.html b/news/2015-03-26_newsletter_article_amathea4public/index.html
index 2547968..792fdfc 100644
--- a/news/2015-03-26_newsletter_article_amathea4public/index.html
+++ b/news/2015-03-26_newsletter_article_amathea4public/index.html
@@ -296,12 +296,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -309,9 +309,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -322,12 +322,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2015-06-11_project_proposal_posted/index.html b/news/2015-06-11_project_proposal_posted/index.html
index 9746b70..dbb1314 100644
--- a/news/2015-06-11_project_proposal_posted/index.html
+++ b/news/2015-06-11_project_proposal_posted/index.html
@@ -298,12 +298,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -311,9 +311,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -324,12 +324,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2015-08-12_creation_review_passed/index.html b/news/2015-08-12_creation_review_passed/index.html
index 105a3b5..b940238 100644
--- a/news/2015-08-12_creation_review_passed/index.html
+++ b/news/2015-08-12_creation_review_passed/index.html
@@ -296,12 +296,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -309,9 +309,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -322,12 +322,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html b/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html
index d8cecf0..c1f330b 100644
--- a/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html
+++ b/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html
@@ -301,12 +301,12 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -314,9 +314,9 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -327,12 +327,12 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2015-12-02_ese_2015_app4mc_talk/index.html b/news/2015-12-02_ese_2015_app4mc_talk/index.html
index 87f95c9..5d17646 100644
--- a/news/2015-12-02_ese_2015_app4mc_talk/index.html
+++ b/news/2015-12-02_ese_2015_app4mc_talk/index.html
@@ -299,12 +299,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -312,9 +312,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -325,12 +325,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-02-12_embedded_world_2016_app4mc/index.html b/news/2016-02-12_embedded_world_2016_app4mc/index.html
index d13a2d7..3bac1aa 100644
--- a/news/2016-02-12_embedded_world_2016_app4mc/index.html
+++ b/news/2016-02-12_embedded_world_2016_app4mc/index.html
@@ -296,12 +296,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -309,9 +309,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -322,12 +322,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-04-07_parallel_2016_app4mc_platform/index.html b/news/2016-04-07_parallel_2016_app4mc_platform/index.html
index a9982a4..98f86e6 100644
--- a/news/2016-04-07_parallel_2016_app4mc_platform/index.html
+++ b/news/2016-04-07_parallel_2016_app4mc_platform/index.html
@@ -299,12 +299,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -312,9 +312,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -325,12 +325,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-06-08_eclipsecon_france_2016_capra/index.html b/news/2016-06-08_eclipsecon_france_2016_capra/index.html
index 8849ce1..04d17b5 100644
--- a/news/2016-06-08_eclipsecon_france_2016_capra/index.html
+++ b/news/2016-06-08_eclipsecon_france_2016_capra/index.html
@@ -297,12 +297,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -310,9 +310,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -323,12 +323,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-06-27_summer_school_automotive_2016/index.html b/news/2016-06-27_summer_school_automotive_2016/index.html
index c306628..87f69e3 100644
--- a/news/2016-06-27_summer_school_automotive_2016/index.html
+++ b/news/2016-06-27_summer_school_automotive_2016/index.html
@@ -311,12 +311,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -324,9 +324,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -337,12 +337,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-07-05_fmtv_challenge/index.html b/news/2016-07-05_fmtv_challenge/index.html
index d2f4767..1500c28 100644
--- a/news/2016-07-05_fmtv_challenge/index.html
+++ b/news/2016-07-05_fmtv_challenge/index.html
@@ -325,12 +325,12 @@ is based on an Amalthea model of a Bosch Engine Control.</p>
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -338,9 +338,9 @@ is based on an Amalthea model of a Bosch Engine Control.</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -351,12 +351,12 @@ is based on an Amalthea model of a Bosch Engine Control.</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-08-05_capra_project_created/index.html b/news/2016-08-05_capra_project_created/index.html
index b9b5b0b..5607e31 100644
--- a/news/2016-08-05_capra_project_created/index.html
+++ b/news/2016-08-05_capra_project_created/index.html
@@ -305,12 +305,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -318,9 +318,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -331,12 +331,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-09-28_itea-review/index.html b/news/2016-09-28_itea-review/index.html
index bf52b84..540e275 100644
--- a/news/2016-09-28_itea-review/index.html
+++ b/news/2016-09-28_itea-review/index.html
@@ -308,12 +308,12 @@ The project itself presented the work of the last year to show the outcome and u
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -321,9 +321,9 @@ The project itself presented the work of the last year to show the outcome and u
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -334,12 +334,12 @@ The project itself presented the work of the last year to show the outcome and u
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html b/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html
index 54ba572..18ce407 100644
--- a/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html
+++ b/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html
@@ -305,12 +305,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -318,9 +318,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -331,12 +331,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2016-11-04_milestone_release_0-7-1/index.html b/news/2016-11-04_milestone_release_0-7-1/index.html
index b0d7bc5..a7b9b75 100644
--- a/news/2016-11-04_milestone_release_0-7-1/index.html
+++ b/news/2016-11-04_milestone_release_0-7-1/index.html
@@ -330,12 +330,12 @@ Further information and entire list of changes can be found in the APP4MC help (
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -343,9 +343,9 @@ Further information and entire list of changes can be found in the APP4MC help (
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -356,12 +356,12 @@ Further information and entire list of changes can be found in the APP4MC help (
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2017-01-31_release_0-7-2/index.html b/news/2017-01-31_release_0-7-2/index.html
index dce49be..65c6354 100644
--- a/news/2017-01-31_release_0-7-2/index.html
+++ b/news/2017-01-31_release_0-7-2/index.html
@@ -337,12 +337,12 @@ New examples
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -350,9 +350,9 @@ New examples
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -363,12 +363,12 @@ New examples
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2017-03-29_conferences_2017/index.html b/news/2017-03-29_conferences_2017/index.html
index 997da01..d1fb494 100644
--- a/news/2017-03-29_conferences_2017/index.html
+++ b/news/2017-03-29_conferences_2017/index.html
@@ -308,12 +308,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -321,9 +321,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -334,12 +334,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2017-04-28_release_0-8-0/index.html b/news/2017-04-28_release_0-8-0/index.html
index 0d7832b..144a678 100644
--- a/news/2017-04-28_release_0-8-0/index.html
+++ b/news/2017-04-28_release_0-8-0/index.html
@@ -319,12 +319,12 @@ Extended OS Overheads
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -332,9 +332,9 @@ Extended OS Overheads
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,12 +345,12 @@ Extended OS Overheads
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2017-05-10_digital_innovation_forum_2017/index.html b/news/2017-05-10_digital_innovation_forum_2017/index.html
index 3800b53..be14cb4 100644
--- a/news/2017-05-10_digital_innovation_forum_2017/index.html
+++ b/news/2017-05-10_digital_innovation_forum_2017/index.html
@@ -306,12 +306,12 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -319,9 +319,9 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -332,12 +332,12 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2017-05-23_gsoc_2017_rover/index.html b/news/2017-05-23_gsoc_2017_rover/index.html
index fb97427..2692c0d 100644
--- a/news/2017-05-23_gsoc_2017_rover/index.html
+++ b/news/2017-05-23_gsoc_2017_rover/index.html
@@ -314,12 +314,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -327,9 +327,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -340,12 +340,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2017-10-30_release_0-8-2/index.html b/news/2017-10-30_release_0-8-2/index.html
index ff4de76..ced1de7 100644
--- a/news/2017-10-30_release_0-8-2/index.html
+++ b/news/2017-10-30_release_0-8-2/index.html
@@ -319,12 +319,12 @@ New component event
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -332,9 +332,9 @@ New component event
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,12 +345,12 @@ New component event
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html b/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html
index eb84364..afa6e08 100644
--- a/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html
+++ b/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html
@@ -294,12 +294,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -307,9 +307,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -320,12 +320,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2018-01-31_release_0-8-3/index.html b/news/2018-01-31_release_0-8-3/index.html
index a30e623..e332507 100644
--- a/news/2018-01-31_release_0-8-3/index.html
+++ b/news/2018-01-31_release_0-8-3/index.html
@@ -319,12 +319,12 @@ New reference to port for client server and sender receiver communication
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -332,9 +332,9 @@ New reference to port for client server and sender receiver communication
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,12 +345,12 @@ New reference to port for client server and sender receiver communication
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2018-02-13_seerts_workshop_ulm/index.html b/news/2018-02-13_seerts_workshop_ulm/index.html
index d5c45a2..13a6294 100644
--- a/news/2018-02-13_seerts_workshop_ulm/index.html
+++ b/news/2018-02-13_seerts_workshop_ulm/index.html
@@ -298,12 +298,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -311,9 +311,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -324,12 +324,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2018-04-30-release-0-9-0/index.html b/news/2018-04-30-release-0-9-0/index.html
index 683c29e..5e4c49a 100644
--- a/news/2018-04-30-release-0-9-0/index.html
+++ b/news/2018-04-30-release-0-9-0/index.html
@@ -314,12 +314,12 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -327,9 +327,9 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -340,12 +340,12 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2018-08-01-release-0-9-1/index.html b/news/2018-08-01-release-0-9-1/index.html
index cea757c..a153a99 100644
--- a/news/2018-08-01-release-0-9-1/index.html
+++ b/news/2018-08-01-release-0-9-1/index.html
@@ -319,12 +319,12 @@ New possibility to specify runnable parameters and call arguments
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -332,9 +332,9 @@ New possibility to specify runnable parameters and call arguments
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -345,12 +345,12 @@ New possibility to specify runnable parameters and call arguments
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2018-11-06-release-0-9-2/index.html b/news/2018-11-06-release-0-9-2/index.html
index 16938ed..9a9527d 100644
--- a/news/2018-11-06-release-0-9-2/index.html
+++ b/news/2018-11-06-release-0-9-2/index.html
@@ -312,12 +312,12 @@ New model builders (with a Groovy-like builder pattern)
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -325,9 +325,9 @@ New model builders (with a Groovy-like builder pattern)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -338,12 +338,12 @@ New model builders (with a Groovy-like builder pattern)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2019-02-04-release-0-9-3/index.html b/news/2019-02-04-release-0-9-3/index.html
index 6b25813..3b10636 100644
--- a/news/2019-02-04-release-0-9-3/index.html
+++ b/news/2019-02-04-release-0-9-3/index.html
@@ -313,12 +313,12 @@ Reworked distributions (discrete, continuous, time) without generics
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -326,9 +326,9 @@ Reworked distributions (discrete, continuous, time) without generics
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -339,12 +339,12 @@ Reworked distributions (discrete, continuous, time) without generics
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2019-05-02-release-0-9-4/index.html b/news/2019-05-02-release-0-9-4/index.html
index b2fc6f9..a2fc5bf 100644
--- a/news/2019-05-02-release-0-9-4/index.html
+++ b/news/2019-05-02-release-0-9-4/index.html
@@ -314,12 +314,12 @@ Model cleanup (removed runnable deadlines, distinct naming)
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -327,9 +327,9 @@ Model cleanup (removed runnable deadlines, distinct naming)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -340,12 +340,12 @@ Model cleanup (removed runnable deadlines, distinct naming)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2019-08-02-release-0-9-5/index.html b/news/2019-08-02-release-0-9-5/index.html
index 96eeca8..c86592f 100644
--- a/news/2019-08-02-release-0-9-5/index.html
+++ b/news/2019-08-02-release-0-9-5/index.html
@@ -313,12 +313,12 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -326,9 +326,9 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -339,12 +339,12 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2019-11-04-release-0-9-6/index.html b/news/2019-11-04-release-0-9-6/index.html
index 08a1f2e..2bfffed 100644
--- a/news/2019-11-04-release-0-9-6/index.html
+++ b/news/2019-11-04-release-0-9-6/index.html
@@ -314,12 +314,12 @@ Multi-line strings are supported in the editor (for selected string attributes)
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -327,9 +327,9 @@ Multi-line strings are supported in the editor (for selected string attributes)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -340,12 +340,12 @@ Multi-line strings are supported in the editor (for selected string attributes)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2020-02-03-release-0-9-7/index.html b/news/2020-02-03-release-0-9-7/index.html
index cc3eea8..35b3b13 100644
--- a/news/2020-02-03-release-0-9-7/index.html
+++ b/news/2020-02-03-release-0-9-7/index.html
@@ -313,12 +313,12 @@ Restructured migration component (also available as headless jar)
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -326,9 +326,9 @@ Restructured migration component (also available as headless jar)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -339,12 +339,12 @@ Restructured migration component (also available as headless jar)
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2020-05-04-release-0-9-8/index.html b/news/2020-05-04-release-0-9-8/index.html
index 310c360..63b715e 100644
--- a/news/2020-05-04-release-0-9-8/index.html
+++ b/news/2020-05-04-release-0-9-8/index.html
@@ -317,12 +317,12 @@ EMF model viewers are available as update site
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -330,9 +330,9 @@ EMF model viewers are available as update site
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -343,12 +343,12 @@ EMF model viewers are available as update site
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2020-05-20-gsoc-2020/index.html b/news/2020-05-20-gsoc-2020/index.html
index eae9077..b5dedfc 100644
--- a/news/2020-05-20-gsoc-2020/index.html
+++ b/news/2020-05-20-gsoc-2020/index.html
@@ -307,12 +307,12 @@ This project aims at developing a tracing framework based on the BTF specificati
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -320,9 +320,9 @@ This project aims at developing a tracing framework based on the BTF specificati
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -333,12 +333,12 @@ This project aims at developing a tracing framework based on the BTF specificati
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2020-08-03-release-0-9-9/index.html b/news/2020-08-03-release-0-9-9/index.html
index ff43984..3184ee7 100644
--- a/news/2020-08-03-release-0-9-9/index.html
+++ b/news/2020-08-03-release-0-9-9/index.html
@@ -326,12 +326,12 @@ Migration dialog supports recursive operation on folders
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -339,9 +339,9 @@ Migration dialog supports recursive operation on folders
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -352,12 +352,12 @@ Migration dialog supports recursive operation on folders
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2020-12-01-release-1-0-0/index.html b/news/2020-12-01-release-1-0-0/index.html
index 4a7329b..33a96b5 100644
--- a/news/2020-12-01-release-1-0-0/index.html
+++ b/news/2020-12-01-release-1-0-0/index.html
@@ -327,12 +327,12 @@ Several bug fixes
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -340,9 +340,9 @@ Several bug fixes
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -353,12 +353,12 @@ Several bug fixes
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2021-04-30-release-1-1-0/index.html b/news/2021-04-30-release-1-1-0/index.html
index a00d0e5..d123d2b 100644
--- a/news/2021-04-30-release-1-1-0/index.html
+++ b/news/2021-04-30-release-1-1-0/index.html
@@ -330,12 +330,12 @@ Several bug fixes
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -343,9 +343,9 @@ Several bug fixes
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -356,12 +356,12 @@ Several bug fixes
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2021-07-31-release-1-2-0/index.html b/news/2021-07-31-release-1-2-0/index.html
index 1ab574b..60eb36b 100644
--- a/news/2021-07-31-release-1-2-0/index.html
+++ b/news/2021-07-31-release-1-2-0/index.html
@@ -334,12 +334,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -347,9 +347,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -360,12 +360,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2021-11-30-release-2-0-0/index.html b/news/2021-11-30-release-2-0-0/index.html
index 3d8fd05..ed05e07 100644
--- a/news/2021-11-30-release-2-0-0/index.html
+++ b/news/2021-11-30-release-2-0-0/index.html
@@ -333,12 +333,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -346,9 +346,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -359,12 +359,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2022-04-30-release-2-1-0/index.html b/news/2022-04-30-release-2-1-0/index.html
index 6ee7e95..63981ae 100644
--- a/news/2022-04-30-release-2-1-0/index.html
+++ b/news/2022-04-30-release-2-1-0/index.html
@@ -336,12 +336,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -349,9 +349,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -362,12 +362,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2022-07-31-release-2-2-0/index.html b/news/2022-07-31-release-2-2-0/index.html
index 142ec61..54697bb 100644
--- a/news/2022-07-31-release-2-2-0/index.html
+++ b/news/2022-07-31-release-2-2-0/index.html
@@ -328,12 +328,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -341,9 +341,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -354,12 +354,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2022-11-30-release-3-0-0/index.html b/news/2022-11-30-release-3-0-0/index.html
index 576e306..80c3ccf 100644
--- a/news/2022-11-30-release-3-0-0/index.html
+++ b/news/2022-11-30-release-3-0-0/index.html
@@ -336,12 +336,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -349,9 +349,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -362,12 +362,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).</p>
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2023-06-30-release-3-1-0/index.html b/news/2023-06-30-release-3-1-0/index.html
index 77d68dd..f81320c 100644
--- a/news/2023-06-30-release-3-1-0/index.html
+++ b/news/2023-06-30-release-3-1-0/index.html
@@ -330,12 +330,12 @@ Several bug fixes
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -343,9 +343,9 @@ Several bug fixes
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -356,12 +356,12 @@ Several bug fixes
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/2023-12-06-release-3-2-0/index.html b/news/2023-12-06-release-3-2-0/index.html
new file mode 100644
index 0000000..7d90719
--- /dev/null
+++ b/news/2023-12-06-release-3-2-0/index.html
@@ -0,0 +1,478 @@
+
+<!DOCTYPE html>
+<html lang="en">
+  
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  
+  <title>APP4MC - Release 3.2.0 published | The Eclipse Foundation</title>
+  <meta property="og:title" content="APP4MC - Release 3.2.0 published | The Eclipse Foundation" />
+  <meta name="twitter:title" content="APP4MC - Release 3.2.0 published | The Eclipse Foundation" />
+  <meta name="description" content="We released a new version of APP4MC with some improvements.
+
+">
+  <meta property="og:description" content="We released a new version of APP4MC with some improvements.
+
+">
+  <meta name="twitter:description" content="We released a new version of APP4MC with some improvements.
+
+">
+  <meta name="author" content="Susan Iwai"/>
+  <link href='https://www.eclipse.org/favicon.ico' rel='icon' type='image/x-icon'/>
+  <meta property="og:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:image" content="https://eclipse.dev/app4mc/images/logo.png" />
+  <meta name="twitter:card" content="summary" />
+  <meta name="twitter:site" content="@EclipseFdn" />
+  <meta name="twitter:creator" content="@EclipseFdn" />
+  <meta property="og:url" content="https://eclipse.dev/news/2023-12-06-release-3-2-0/" />
+  <meta property="og:type" content="website" />
+  <meta property="og:site_name" content="Application Platform Project for MultiCore (APP4MC)" />
+  
+  <meta name="generator" content="Hugo 0.42.1" />
+  <link rel="canonical" href="https://eclipse.dev/news/2023-12-06-release-3-2-0/" />
+  <link rel="alternate" href="https://eclipse.dev/app4mc/index.xml" type="application/rss+xml" title="Application Platform Project for MultiCore (APP4MC)">
+  <link rel="stylesheet" href="https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css">
+  <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
+  
+  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+  })(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
+  
+
+
+
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-164550450-1"></script>
+<script>
+  function getEclipseCookieConsentStatus() {
+   var i,x,y,cookies_list=document.cookie.split(";");
+    for (i = 0; i < cookies_list.length; i++) {
+      x = cookies_list[i].substr(0,cookies_list[i].indexOf("="));
+      y = cookies_list[i].substr(cookies_list[i].indexOf("=")+1);
+      x = x.replace(/^\s+|\s+$/g,"");
+      if (x == 'eclipse_cookieconsent_status') {
+        return unescape(y);
+      }
+    }
+  }
+  var eclipse_cookieconsent_status = getEclipseCookieConsentStatus();
+  if (eclipse_cookieconsent_status === 'allow') {
+    window.dataLayer = window.dataLayer || [];
+    function gtag(){dataLayer.push(arguments);}
+    gtag('js', new Date());
+    gtag('config', 'UA-164550450-1');
+  }
+</script>
+</head>
+  <body>
+    
+<a class="sr-only" href="#content">Skip to main content</a>
+<header class="header-wrapper" id="header-wrapper">
+  <div class="clearfix toolbar-container-wrapper">
+    <div class="container">
+      <div class="text-right toolbar-row row hidden-print">
+        <div class="col-md-24 row-toolbar-col">
+          <ul class="list-inline">
+            <li><a href="https://accounts.eclipse.org/user/edit" class="" data-tab-destination="tab-profile"><i class="fa fa-edit fa-fw"></i> Edit my account</a></li>
+          </ul>
+        </div>
+      </div>
+    </div>
+  </div>
+  <div class="container">
+    <div class="row" id="header-row">
+      <div class="col-sm-5 col-md-4" id="header-left">
+        <div class="wrapper-logo-default">
+            <a title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+              <img width="140" class="logo-eclipse-default img-responsive hidden-xs" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+            </a>
+          
+        </div>
+      </div>
+      
+      <div class="col-sm-19 col-md-20 reset margin-top-10" id="main-menu-wrapper">
+      
+        <div class="navbar yamm" id="main-menu">
+          <div class="navbar-collapse collapse reset float-right" id="navbar-main-menu">
+            <ul class="nav navbar-nav">
+              
+
+
+
+<li>
+  <a class="" href="https://eclipse.dev/app4mc/gettingstarted/">
+  
+  Getting Started
+  </a>
+  
+</li>
+
+
+<li>
+  <a class="" href="https://eclipse.dev/app4mc/documentation/">
+  
+  Documentation
+  </a>
+  
+</li>
+
+
+<li>
+  <a class="" href="https://eclipse.dev/app4mc/community/">
+  
+  Community
+  </a>
+  
+</li>
+
+
+<li>
+  <a class="" href="https://eclipse.dev/app4mc/downloads/">
+  
+  Downloads
+  </a>
+  
+</li>
+
+
+<li>
+  <a class="" href="https://eclipse.dev/app4mc/news/">
+  
+  News
+  </a>
+  
+</li>
+
+
+<li class="dropdown eclipse-more">
+  <a href="#" data-toggle="dropdown" class="dropdown-toggle">
+    
+    
+    <span>About</span>
+    <b class="caret"></b>
+  </a>
+  <ul class="dropdown-menu">
+    <div class="yamm-content">
+      
+      <li><a href="https://eclipse.dev/app4mc/history/">History</a> </li>
+      
+      <li><a href="https://eclipse.dev/app4mc/snippets/">Snippets</a> </li>
+      
+    </div>
+  </ul>
+  
+</li>
+
+
+<li class="dropdown eclipse-more hidden-xs">
+  <a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
+  <ul class="dropdown-menu">
+    <li>
+      
+      <div class="yamm-content">
+        <div class="row">
+          <ul class="col-sm-8 list-unstyled">
+            <li>
+              <p><strong>Community</strong></p>
+            </li>
+            <li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
+            <li><a href="http://events.eclipse.org">Events</a></li>
+            <li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
+            <li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
+            <li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
+            <li><a href="https://blogs.eclipse.org">Blogs</a></li>
+          </ul>
+          <ul class="col-sm-8 list-unstyled">
+            <li>
+              <p><strong>Participate</strong></p>
+            </li>
+            <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
+            <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
+            <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
+            <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
+            <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
+          </ul>
+          <ul class="col-sm-8 list-unstyled">
+            <li>
+              <p><strong>Eclipse IDE</strong></p>
+            </li>
+            <li><a href="https://www.eclipse.org/downloads">Download</a></li>
+            <li><a href="https://help.eclipse.org">Documentation</a></li>
+            <li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
+            <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
+            <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
+            <li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
+          </ul>
+        </div>
+      </div>
+    </li>
+  </ul>
+</li>
+
+
+
+            </ul>
+          </div>
+          <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            </button>
+            <div class="wrapper-logo-mobile">
+              
+                <a class="navbar-brand visible-xs" title="Application Platform Project for MultiCore (APP4MC)" href="https://eclipse.dev/app4mc/">
+                  <img width="140" class="logo-eclipse-default-mobile img-responsive" src="https://eclipse.dev/app4mc/images/logo.png" alt="Application Platform Project for MultiCore (APP4MC)" />
+                </a>
+              
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+  
+
+</header>
+
+    
+<section class="default-breadcrumbs hidden-print" id="breadcrumb">
+  <div class="container">
+  <h3 class="sr-only">Breadcrumbs</h3>
+  <div class="row">
+    <div class="col-sm-24">
+      <ol class="breadcrumb">
+        
+      
+      
+      
+      
+      
+      <li>
+        <a href="https://eclipse.dev/app4mc/">Eclipse APP4MC</a>
+      </li>
+      
+      
+      <li>
+        <a href="https://eclipse.dev/app4mc/news/">News</a>
+      </li>
+      
+      
+      <li class="active">
+        <a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a>
+      </li>
+      
+      </ol>
+      
+    </div>
+  </div>
+</section>
+
+    
+<main>
+  <div class="container">
+    
+    <div class="row">
+      <div class="col-md-18 padding-bottom-30">
+        
+        
+        <h1>APP4MC - Release 3.2.0 published</h1>
+        
+        <p>We released a new version of APP4MC with some improvements.</p>
+
+<p></p>
+
+<p><strong>Extract of APP4MC 3.2.0 Release notes</strong></p>
+
+<p>Model handling</p>
+
+<pre><code>Model migration support (3.1.0 -&gt; 3.2.0)
+</code></pre>
+
+<p>Model</p>
+
+<pre><code>No model changes
+</code></pre>
+
+<p>Product</p>
+
+<pre><code>Target based on Eclipse IDE 2022-03
+JavaFX 17 included (instead of JavaFX 11, still compatible with Java 11)
+Product definition with reduced scope (removed Xpand/Xtend, GEF, ...)
+Several bug fixes
+</code></pre>
+
+<p>Minimum Java runtime is <strong>Java 11</strong>.</p>
+
+<p><strong>Developer info</strong></p>
+
+<ul>
+<li>Amalthea components (model, validation, migration) are available at <strong><a href="https://search.maven.org/search?q=app4mc">Maven Central</a></strong></li>
+</ul>
+
+<p><strong>Further details</strong></p>
+
+<ul>
+<li>Visit the <a href="https://projects.eclipse.org/projects/automotive.app4mc/downloads">APP4MC download page</a></li>
+</ul>  
+        
+      </div>
+      <div class="col-md-6  padding-bottom-30">
+        
+
+<h1>News</h1>
+  
+    <div class="news_item">
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
+      <div class="news_item_title">
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
+      </div>
+      <div class="news_item_description">
+        <p>We released a new version of APP4MC with some improvements.</p>
+
+<p></p>
+      </div>
+      <hr>
+    </div>
+  
+    <div class="news_item">
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_title">
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+      </div>
+      <div class="news_item_description">
+        <p>We released a new version of APP4MC with new features and improvements.</p>
+
+<p></p>
+      </div>
+      <hr>
+    </div>
+  
+    <div class="news_item">
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_title">
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+      </div>
+      <div class="news_item_description">
+        <p>We released a new version of APP4MC with new features and improvements.</p>
+
+<p></p>
+      </div>
+      <hr>
+    </div>
+  
+<div class="news_view_all"><a href="https://eclipse.dev/app4mc//news">View all news</a></div>
+
+      </div>
+    </div>
+    
+  </div>
+</main>
+
+    
+<p id="back-to-top">
+  <a class="visible-xs" href="#top">Back to the top</a>
+</p>
+<footer id="solstice-footer">
+  <div class="container">
+    <div class="row">
+      <section class="col-sm-6 hidden-print" id="footer-eclipse-foundation">
+        <h2 class="section-title">Eclipse Foundation</h2>
+        <ul class="nav">
+          <li><a href="https://www.eclipse.org/org/">About Us</a></li>
+          <li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
+          <li><a href="https://www.eclipse.org/donate">Donate</a></li>
+          <li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
+          <li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
+          <li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
+        </ul>
+      </section>
+      <section class="col-sm-6 hidden-print" id="footer-legal">
+        <h2 class="section-title">Legal</h2>
+        <ul class="nav">
+          <li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
+          <li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
+          <li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
+          <li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
+          <li><a href="https://www.eclipse.org/legal/">Legal Resources </a></li>
+        </ul>
+      </section>
+      <section class="col-sm-6 hidden-print" id="footer-useful-links">
+        <h2 class="section-title">Useful Links</h2>
+        <ul class="nav">
+          <li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
+          <li><a href="//help.eclipse.org/">Documentation</a></li>
+          <li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
+          <li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
+          <li><a href="https://www.eclipse.org/forums/">Forums</a></li>
+          <li><a href="//marketplace.eclipse.org">Marketplace</a></li>
+        </ul>
+      </section>
+      <section class="col-sm-6 hidden-print" id="footer-other">
+        <h2 class="section-title">Other</h2>
+        <ul class="nav">
+          <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
+          <li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
+          <li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
+          <li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
+          <li><a href="https://status.eclipse.org">Service Status</a></li>
+        </ul>
+      </section>
+      <div class="col-sm-24 margin-top-20">
+        <div class="row">
+          <div id="copyright" class="col-md-16">
+            <p id="copyright-text">Copyright &copy; Eclipse Foundation, Inc. All Rights Reserved.</p>
+          </div>
+          <div class="col-md-8 social-media">
+            <ul class="list-inline">
+              <li>
+                <a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
+                <i class="fa fa-circle-thin fa-stack-2x"></i>
+                <i class="fa fa-twitter fa-stack-1x"></i>
+                </a>
+              </li>
+              <li>
+                <a class="social-media-link fa-stack fa-lg" href="https://plus.google.com/+Eclipse">
+                <i class="fa fa-circle-thin fa-stack-2x"></i>
+                <i class="fa fa-google-plus fa-stack-1x"></i>
+                </a>
+              </li>
+              <li>
+                <a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
+                <i class="fa fa-circle-thin fa-stack-2x"></i>
+                <i class="fa fa-facebook fa-stack-1x"></i>
+                </a>
+              </li>
+              <li>
+                <a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
+                <i class="fa fa-circle-thin fa-stack-2x"></i>
+                <i class="fa fa-youtube fa-stack-1x"></i>
+                </a>
+              </li>
+              <li>
+                <a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
+                <i class="fa fa-circle-thin fa-stack-2x"></i>
+                <i class="fa fa-linkedin fa-stack-1x"></i>
+                </a>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+      <a href="#" class="scrollup">Back to the top</a>
+    </div>
+  </div>
+</footer>
+
+<script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js"></script>
+
+</body>
+</html>
+  </body>
+</html>
+
diff --git a/news/index.html b/news/index.html
index 9abbe14..a24366e 100644
--- a/news/index.html
+++ b/news/index.html
@@ -269,6 +269,18 @@
         <div class="news-list">
           <div class="news-list-col">
             
+            <ul class="news-list-media list-unstyled">
+              <li>
+                <a href="2023-12-06-release-3-2-0" class="media media-link">
+                  <p class="media-date">Wednesday, Dec 6, 2023</p>
+                  <h4 class="media-heading">APP4MC - Release 3.2.0 published</h4>
+                  <p class="media-text"><p>We released a new version of APP4MC with some improvements.</p>
+
+<p></p></p>
+                </a>
+              </li>
+            </ul>
+            
             <ul class="news-list-media list-unstyled">
               <li>
                 <a href="2023-06-30-release-3-1-0" class="media media-link">
@@ -372,18 +384,6 @@
                   <h4 class="media-heading">APP4MC - Release 0.9.9 published</h4>
                   <p class="media-text"><p>We released a new version of APP4MC with a couple of new features and improvements.</p>
 
-<p></p></p>
-                </a>
-              </li>
-            </ul>
-            
-            <ul class="news-list-media list-unstyled">
-              <li>
-                <a href="2020-05-20-gsoc-2020" class="media media-link">
-                  <p class="media-date">Wednesday, May 20, 2020</p>
-                  <h4 class="media-heading">Eclipse APP4MC accepted for GSoC 2020</h4>
-                  <p class="media-text"><p>Once again Eclipse APP4MC projects have been accepted for inclusion in the Google Summer of Code (GSoC).</p>
-
 <p></p></p>
                 </a>
               </li>
@@ -398,12 +398,12 @@
 <h1>News</h1>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
+      <div class="news_item_date"><strong>Wed, Dec 6, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/">APP4MC - Release 3.2.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with new features and improvements.</p>
+        <p>We released a new version of APP4MC with some improvements.</p>
 
 <p></p>
       </div>
@@ -411,9 +411,9 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
+      <div class="news_item_date"><strong>Fri, Jun 30, 2023</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/">APP4MC - Release 3.1.0 published</a></h3>
       </div>
       <div class="news_item_description">
         <p>We released a new version of APP4MC with new features and improvements.</p>
@@ -424,12 +424,12 @@
     </div>
   
     <div class="news_item">
-      <div class="news_item_date"><strong>Sun, Jul 31, 2022</strong></div>
+      <div class="news_item_date"><strong>Wed, Nov 30, 2022</strong></div>
       <div class="news_item_title">
-        <h3><a href="https://eclipse.dev/app4mc/news/2022-07-31-release-2-2-0/">APP4MC - Release 2.2.0 published</a></h3>
+        <h3><a href="https://eclipse.dev/app4mc/news/2022-11-30-release-3-0-0/">APP4MC - Release 3.0.0 published</a></h3>
       </div>
       <div class="news_item_description">
-        <p>We released a new version of APP4MC with a couple of new features and improvements.</p>
+        <p>We released a new version of APP4MC with new features and improvements.</p>
 
 <p></p>
       </div>
diff --git a/news/index.xml b/news/index.xml
index 69d220e..3685a5c 100644
--- a/news/index.xml
+++ b/news/index.xml
@@ -7,11 +7,22 @@
     <generator>Hugo -- gohugo.io</generator>
     <managingEditor>webdev@eclipse-foundation.org (Susan Iwai)</managingEditor>
     <webMaster>webdev@eclipse-foundation.org (Susan Iwai)</webMaster>
-    <lastBuildDate>Fri, 30 Jun 2023 00:00:00 +0000</lastBuildDate>
+    <lastBuildDate>Wed, 06 Dec 2023 00:00:00 +0000</lastBuildDate>
     
 	<atom:link href="https://eclipse.dev/app4mc/news/index.xml" rel="self" type="application/rss+xml" />
     
     
+    <item>
+      <title>APP4MC - Release 3.2.0 published</title>
+      <link>https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/</link>
+      <pubDate>Wed, 06 Dec 2023 00:00:00 +0000</pubDate>
+      <author>webdev@eclipse-foundation.org (Susan Iwai)</author>
+      <guid>https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/</guid>
+      <description>&lt;p&gt;We released a new version of APP4MC with some improvements.&lt;/p&gt;
+
+&lt;p&gt;&lt;/p&gt;</description>
+    </item>
+    
     <item>
       <title>APP4MC - Release 3.1.0 published</title>
       <link>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</link>
diff --git a/sitemap.xml b/sitemap.xml
index f73d692..e8a584f 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,13 +3,13 @@
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
   
   <url>
-    <loc>https://eclipse.dev/app4mc/history/</loc>
-    <lastmod>2023-08-22T00:00:00+00:00</lastmod>
+    <loc>https://eclipse.dev/app4mc/downloads/</loc>
+    <lastmod>2023-12-06T00:00:00+00:00</lastmod>
   </url>
   
   <url>
-    <loc>https://eclipse.dev/app4mc/downloads/</loc>
-    <lastmod>2023-06-30T00:00:00+00:00</lastmod>
+    <loc>https://eclipse.dev/app4mc/history/</loc>
+    <lastmod>2023-08-22T00:00:00+00:00</lastmod>
   </url>
   
   <url>
@@ -18,13 +18,18 @@
   </url>
   
   <url>
-    <loc>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</loc>
-    <lastmod>2023-06-30T00:00:00+00:00</lastmod>
+    <loc>https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/</loc>
+    <lastmod>2023-12-06T00:00:00+00:00</lastmod>
   </url>
   
   <url>
     <loc>https://eclipse.dev/app4mc/documentation/</loc>
-    <lastmod>2022-12-02T00:00:00+00:00</lastmod>
+    <lastmod>2023-12-06T00:00:00+00:00</lastmod>
+  </url>
+  
+  <url>
+    <loc>https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/</loc>
+    <lastmod>2023-06-30T00:00:00+00:00</lastmod>
   </url>
   
   <url>
@@ -259,7 +264,7 @@
   
   <url>
     <loc>https://eclipse.dev/app4mc/news/</loc>
-    <lastmod>2023-06-30T00:00:00+00:00</lastmod>
+    <lastmod>2023-12-06T00:00:00+00:00</lastmod>
     <priority>0</priority>
   </url>
   
+ echo 'Changes have been detected, publishing to repo '\''app4mc/org.eclipse.app4mc.website'\'''
Changes have been detected, publishing to repo 'app4mc/org.eclipse.app4mc.website'
+ git config --global user.email app4mc-bot@eclipse.org
+ git config --global user.name 'APP4MC Bot'
+ git commit -m 'Website build build-and-publish-website/master-5'
[master b8e1188] Website build build-and-publish-website/master-5
 55 files changed, 1043 insertions(+), 529 deletions(-)
 rewrite help/latest/zip/ecore-definitions.zip (94%)
 rewrite help/latest/zip/xml-definitions.zip (94%)
 create mode 100644 news/2023-12-06-release-3-2-0/index.html
+ git log --graph --abbrev-commit --date=relative -n 5
* commit b8e1188
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   1 second ago
| 
|     Website build build-and-publish-website/master-5
| 
* commit 3eb3a57
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   4 months ago
| 
|     Website build build-and-publish-website/master-3
| 
* commit ad01538
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   5 months ago
| 
|     Website build build-and-publish-website/master-521
| 
* commit 1d7ffbc
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   5 months ago
| 
|     Website build build-and-publish-website/master-526
| 
* commit 0a075cc
| Author: APP4MC Bot <app4mc-bot@eclipse.org>
| Date:   5 months ago
| 
|     Website build build-and-publish-website/master-519
+ git push origin HEAD:master
remote: Commit: b8e1188fedff8c29e28404dd11624e0a5e2e96f6		✔        
remote: 
remote: 	Reviewing commit: b8e1188fedff8c29e28404dd11624e0a5e2e96f6        
remote: 	Authored by: APP4MC Bot <app4mc-bot@eclipse.org>        
remote: 	Automated user 'app4mc-bot@eclipse.org' detected for author of commit b8e1188fedff8c29e28404dd11624e0a5e2e96f6        
remote: 	Automated user 'app4mc-bot@eclipse.org' detected for committer of commit b8e1188fedff8c29e28404dd11624e0a5e2e96f6        
remote: 	Eclipse user 'APP4MC Bot'(author) is a committer on the project.        
remote: 	Eclipse user 'APP4MC Bot'(committer) is a committer on the project.        
remote: 
remote: 
remote: More information is available at https://api.eclipse.org/git/eca/status/9fe8bbbceb2202bc3cd4859c0f68288f/ui        
To gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.git
   3eb3a57..b8e1188  HEAD -> master
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 202 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
[GitLab Pipeline Status] Notifying branch build status: SUCCESS build-and-publish-website/master #5: This commit looks good.
[GitLab Pipeline Status] Notified
Finished: SUCCESS