Merge Argeo TP Extras to Argeo Distribution.
[gpl/argeo-tp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b15940d696452f2758149f53af72bfadfda66510..f77053761327189238c05d4f90752780726d39dc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,33 +1,15 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>lib</artifactId>
-               <version>1.1.14-SNAPSHOT</version>
-       </parent>
-       <groupId>org.argeo.tp.slc</groupId>
-       <artifactId>org.argeo.tp.slc.factory</artifactId>
-       <name>Argeo Distribution Factory</name>
-       <build>
-               <resources>
-                       <resource>
-                               <directory>.</directory>
-                               <includes>
-                                       <include>META-INF/**</include>
-                               </includes>
-                       </resource>
-               </resources>
-       </build>
-       <repositories>
-               <repository>
-                       <id>argeo-slc</id>
-                       <url>http://repo.argeo.org/data/public/java/org.argeo.slc-1.1.x</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>fail</checksumPolicy>
-                       </releases>
-               </repository>
-       </repositories>
+       <groupId>org.argeo.tp.factory</groupId>
+       <artifactId>argeo-distribution</artifactId>
+       <version>2.1.28-SNAPSHOT</version>
+       <name>Argeo Java OSGi Distributions</name>
+       <description>OSGi packaging of free / open source third party libraries</description>
+       <packaging>pom</packaging>
+       <modules>
+               <module>org.argeo.tp.factory.core</module>
+               <module>org.argeo.tp.factory.extras</module>
+       </modules>
 </project>