Fixed pom

This commit is contained in:
GideonLeGrange 2013-07-11 15:34:12 +02:00
parent afec066586
commit 6b4b52da52
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>adept</groupId> <groupId>me.legrange</groupId>
<artifactId>mikrotik</artifactId> <artifactId>mikrotik</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>mikrotik</name> <name>mikrotik-java</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<properties> <properties>