]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
git-svn-id: https://svn.argeo.org/commons/trunk@4020 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8e524c929382950f586d62d37f1928e434117103..5f6feca0c244927e7276e2014c26c490ef4531a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,14 +8,16 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.2.1</version>
+       <version>0.2.2-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
                <developmentCycle>0.2</developmentCycle>
-               <version.argeo-distribution>1.1.0</version.argeo-distribution>
-               <version.argeo-ria>0.12.4</version.argeo-ria>
-               <version.maven-argeo-osgi>0.1.29</version.maven-argeo-osgi>
+               <version.argeo-distribution>1.1.1-SNAPSHOT</version.argeo-distribution>
+               <version.argeo-commons>0.2.2-SNAPSHOT</version.argeo-commons>
+               <version.argeo-ria>0.12.5</version.argeo-ria>
+               <version.equinox>3.6.1</version.equinox>
+               <version.maven-argeo-osgi>0.1.30-SNAPSHOT</version.maven-argeo-osgi>
                <version.maven-bundle-plugin>2.0.1</version.maven-bundle-plugin>
                <version.maven-argeo-qooxdoo>1.1.0</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
@@ -23,9 +25,9 @@
        </properties>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</developerConnection>
-               <url>https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</url>
+               <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
+               <url>https://svn.argeo.org/commons/trunk</url>
        </scm>
        <licenses>
                <license>
@@ -140,9 +142,10 @@ limitations under the License.
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>buildnumber-maven-plugin</artifactId>
+                               <version>1.0-beta-4</version>
                                <executions>
                                        <execution>
-                                               <phase>validate</phase>
+                                               <phase>generate-resources</phase>
                                                <goals>
                                                        <goal>create</goal>
                                                </goals>
@@ -151,7 +154,14 @@ limitations under the License.
                                <configuration>
                                        <doCheck>false</doCheck>
                                        <doUpdate>false</doUpdate>
-                                       <useLastCommittedRevision>true</useLastCommittedRevision>
+                                       <format>{0,date,yyyyMMdd_HHmmss}</format>
+                                       <items>
+                                               <item>timestamp</item>
+                                       </items>
+                                       <revisionOnScmFailure>git</revisionOnScmFailure>
+                                       <providerImplementations>
+                                               <git>svn</git>
+                                       </providerImplementations>
                                </configuration>
                        </plugin>
                        <plugin>