[maven-release-plugin] prepare release argeo-suite-2.3.0
[gpl/argeo-suite.git] / dep / pom.xml
index f3911a9e695ff2595efb540cfc330c671f779082..6f889f9ac6addbc6604f3abf0b0fd969c6e52685 100644 (file)
@@ -4,16 +4,16 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.1.13</version>
+               <version>2.3.0</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
        <name>Argeo Suite Dependencies</name>
        <packaging>pom</packaging>
        <modules>
-               <module>org.argeo.suite.platform</module>
+               <module>org.argeo.suite.dep.ui.rap</module>
                <module>org.argeo.suite.dep.e4.rap</module>
-               <module>org.argeo.suite.dep.e4.rcp</module>
+               <!-- <module>org.argeo.suite.dep.e4.rcp</module> -->
        </modules>
        <build>
                <plugins>
@@ -28,7 +28,7 @@
                        </plugin>
                        <plugin>
                                <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <artifactId>argeo-osgi-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <id>generate-descriptors</id>
                        </plugin>
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>org.argeo.commons</groupId>
-                                               <artifactId>assembly-descriptors</artifactId>
-                                               <version>${version.argeo-commons}</version>
-                                       </dependency>
-                               </dependencies>
                                <configuration>
                                        <attach>false</attach>
                                </configuration>
                        <artifactId>org.junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.hamcrest</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
        <profiles>
                <profile>
@@ -74,7 +72,7 @@
                                <plugins>
                                        <plugin>
                                                <groupId>org.argeo.maven.plugins</groupId>
-                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                                               <artifactId>argeo-osgi-plugin</artifactId>
                                                <executions>
                                                        <execution>
                                                                <id>check-osgi</id>