Skip to content

Commit

Permalink
Version upgraded to 2.6.6 MARWEB-470 fixed dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
steen-elv committed Jun 15, 2017
1 parent 47aa662 commit 7f38375
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>dk.dma.enav.arcticweb</groupId>
<packaging>war</packaging>
<name>Arctic Web Application</name>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.6</version>

<parent>
<groupId>dk.dma.enav.services</groupId>
<artifactId>parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<properties>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>dk.dma.arcticweb</groupId>
<artifactId>arcticweb-usermanual</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.6</version>
<type>war</type>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ <h3 class="header">Safety of Navigation - Greenland</h3>
href="http://www.soefartsstyrelsen.dk/SikkerhedTilSoes/Arktis/SejladsGroenland/Documents/1-Welcome%20to%20Greenland%20waters.pdf">Welcome
to Greenland Waters</a></li>
<li><a target="_blank"
href="http://www.soefartsstyrelsen.dk/SiteCollectionDocuments/CMR/Order%20on%20technical%20regulation%20on%20safety%20of%20navigation,%20FEB%2011%20updated%20translation.pdf">
DMA Order on Technical Regulation on Safety of Navigation</a></li>
href="http://www.dma.dk/Vaekst/Rammevilkaar/Legislation/Orders/Order%20for%20Greenland%20on%20the%20safe%20navigation,%20etc%20of%20ships.pdf">
Order for Greenland on the safe navigation, etc. of ships</a></li>
<li><a target="_blank"
href="http://www.soefartsstyrelsen.dk/SikkerhedTilSoes/Arktis/SejladsGroenland/Documents/4-Mandatory%20Ship%20Reporting%20Systems%20in%20Greenland.pdf">Mandatory
Ship Reporting Systems in Greenland</a></li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/partials/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="navbar">
<div class="navbar-inner">
<ul class="nav navtabs">
<li><span class="navbar-text">&copy; 2013 - 2014</span></li>
<li><span class="navbar-text">&copy; 2013 - 2017</span></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 7f38375

Please sign in to comment.