[maven-release-plugin] copy for tag argeo-commons-0.1.1
[lgpl/argeo-commons.git] / server / runtime / pom.xml
index 73717be9d7fba2d7db3f5ebdb26356ca684e455a..36d27d6e044bc0510514e790600c86d13d9a9875 100644 (file)
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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.commons</groupId>
-               <version>0.1.1-SNAPSHOT</version>
+               <version>0.1.1</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.server</groupId>
        <artifactId>runtime</artifactId>
-       <name>Commons Security Runtime</name>
+       <name>Commons Server Runtime</name>
        <packaging>pom</packaging>
        <modules>
+               <module>org.argeo.server.core</module>
                <module>org.argeo.server.json</module>
+               <module>org.argeo.server.osgi</module>
+               <module>org.argeo.server.jxl</module>
+               <module>org.argeo.server.hibernate</module>
        </modules>
 </project>
\ No newline at end of file