]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.rap/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.4
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.rap / pom.xml
index dcc7bde91deaf416f70748dcf1a621e632515dbd..8ae63b77212dd217c452d894cb5eee5305c116b8 100644 (file)
@@ -3,19 +3,37 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>plugins</artifactId>
-               <version>1.1.3-SNAPSHOT</version>
+               <version>1.1.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.rap</artifactId>
        <name>SLC Client RAP</name>
        <packaging>jar</packaging>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Require-Bundle>org.eclipse.rap.ui;resolution:=optional</Require-Bundle>
+                                               <Import-Package>
+                                                       *,
+                                                       javax.servlet,
+                                                       javax.servlet.http
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
 
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.ui</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>1.1.4</version>
                </dependency>
 
                <!-- Argeo common distribution for RAP projects -->