]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / server / pom.xml
index 5b6f67a2796e4466da6723dca05983e6ece5d302..62ec1e2c1eab48d05fbef0aa02e7b4778762d5c2 100644 (file)
@@ -1,31 +1,29 @@
-<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.3-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>0.13.0</version>
+               <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.server</groupId>
-       <artifactId>argeo-slc-server</artifactId>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>server</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Server</name>
+       <name>SLC Server</name>
        <modules>
-               <module>org.argeo.slc.siteserver</module>
        </modules>
        <profiles>
                <profile>
                        <id>withRia</id>
                        <activation>
-                               <property>
-                                       <name>withRia</name>
-                                       <value>true</value>
-                               </property>
+                               <activeByDefault>true</activeByDefault>
                        </activation>
                        <modules>
                                <module>org.argeo.slc.ria</module>
                        </modules>
                </profile>
+               <profile>
+                       <id>withoutRia</id>
+               </profile>
        </profiles>
 </project>