| Line 12... |
Line 12... |
| 12 |
*
|
12 |
*
|
| 13 |
* You should have received a copy of the GNU Lesser General Public
|
13 |
* You should have received a copy of the GNU Lesser General Public
|
| 14 |
* License along with this library; if not, write to the Free Software
|
14 |
* License along with this library; if not, write to the Free Software
|
| 15 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
15 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
| 16 |
-->
|
16 |
-->
|
| 17 |
<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">
|
- |
|
| - |
|
17 |
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
| - |
|
18 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| - |
|
19 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
| 18 |
|
20 |
|
| 19 |
<modelVersion>4.0.0</modelVersion>
|
21 |
<modelVersion>4.0.0</modelVersion>
|
| 20 |
|
22 |
|
| 21 |
<groupId>org.objectweb.dream</groupId>
|
23 |
<groupId>org.objectweb.dream</groupId>
|
| 22 |
<artifactId>parent</artifactId>
|
24 |
<artifactId>parent</artifactId>
|
| 23 |
<name>The Dream framework parent project</name>
|
25 |
<name>The Dream framework parent project</name>
|
| 24 |
<packaging>pom</packaging>
|
26 |
<packaging>pom</packaging>
|
| 25 |
<version>4-SNAPSHOT</version>
|
- |
|
| - |
|
27 |
<version>3-SNAPSHOT</version>
|
| 26 |
|
28 |
|
| 27 |
<description>
|
29 |
<description>
|
| 28 |
Dream is a component-based framework dedicated to the construction
|
30 |
Dream is a component-based framework dedicated to the construction
|
| 29 |
of communication middleware. It provides a component library and a
|
31 |
of communication middleware. It provides a component library and a
|
| 30 |
set of tools to build, configure and deploy middleware implementing
|
32 |
set of tools to build, configure and deploy middleware implementing
|
| Line 172... |
Line 174... |
| 172 |
</properties>
|
174 |
</properties>
|
| 173 |
|
175 |
|
| 174 |
<!-- ================================================================ -->
|
176 |
<!-- ================================================================ -->
|
| 175 |
<!-- Dream parent project values correspond just to the base scm properties values -->
|
177 |
<!-- Dream parent project values correspond just to the base scm properties values -->
|
| 176 |
<scm>
|
178 |
<scm>
|
| 177 |
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/dream/trunk</connection>
|
- |
|
| 178 |
<developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/dream/trunk</developerConnection>
|
- |
|
| 179 |
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/dream/trunk</url>
|
- |
|
| - |
|
179 |
<connection>${scm.connection}</connection>
|
| - |
|
180 |
<developerConnection>${scm.developerConnection}</developerConnection>
|
| - |
|
181 |
<url>${scm.url}</url>
|
| 180 |
</scm>
|
182 |
</scm>
|
| 181 |
|
183 |
|
| 182 |
<!-- ==================================================-->
|
184 |
<!-- ==================================================-->
|
| 183 |
<!-- use 1.5 JDK as the default binary version -->
|
185 |
<!-- use 1.5 JDK as the default binary version -->
|
| 184 |
<build>
|
186 |
<build>
|