Add jenkins-staging repo to jenkins-staging and jenkins-releases. Add gcube-snapshots to jenkins-snapshots. Add gcube-releases to jenkins-staging. Advance to 1.1.1.
This commit is contained in:
parent
2c89fb6636
commit
ccb72c3450
47
pom.xml
47
pom.xml
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>org.gcube.tools</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<scm>
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
<pluginRepository>
|
||||
<id>gcube-staging-jenkins</id>
|
||||
<name>gCube Staging</name>
|
||||
<name>gCube Jenkins Staging</name>
|
||||
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging-jenkins</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
|
@ -52,6 +52,18 @@
|
|||
</releases>
|
||||
</pluginRepository>
|
||||
|
||||
<pluginRepository>
|
||||
<id>gcube-staging</id>
|
||||
<name>gCube Staging</name>
|
||||
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
|
||||
<pluginRepository>
|
||||
<id>gcube-externals</id>
|
||||
<name>gCube Externals</name>
|
||||
|
@ -193,6 +205,11 @@
|
|||
|
||||
<!-- Repositories for dependency resolution -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>gcube-snapshots</id>
|
||||
<name>gCube Snapshots</name>
|
||||
<url>${repository.snapshots.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-releases</id>
|
||||
<name>gCube Releases</name>
|
||||
|
@ -270,6 +287,16 @@
|
|||
<name>gCube Releases</name>
|
||||
<url>${repository.releases.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-jenkins-staging</id>
|
||||
<name>gCube Jenkins Staging</name>
|
||||
<url>${repository.jenkins.staging.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-staging</id>
|
||||
<name>gCube Staging</name>
|
||||
<url>${repository.staging.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-externals</id>
|
||||
<name>gCube Externals</name>
|
||||
|
@ -371,9 +398,19 @@
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>gcube-staging-jenkins</id>
|
||||
<name>gCube Releases</name>
|
||||
<name>gCube Jenkins Staging</name>
|
||||
<url>${repository.jenkins.staging.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-staging</id>
|
||||
<name>gCube Staging</name>
|
||||
<url>${repository.staging.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-releases</id>
|
||||
<name>gCube Releases</name>
|
||||
<url>${repository.releases.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-externals</id>
|
||||
<name>gCube Externals</name>
|
||||
|
@ -766,7 +803,9 @@
|
|||
<maven.version>3.3.9</maven.version>
|
||||
<repository.snapshots.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</repository.snapshots.url>
|
||||
<repository.releases.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases</repository.releases.url>
|
||||
<repository.staging.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging-jenkins</repository.staging.url>
|
||||
<repository.jenkins.staging.url>http://maven.research-infrastructures.eu/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>
|
||||
|
||||
<repository.externals.readonly>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals</repository.externals.readonly>
|
||||
|
||||
<local.deploy.dir>${env.GLOBUS_LOCATION}/lib</local.deploy.dir>
|
||||
|
|
Loading…
Reference in New Issue