Skip to content

Commit

Permalink
Update of page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ksfx committed Dec 10, 2017
1 parent 682cd80 commit 0ce6d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/ch/ksfx/web/services/SitemapModule.java
Expand Up @@ -31,7 +31,7 @@ public class SitemapModule
{
public static Sitemap buildSitemap(List<PageProvider> pageProviders)
{
return new SitemapImpl("Ksfx", pageProviders);
return new SitemapImpl("KSFX - Data Analysis Platform", pageProviders);
}

public static void contributeSitemap(OrderedConfiguration<PageProvider> configuration,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.config
@@ -1,2 +1,2 @@
application.name=${pom.name}
application.version=1.1.1096
application.version=1.1.1101

0 comments on commit 0ce6d75

Please sign in to comment.