瀏覽代碼

Merge branch 'master' of git@tankernn.eu:gameoflife.git

Conflicts:
	pom.xml
frans 8 年之前
父節點
當前提交
3fd335107a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -45,7 +45,7 @@
 									<mainClass>eu.tankernn.gameoflife.GameOfLife</mainClass>
 								</manifest>
 							</archive>
-							<!-- The filename of the assembled distribution file defualt ${project.build.finalName} -->
+							<!-- The filename of the assembled distribution file default ${project.build.finalName} -->
 							<finalName>${project.build.finalName}</finalName>
 							<appendAssemblyId>false</appendAssemblyId>
 						</configuration>