]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / pom.xml
index 09fcfe9181ee14fa7c146afee72d99de681e7889..6b08142aacbe7b3fa794d6be90e936938b21cb9c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.12.1-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <build>
                <plugins>
                        <plugin>
-                               <artifactId>maven-jar-plugin</artifactId>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.4</source>
+                                       <target>1.4</target>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
+                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
                                                <Export-Package>
                                                        org.argeo.slc.detached.*
                                                </Export-Package>
                                                        org.springframework.core,
                                                        *
                                                </Import-Package>
-                                               <!--
-                                                       <Import-Package> org.w3c.dom;version="0.0.0",
-                                                       javax.xml.*;version="0.0.0", org.apache.xerces.jaxp,
-                                                       org.springframework.beans.factory;version="2.0",
-                                                       org.springframework.beans.factory.support;version="2.0",
-                                                       org.springframework.beans.factory.xml;version="2.0",
-                                                       org.springframework.context;version="2.0",
-                                                       org.springframework.context.support;version="2.0",
-                                                       org.springframework.core.io;version="2.0", * </Import-Package>
-                                                       <Spring-Context>*;create-asynchronously:=false</Spring-Context>
-                                               -->
                                        </instructions>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.4</source>
-                                       <target>1.4</target>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>
                        <groupId>edu.emory.mathcs.backport</groupId>
                        <artifactId>com.springsource.edu.emory.mathcs.backport</artifactId>
                </dependency>
-
-
-               <!--
-                       <dependency> <groupId>org.apache.xerces</groupId>
-                       <artifactId>com.springsource.org.apache.xerces</artifactId>
-                       </dependency>
-               -->
-
                <dependency>
                        <groupId>org.apache.xmlcommons</groupId>
                        <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
                        <scope>provided</scope>
                </dependency>
-               <!--
-                       <dependency> <groupId>xml-apis</groupId>
-                       <artifactId>xml-apis</artifactId> <version>1.3.04</version>
-                       <scope>provided</scope> </dependency>
-               -->
-
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>