]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/pom.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / pom.xml
index 7147af3c18d5c426e261d6bb6d25f0a8ae938c96..671aa2487edbab58ae39c51da1a30784512aadc7 100644 (file)
@@ -4,10 +4,9 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.1.1</version>
+               <version>1.1.5-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.core</artifactId>
        <name>SLC Core</name>
        <description>Basic implementations of SLC Specifications</description>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.specs</artifactId>
-                       <version>1.1.1</version>
+                       <version>1.1.5-SNAPSHOT</version>
                </dependency>
 
                <dependency>
-                       <groupId>org.argeo.commons.basic</groupId>
-                       <artifactId>org.argeo.basic.nodeps</artifactId>
+                       <groupId>org.argeo.commons.base</groupId>
+                       <artifactId>org.argeo.util</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
 
@@ -73,8 +72,8 @@
                        <artifactId>slf4j.org.apache.commons.logging</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.commons.basic</groupId>
-                       <artifactId>org.argeo.basic.dep.log4j</artifactId>
+                       <groupId>org.argeo.commons.base</groupId>
+                       <artifactId>org.argeo.dep.log4j</artifactId>
                        <version>${version.argeo-commons}</version>
                        <type>pom</type>
                </dependency>