aplcache

Details

pom.xml 4(+2 -2)

diff --git a/pom.xml b/pom.xml
index 609f1b8..4cd24c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <name>APLCache</name>
-    <groupId>br.ufrgs.inf.prosoft.adaptivecaching</groupId>
+    <groupId>br.ufrgs.inf.prosoft.aplcache</groupId>
     <artifactId>APLCache</artifactId>
     <version>1.0</version>
     
@@ -59,7 +59,7 @@
                         <manifest>
                             <addClasspath>true</addClasspath>
                             <classpathPrefix>lib</classpathPrefix>
-                            <mainClass>br.ufrgs.inf.prosoft.approachescomparison.adapter.Main</mainClass>
+                            <mainClass>br.ufrgs.inf.prosoft.aplcache.Main</mainClass>
                         </manifest>
                         <manifestEntries>
                             <Class-Path>lib/</Class-Path>