Project

General

Profile

« Previous | Next » 

Revision 47634

changed repository visibility

View differences:

pom.xml
35 35
		<repository>
36 36
			<id>dnet45-snapshots</id>
37 37
			<name>D-Net 45 Snapshots</name>
38
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots</url>
38
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases</url>
39 39
			<layout>default</layout>
40 40
			<snapshots>
41 41
				<enabled>true</enabled>
......
104 104
				<artifactId>maven-dependency-plugin</artifactId>
105 105
				<version>3.0.0</version>
106 106
			</plugin>
107
			<plugin>
108
			        <groupId>org.apache.maven.plugins</groupId>
109
                                <artifactId>maven-deploy-plugin</artifactId>
110
                                <version>2.8.2</version>
111
			</plugin>
107 112
		</plugins>
108 113
		<extensions>
109 114
			<extension>
......
115 120
	</build>
116 121
	<distributionManagement>
117 122
		<snapshotRepository>
118
			<id>dnet45-snapshots</id>
119
			<name>D-Net 45 Snapshots</name>
120
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots</url>
123
			<id>dnet45-releases</id>
124
			<name>D-Net 45 Releases</name>
125
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases</url>
121 126
			<layout>default</layout>
122 127
		</snapshotRepository>
123 128
	</distributionManagement>

Also available in: Unified diff