]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/slc/pom.xml
Fix some minor bugs to enhance test processing and analysing
[gpl/argeo-slc.git] / dist / slc / pom.xml
index 16a260e08f0abb0b815fb03cd4831313916bdb83..284ada75a66c15e64121c0bc0e514b0e0c2978ef 100644 (file)
@@ -1,9 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dist</artifactId>
-               <version>1.1.6-SNAPSHOT</version>
+               <version>1.1.10-SNAPSHOT</version>
        </parent>
        <artifactId>slc</artifactId>
        <packaging>pom</packaging>
                                                                        <requires>
                                                                                <require>slc-libs</require>
                                                                                <require>osgi-boot</require>
-                                                                               <require>java-1.6.0-openjdk</require>
+                                                                               <!-- do not require java so that it can be installed on Ubuntu -->
+                                                                               <!-- <require>java-1.6.0-openjdk</require> -->
                                                                        </requires>
                                                                </configuration>
                                                        </execution>