]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - lib/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.2.0
[gpl/argeo-slc.git] / lib / pom.xml
index 77f1cf6c8bac7f1c5ca5a755f0fb76f88da41bc5..91f7fc093e199e30ccbf3e076c9b600025a921c1 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>1.1.12-SNAPSHOT</version>
+               <version>1.2.0</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>lib</artifactId>
        <name>SLC Standard Libs</name>
        <description>SLC execution modules for generic tasks, to be used as parent pom</description>
        <modules>
+               <module>org.argeo.slc.lib.build</module>
                <module>org.argeo.slc.lib.jcr</module>
                <module>org.argeo.slc.lib.repo</module>
+               <module>org.argeo.slc.lib.rpmfactory</module>
        </modules>
        <properties>
                <additionalImports.slc-lib>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>1.1.12-SNAPSHOT</version>
+                       <version>1.2.0</version>
                        <type>pom</type>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.dep.backend</artifactId>
-                       <version>1.1.12-SNAPSHOT</version>
-                       <type>pom</type>
-                       <optional>true</optional>
-               </dependency>
        </dependencies>
 </project>