Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Dec 3, 2015
1 parent 58c6f76 commit ab9a477
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>snaekobbi</groupId>
<artifactId>requirements</artifactId>
<version>1.3</version>
<version>1.4</version>
<packaging>pom</packaging>
<properties>
<pipeline.version>1.9</pipeline.version>
Expand Down
2 changes: 1 addition & 1 deletion publish-on-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cat <<- EOF > $TMP_DIR/index.html
<head>
<meta charset="UTF-8"/>
<script type="text/javascript">
window.location.href = "http://snaekobbi.github.io/requirements/v1.3/index.xhtml" + window.location.hash
window.location.href = "http://snaekobbi.github.io/requirements/v1.4/index.xhtml" + window.location.hash
</script>
</head>
</html>
Expand Down
4 changes: 2 additions & 2 deletions src/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</h1>
<ul id="version_section">
<li>
<span id="version"> 1.3 </span>
<span id="version"> 1.4 </span>
</li>
<li>
<span id="date"></span>
Expand Down Expand Up @@ -272,7 +272,7 @@
The system shall support the possibility to leave out capital signs in some products.
</h3>
</li>
<li class="requirement priority_2 changed" id="4.3:36">
<li class="requirement priority_2" id="4.3:36">
<h3>
<a class="req-nr" href="#4.3:36">4.3:36</a>
The system shall support double letter spacing, meaning adding a space between
Expand Down

0 comments on commit ab9a477

Please sign in to comment.