]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Add some comments in unit tests
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3822b9410870d00b3cc824eed0e026cf8bec1abc..e3ad32274411a56ebc02ff0fa349dd48c2282dab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
        <version>0.12.1-SNAPSHOT</version>
+       <properties>
+               <developmentCycle>0.12</developmentCycle>
+               <version.argeo-distribution>1.0.3-SNAPSHOT</version.argeo-distribution>
+               <version.argeo-ria>0.12.3-SNAPSHOT</version.argeo-ria>
+               <version.argeo-commons>0.1.2</version.argeo-commons>
+               <version.equinox>3.5.1.R35x_v20090827</version.equinox>
+               <version.maven-bundle-plugin>2.0.1</version.maven-bundle-plugin>
+               <version.maven-argeo-osgi>0.1.26-SNAPSHOT</version.maven-argeo-osgi>
+               <version.maven-argeo-qooxdoo>0.8.3.0</version.maven-argeo-qooxdoo>
+               <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
+               <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
+       </properties>
        <modules>
                <module>runtime</module>
                <module>dep</module>
                <module>server</module>
                <module>demo</module>
                <module>integration-tests</module>
-               <module>archetypes</module>
+               <!-- <module>archetypes</module>-->
+               <module>dist</module>
        </modules>
-       <properties>
-               <developmentCycle>0.12</developmentCycle>
-               <version.argeo-ria>0.12.2-SNAPSHOT</version.argeo-ria>
-               <version.argeo-commons>0.1.2-SNAPSHOT</version.argeo-commons>
-               <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
-               <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
-               <version.maven-argeo-osgi>0.1.23</version.maven-argeo-osgi>
-               <version.maven-argeo-qooxdoo>0.8.2.1</version.maven-argeo-qooxdoo>
-               <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
-               <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
-       </properties>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
                <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
@@ -151,7 +153,6 @@ limitations under the License.
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>buildnumber-maven-plugin</artifactId>
-                               <version>1.0-beta-3</version>
                                <executions>
                                        <execution>
                                                <phase>validate</phase>
@@ -199,8 +200,8 @@ limitations under the License.
                        <!-- Third Parties -->
                        <dependency>
                                <groupId>org.argeo.dep</groupId>
-                               <artifactId>versions</artifactId>
-                               <version>1.0.1-SNAPSHOT</version>
+                               <artifactId>versions-all</artifactId>
+                               <version>${version.argeo-distribution}</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
@@ -422,10 +423,6 @@ limitations under the License.
                                        <aggregate>true</aggregate>
                                </configuration>
                        </plugin>
-                       <!--
-                               <plugin> <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>scmchangelog-maven-plugin</artifactId> </plugin>
-                       -->
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>taglist-maven-plugin</artifactId>
@@ -438,11 +435,6 @@ limitations under the License.
                                        </tags>
                                </configuration>
                        </plugin>
-                       <!--
-                               <plugin> <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>clirr-maven-plugin</artifactId>
-                               <inherited>false</inherited> </plugin>
-                       -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-changelog-plugin</artifactId>