[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / security / dep / org.argeo.security.dep.node.rap / pom.xml
index e0c72cc6f11c69da2145b855b614575352ec0f48..eb8ec82220d68d4fc9dbdcc03e12a7bc471b3821 100644 (file)
@@ -1,9 +1,8 @@
-<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.commons.security</groupId>
-               <version>0.3.4-SNAPSHOT</version>
+               <version>0.3.5-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                </plugins>
                        </build>
                </profile>
-               <profile>
-                       <id>pdeSources</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.argeo.maven.plugins</groupId>
-                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>resolve-pde-sources</id>
-                                                               <goals>
-                                                                       <goal>pde-sources</goal>
-                                                               </goals>
-                                                               <phase>generate-resources</phase>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
        </profiles>
 </project>