Procházet zdrojové kódy

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

Conflicts:
	pom.xml
frans před 8 roky
rodič
revize
3fd335107a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>