]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
modification on Maven architecture
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 751513acd5087a30b8aaa2523db887eab415319f..5f6feca0c244927e7276e2014c26c490ef4531a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <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>
@@ -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>