Mail Archive Home | dream-commits List | December 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
--- trunk/pom.xml 2008-12-04 13:14:54 UTC (rev 2149)
+++ trunk/pom.xml 2008-12-04 13:18:52 UTC (rev 2150)
@@ -14,7 +14,9 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
-<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">
+<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>
@@ -22,7 +24,7 @@
<artifactId>parent</artifactId>
<name>The Dream framework parent project</name>
<packaging>pom</packaging>
- <version>3</version>
+ <version>3-SNAPSHOT</version>
<description>
Dream is a component-based framework dedicated to the construction
@@ -174,9 +176,9 @@
<!-- ================================================================ -->
<!-- Dream parent project values correspond just to the base scm properties values -->
<scm>
- <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/dream/tags/parent-3</connection>
- <developerConnection>scm:svn:svn://svn.forge.objectweb.org/svnroot/dream/tags/parent-3</developerConnection>
- <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/dream/tags/parent-3</url>
+ <connection>${scm.connection}</connection>
+ <developerConnection>${scm.connection}</developerConnection>
+ <url>${scm.url}</url>
</scm>
<!-- ==================================================-->
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.