Upload via Git Manager GUI
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -5,12 +5,12 @@
|
||||
http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>de.lasertec</groupId>
|
||||
<artifactId>Lasertec</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<groupId>de.lasertag</groupId>
|
||||
<artifactId>Lasertag</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Lasertec</name>
|
||||
<name>Lasertag</name>
|
||||
<description>Realistic LaserTag Minigame - Multi-Arena with Base Mechanics</description>
|
||||
|
||||
<properties>
|
||||
@@ -36,7 +36,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>Lasertec-${project.version}</finalName>
|
||||
<finalName>Lasertag-${project.version}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user