Skip to content

Commit

Permalink
app is now called as sysfoo
Browse files Browse the repository at this point in the history
  • Loading branch information
initcron committed Jun 20, 2017
1 parent 2566e39 commit a0ea0dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sod</groupId>
<artifactId>schoolofdevops</artifactId>
<artifactId>sysfoo</artifactId>
<packaging>war</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>schoolofdevops Maven Webapp</name>
<name>Sysfoo Demo App</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
Expand All @@ -21,6 +21,6 @@
</dependency>
</dependencies>
<build>
<finalName>schoolofdevops</finalName>
<finalName>sysfoo</finalName>
</build>
</project>
4 changes: 2 additions & 2 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<html>
<head>
<title>Devops Demo App by School of Devops</title>
<title>Sysfoo Demo App by School of Devops</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
Expand All @@ -23,7 +23,7 @@
<div>
<nav>
<ul class="actions">
<li><a class="button special">Devops Demo App</a></li>
<li><a class="button special">Sysfoo App</a></li>
</ul>

</nav>
Expand Down

0 comments on commit a0ea0dd

Please sign in to comment.