]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / runtime / pom.xml
index a7b7c651b6ef0ed9b73823b5980314ca87aead2e..f684e27dc63cf7c257b57885500d38b2f271c19f 100644 (file)
@@ -1,36 +1,31 @@
-<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>argeo-slc</artifactId>
-               <version>0.11.2-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>1.1.8-SNAPSHOT</version>
+               <relativePath>..</relativePath>
        </parent>
-       <artifactId>argeo-slc-runtime</artifactId>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>runtime</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Runtime</name>
+       <name>SLC Runtime</name>
        <modules>
                <module>org.argeo.slc.specs</module>
+               <module>org.argeo.slc.core</module>
+               <module>org.argeo.slc.unit</module>
                <module>org.argeo.slc.support.simple</module>
-               <module>org.argeo.slc.support.castor</module>
+               <module>org.argeo.slc.support.osgi</module>
+               <module>org.argeo.slc.support.equinox</module>
                <module>org.argeo.slc.support.ant</module>
-               <module>org.argeo.slc.support.ws.client</module>
-               <module>org.argeo.slc.support.hibernate</module>
-               <module>org.argeo.slc.server</module>
+               <module>org.argeo.slc.support.aether</module>
+               <module>org.argeo.slc.support.maven</module>
+               <module>org.argeo.slc.support.jemmy</module>
+               <module>org.argeo.slc.support.jcr</module>
                <module>org.argeo.slc.detached</module>
+               <module>org.argeo.slc.detached.launcher</module>
                <module>org.argeo.slc.launcher</module>
                <module>org.argeo.slc.lib.detached</module>
+               <module>org.argeo.slc.repo</module>
        </modules>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
 </project>