Adapt to SLC 2
[gpl/argeo-tp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 54e8b3efbee652d570d2fa94d08b23079e9fe178..5d7d0c6cdf81603f48d3a1b1ab9c8d5b13fecad9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,15 +4,14 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>lib</artifactId>
-               <version>1.1.19</version>
+               <version>2.1.1-SNAPSHOT</version>
        </parent>
-       <groupId>org.argeo.tp.slc</groupId>
-       <artifactId>org.argeo.tp.slc.factory</artifactId>
-       <name>Argeo Distribution Factory</name>
+       <groupId>org.argeo.tp.factory</groupId>
+       <artifactId>org.argeo.tp.factory.core</artifactId>
+       <name>Third Party Factory</name>
        <properties>
                <additionalImports.slc-lib>
-                       javax.security.auth.callback;resolution:="optional",
-                       *
+                       javax.security.auth.callback;resolution:="optional"
                </additionalImports.slc-lib>
        </properties>
        <build>
@@ -48,7 +47,7 @@
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.dep.rcp</artifactId>
+                       <artifactId>org.argeo.slc.dep.rap</artifactId>
                        <version>${version.slc}</version>
                        <scope>test</scope>
                </dependency>
@@ -56,7 +55,7 @@
        <repositories>
                <repository>
                        <id>argeo-slc</id>
-                       <url>http://repo.argeo.org/data/public/java/org.argeo.slc-1.1.x</url>
+                       <url>http://repo.argeo.org/data/public/java/argeo-slc-2.1</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>