]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/pom.xml
Fix cast issue
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / pom.xml
index 1ecdbe0af3d7d828dc3d6416575633ef1d10fded..02b08109e22ab922aeaf3f7d0229fb43cb0c56ad 100644 (file)
@@ -5,8 +5,9 @@
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
                <version>0.11.2-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <relativePath>../../org.argeo.slc</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached</artifactId>
        <name>Argeo SLC Detached</name>
        <packaging>jar</packaging>
@@ -39,8 +40,8 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.3</source>
-                                       <target>1.3</target>
+                                       <source>1.4</source>
+                                       <target>1.4</target>
                                </configuration>
                        </plugin>
                        <plugin>