Project

General

Profile

« Previous | Next » 

Revision 34661

added scm

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 4
	<parent>
4 5
		<groupId>eu.dnetlib</groupId>
5 6
		<artifactId>dnet-container-parent</artifactId>
6 7
		<version>1.0.0</version>
7
		<relativePath />
8
		<relativePath></relativePath>
8 9
	</parent>
9 10
	<modelVersion>4.0.0</modelVersion>
10 11
	<groupId>eu.dnetlib</groupId>
11 12
	<artifactId>dnet-container-openaireplus</artifactId>
12 13
	<packaging>war</packaging>
13
	<version>2.0.0</version>
14
	<version>2.0.0-SNAPSHOT</version>
15
	<scm>
16
    		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-container-openaireplus/trunk</developerConnection>
17
    	</scm>
14 18
	<dependencies>
15 19

  
16 20
		<!-- Common components in every container -->
......
232 236
		</dependency>
233 237

  
234 238
	</dependencies>
235

  
236
  <scm>
237
    <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-container-parent/tags/dnet-container-openaireplus-2.0.0</developerConnection>
238
  </scm>
239 239
</project>

Also available in: Unified diff