Merge pull request 'nexus url changed' (#12) from 20116 into master

New Nexus URLs.
feature/22914 r4.27.0
Manuele Simi 3 years ago
commit 8a77d953ab

@ -20,7 +20,7 @@
<pluginRepository>
<id>gcube-snapshots</id>
<name>gCube Snapshots</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</url>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
@ -31,7 +31,7 @@
<pluginRepository>
<id>gcube-releases</id>
<name>gCube Releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases</url>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -43,7 +43,7 @@
<pluginRepository>
<id>gcube-staging-jenkins</id>
<name>gCube Jenkins Staging</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging-jenkins</url>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-staging-jenkins</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -55,7 +55,7 @@
<pluginRepository>
<id>gcube-staging</id>
<name>gCube Staging</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging/</url>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-staging/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -67,7 +67,7 @@
<pluginRepository>
<id>gcube-externals</id>
<name>gCube Externals</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals</url>
<url>https://nexus.d4science.org/nexus/content/repositories/gcube-externals</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -1124,18 +1124,18 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.version>3.3.9</maven.version>
<repository.snapshots.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots
<repository.snapshots.url>https://nexus.d4science.org/nexus/content/repositories/gcube-snapshots
</repository.snapshots.url>
<repository.releases.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases
<repository.releases.url>https://nexus.d4science.org/nexus/content/repositories/gcube-releases
</repository.releases.url>
<repository.jenkins.staging.url>
http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging-jenkins
https://nexus.d4science.org/nexus/content/repositories/gcube-staging-jenkins
</repository.jenkins.staging.url>
<repository.staging.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging/
<repository.staging.url>https://nexus.d4science.org/nexus/content/repositories/gcube-staging/
</repository.staging.url>
<repository.externals.readonly>
http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals
https://nexus.d4science.org/nexus/content/repositories/gcube-externals
</repository.externals.readonly>
<!-- following properties contains common information on gCube that are used for filtering resources like README, LICENSE, ... -->

Loading…
Cancel
Save