Update version flags
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Jul 2008 18:41:37 +0000 (18:41 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 6 Jul 2008 18:41:37 +0000 (18:41 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1362 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.agent/pom.xml
org.argeo.slc.core/pom.xml
org.argeo.slc.example/pom.xml
org.argeo.slc.hibernate/pom.xml
org.argeo.slc.server/pom.xml
org.argeo.slc.webapp/pom.xml
org.argeo.slc/pom.xml
pom.xml

index 1fbd1a40fdce354caf11d5c0282a881e7be8bb04..51731da2c42ba98d1dde5fe091db252aa1e6fc66 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-agent</artifactId>
index 1da4618ed3f00f493530b51b171f133dc481b47b..52ebecd283367683176b290beb448bff74cc7321 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-core</artifactId>
index 5792e47dc06b3ca142178aa1be09da57290d39a3..27c94e67b6390298906949108c53374413ddc341 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-example</artifactId>
index 35aed6e4dd73d6c5e22171459f2c40a4b6861683..5e3c904e1d83bf5ea47c49ed8a9a32e384dc2004 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-hibernate</artifactId>
index 48fa79974fdbfdbbee5efb1ad59733616b4c22e4..60de5ba0c6cf1bbb94969a34074936908b959e95 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-server</artifactId>
index be075fb5bd1394a817119349167b6663a444c73b..b3d2206f6117aeeb4f7cf88d4f76de2e24e970fc 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.9.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.webapp</artifactId>
index 83056b2a8c641ea0e6e155db61b7e83d25d5917c..02f4aa600ee3f1831e29f412a35b85ed834a680f 100644 (file)
@@ -7,7 +7,7 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.9-SNAPSHOT</version>
+       <version>0.9.3-SNAPSHOT</version>
        <description>SLC Distribution</description>
        <url>
                http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
diff --git a/pom.xml b/pom.xml
index f0b8af940b03ab1253fccf0656d6a49861c35080..2f46aa30d3e8695a417c8cb942e34e57fa67b8e1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,50 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <parent>\r
-               <groupId>org.argeo.slc</groupId>\r
-               <artifactId>argeo-slc</artifactId>\r
-               <version>0.9-SNAPSHOT</version>\r
-               <relativePath>org.argeo.slc</relativePath>\r
-       </parent>\r
-       <artifactId>argeo-slc-all</artifactId>\r
-       <packaging>pom</packaging>\r
-       <name>Argeo SLC All</name>\r
-       <modules>\r
-               <module>org.argeo.slc</module>\r
-               <module>org.argeo.slc.core</module>\r
-               <module>org.argeo.slc.agent</module>\r
-               <module>org.argeo.slc.hibernate</module>\r
-               <module>org.argeo.slc.example</module>\r
-               <module>org.argeo.slc.server</module>\r
-               <module>org.argeo.slc.webapp</module>\r
-       </modules>\r
-       <scm>\r
-               <connection>\r
-                       scm:svn:https://www.argeo.org/svn/slc/trunk\r
-               </connection>\r
-       </scm>\r
-         <build>\r
-    <plugins>\r
-      <plugin>\r
-        <groupId>org.apache.maven.plugins</groupId>\r
-        <artifactId>maven-site-plugin</artifactId>\r
-        <configuration>\r
-          <excludeModules>org.argeo.slc</excludeModules>\r
-        </configuration>\r
-      </plugin>\r
-    </plugins>\r
-  </build>\r
-\r
-       <distributionManagement>\r
-               <site>\r
-                       <id>argeo-slc-site</id>\r
-                       <name>SLC Site</name>\r
-                       <url>\r
-                               file:///var/argeo/projects/SLC/www/site/${project.version}\r
-                       </url>\r
-               </site>\r
-       </distributionManagement>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>argeo-slc</artifactId>
+               <version>0.9.3-SNAPSHOT</version>
+               <relativePath>org.argeo.slc</relativePath>
+       </parent>
+       <artifactId>argeo-slc-all</artifactId>
+       <packaging>pom</packaging>
+       <name>Argeo SLC All</name>
+       <modules>
+               <module>org.argeo.slc</module>
+               <module>org.argeo.slc.core</module>
+               <module>org.argeo.slc.agent</module>
+               <module>org.argeo.slc.hibernate</module>
+               <module>org.argeo.slc.example</module>
+               <module>org.argeo.slc.server</module>
+               <module>org.argeo.slc.webapp</module>
+       </modules>
+       <scm>
+               <connection>
+                       scm:svn:https://www.argeo.org/svn/slc/trunk
+               </connection>
+       </scm>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <configuration>
+                                       <excludeModules>org.argeo.slc</excludeModules>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-release-plugin</artifactId>
+                               <configuration>
+                                       <autoVersionSubmodules>true</autoVersionSubmodules>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+       <distributionManagement>
+               <site>
+                       <id>argeo-slc-site</id>
+                       <name>SLC Site</name>
+                       <url>
+                               file:///var/argeo/projects/SLC/www/site/${project.version}
+                       </url>
+               </site>
+       </distributionManagement>
 </project>