[maven-release-plugin] prepare release argeo-commons-2.1.72
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.platform / pom.xml
index 8bcf2ec4470d5eba417c30464a497f2edbf754bc..69502e728ce01edd52c16b6e952442ecf9ee7a1a 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.72-SNAPSHOT</version>
+               <version>2.1.72</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <name>CMS Platform</name>
        <dependencies>
 
-               <!-- Argeo Commons -->
+               <!-- Parent dependencies -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.node</artifactId>
-                       <version>2.1.72-SNAPSHOT</version>
+                       <version>2.1.72</version>
                </dependency>
+
+               <!-- Argeo Commons -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.workbench</artifactId>
-                       <version>2.1.72-SNAPSHOT</version>
+                       <version>2.1.72</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms.ui.workbench.rap</artifactId>
-                       <version>2.1.72-SNAPSHOT</version>
+                       <version>2.1.72</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.ext.rap.ui.workbench</artifactId>
-                       <version>2.1.72-SNAPSHOT</version>
+                       <version>2.1.72</version>
                </dependency>
 
                <!-- Misc Third Parties -->
                                                                        <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory>
                                                                        <includeGroupIds>org.argeo.commons</includeGroupIds>
                                                                        <excludeTransitive>true</excludeTransitive>
+                                                                       <excludeArtifactIds>org.argeo.dep.cms.node</excludeArtifactIds>
                                                                        <includeTypes>jar</includeTypes>
                                                                        <includeScope>runtime</includeScope>
                                                                        <useRepositoryLayout>true</useRepositoryLayout>