Project

General

Profile

« Previous | Next » 

Revision 47570

updating pom.xml file to be aligned with dnet45 repository

View differences:

pom.xml
2 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">
3 3
	<parent>
4 4
    		<groupId>eu.dnetlib</groupId>
5
	        <artifactId>dnet-parent</artifactId>
6
            <version>1.0.0</version>
5
	        <artifactId>dnet45-parent</artifactId>
6
            <version>1.0.0-SNAPSHOT</version>
7 7
	</parent>
8 8
	
9 9
	<version>1.0.3-SNAPSHOT</version>
......
13 13

  
14 14
	<scm>
15 15
	  <developerConnection>
16
	    scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/icm-iis-parent-container/trunk
16
	    scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/icm-iis-parent-container/trunk
17 17
	  </developerConnection>
18 18
	</scm>
19 19

  
......
45 45

  
46 46
	<pluginRepositories>                                                                                                                                                                          
47 47
	    <pluginRepository>                                                                                                                                                                          
48
			<id>dnet4-bootstrap-release-plugin</id>                                                                                                                                                             
49
			<name>dnet4 bootstrap release plugin</name>                                                                                                                                                         
50
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-bootstrap-release</url>                                                                                             
48
			<id>dnet45-bootstrap-snapshot-plugin</id>                                                                                                                                                             
49
			<name>dnet45 bootstrap snapshot plugin</name>                                                                                                                                                         
50
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-bootstrap-snapshot</url>                                                                                             
51 51
			<layout>default</layout>
52 52
	    </pluginRepository>
53 53
	    <pluginRepository>
......
805 805

  
806 806
    <distributionManagement>
807 807
	<repository>
808
	    <id>dnet4-bootstrap-release</id>
809
	    <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-bootstrap-release/</url>
808
	    <id>dnet45-bootstrap-snapshot</id>
809
	    <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-bootstrap-snapshot/</url>
810 810
	</repository>
811 811
    </distributionManagement>
812 812
	

Also available in: Unified diff