Skip to content

Commit

Permalink
Merge pull request #2739 from HansOlsson/Fix34
Browse files Browse the repository at this point in the history
* Update Jenkins to auto-generate 3.4 branch pages, and not only 3.4 tag pages (#2738)
* UpdateLinks
  • Loading branch information
HansOlsson committed Nov 26, 2020
2 parents e960bef + 3980c9c commit 73c4942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .CI/Jenkinsfile
Expand Up @@ -74,6 +74,7 @@ pipeline {
buildingTag()
anyOf {
branch 'master'
branch 'maint/**'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Modelica® https://modelica.org is a non-proprietary, object-oriented, equation
Version | Link | Published |
------- | ----------------------------------------------------------------- | --------|
3.5-dev | [Master branch](https://github.com/modelica/ModelicaSpecification/tree/master) [HTML](https://specification.modelica.org/master/MLS.html) [PDF](https://specification.modelica.org/master/MLS.pdf)| not yet |
3.4 | [Tagged release](https://github.com/modelica/ModelicaSpecification/releases/tag/v3.4) [HTML](https://specification.modelica.org/v3.4/MLS.html) [PDF](https://modelica.org/documents/ModelicaSpec34.pdf) | 2017 |
3.4 | [3.4 branch](https://github.com/modelica/ModelicaSpecification/tree/maint/3.4) [HTML](https://specification.modelica.org/maint/3.4/MLS.html) [PDF](https://modelica.org/documents/ModelicaSpec34.pdf) | 2017 |
3.3rev1 | [PDF](https://modelica.org/documents/ModelicaSpec33Revision1.pdf) | 2014 |
3.2rev2 | [PDF](https://modelica.org/documents/ModelicaSpec32Revision2.pdf) | 2013 |
3.2rev1 | [PDF](https://modelica.org/documents/ModelicaSpec32Revision1.pdf) | 2012 |
Expand Down

0 comments on commit 73c4942

Please sign in to comment.