Fix auth extension naming and groupId.

This commit is contained in:
Michael Jumper
2013-08-22 15:57:07 -07:00
parent f1f2e04860
commit e32d9006da

View File

@@ -2,11 +2,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.deltalima.guacamole</groupId>
<artifactId>guacamole-noauth</artifactId>
<groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-auth-noauth</artifactId>
<packaging>jar</packaging>
<version>0.8.0</version>
<name>guacamole-noauth</name>
<name>guacamole-auth-noauth</name>
<url>http://guacamole.sourceforge.net/</url>
<properties>