Prepare next development cycle
[gpl/argeo-tp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b15940d696452f2758149f53af72bfadfda66510..cf374b00f9094fbb672fff2cdfed8e6e5ce75e62 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,17 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>lib</artifactId>
-               <version>1.1.14-SNAPSHOT</version>
+               <version>1.2.0</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>
+       <version>2.1.12-SNAPSHOT</version>
+       <name>Third Party Factory</name>
+       <properties>
+               <additionalImports.slc-lib>
+                       javax.security.auth.callback;resolution:="optional"
+               </additionalImports.slc-lib>
+       </properties>
        <build>
                <resources>
                        <resource>
                                </includes>
                        </resource>
                </resources>
+               <plugins>
+                       <plugin>
+                               <groupId>org.argeo.maven.plugins</groupId>
+                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>generate-descriptors</id>
+                                               <goals>
+                                                       <goal>descriptors</goal>
+                                               </goals>
+                                               <phase>generate-resources</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
        </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.repo</artifactId>
+                       <version>${version.slc}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.dep.rcp</artifactId>
+                       <version>${version.slc}</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
        <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-1.2</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>