]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / dist / pom.xml
index 2a23da31070cdb050ed9f3d9397890532af3fa1e..26aa4ed7be35a41d115b45abf7af583b5edd30cb 100644 (file)
@@ -1,10 +1,9 @@
-<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.12.1-SNAPSHOT</version>
+               <version>0.13.0</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <packaging>pom</packaging>
        <name>SLC Distribution</name>
        <modules>
+               <module>org.argeo.slc.sdk</module>
        </modules>
-       <profiles>
-               <profile>
-                       <id>withSdk</id>
-                       <activation>
-                               <activeByDefault>true</activeByDefault>
-                       </activation>
-                       <modules>
-                               <module>org.argeo.slc.sdk</module>
-                       </modules>
-               </profile>
-               <profile>
-                       <id>withoutSdk</id>
-               </profile>
-               <profile>
-                       <id>release</id>
-                       <modules>
-                               <module>org.argeo.slc.sdk</module>
-                       </modules>
-               </profile>
-       </profiles>
 </project>
\ No newline at end of file