]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/plugins/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / eclipse / plugins / pom.xml
index dff6c44c7eec94002cccef05a1b7dfdb889cac40..d7399cfbdfadc9825584ad0f260ba19419c1679c 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.eclipse</groupId>
-               <version>0.2.2-SNAPSHOT</version>
+               <version>0.2.3-SNAPSHOT</version>
                <artifactId>eclipse</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -12,6 +11,7 @@
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.eclipse.ui</module>
+               <module>org.argeo.eclipse.ui.jcr</module>
        </modules>
        <build>
                <resources>
                                <extensions>true</extensions>
                                <configuration>
                                        <manifestLocation>META-INF</manifestLocation>
-                                       <instructions>
-                                               <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
-                                               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
-                                               <_removeheaders>Bnd-LastModified</_removeheaders>
-                                       </instructions>
                                </configuration>
                                <executions>
                                        <execution>