Update of pom.xml to match new project settings

This commit is contained in:
Joachim Lusiardi 2013-07-23 20:24:26 +02:00
parent d5077ab19b
commit 2d4623a80a
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd"> http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.lusiardi.maven</groupId> <groupId>de.lusiardi.maven</groupId>
<artifactId>mavenExecutableJarFiles</artifactId> <artifactId>mavenAntlrIntegration</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.1</version> <version>0.1</version>
<name>Ausführbare Jar-Dateien mit Maven</name> <name>Apache Maven ANTLR Integration</name>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>