]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.11.3
[gpl/argeo-slc.git] / runtime / pom.xml
index b471d61fcd38a658a32e2be3ccf57dc2e5ba29c3..447b852d6feb43380797293cf54535557fc02b87 100644 (file)
@@ -1,10 +1,9 @@
-<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.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
+               <version>0.11.3</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
                <module>org.argeo.slc.support.activemq</module>
                <module>org.argeo.slc.support.ant</module>
                <module>org.argeo.slc.support.equinox</module>
-               <module>org.argeo.slc.support.ws.client</module>
                <module>org.argeo.slc.support.hibernate</module>
                <module>org.argeo.slc.support.maven</module>
                <module>org.argeo.slc.server</module>
                <module>org.argeo.slc.detached</module>
+               <module>org.argeo.slc.detached.launcher</module>
                <module>org.argeo.slc.launcher</module>
                <module>org.argeo.slc.lib.detached</module>
        </modules>
        <build>
                <plugins>
-               <!-- 
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                               </configuration>
-                       </plugin>
-                        -->
+                       <!--
+                               <plugin> <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId> <configuration>
+                               <aggregate>true</aggregate> </configuration> </plugin>
+                       -->
                </plugins>
                <pluginManagement>
                        <plugins>
@@ -58,9 +53,7 @@
                                        <configuration>
                                                <manifestLocation>target/classes/META-INF</manifestLocation>
                                                <instructions>
-                                                       <Bundle-SymbolicName>
-                                                               ${pom.artifactId}
-                                                       </Bundle-SymbolicName>
+                                                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                                                        <_removeheaders>Bnd-LastModified</_removeheaders>
                                                </instructions>
                                        </configuration>