Fix typo in the assembly plugin version.

This commit is contained in:
Manuele Simi 2019-08-13 22:19:53 -04:00
parent 799ad81149
commit d455ccec87
1 changed files with 4 additions and 7 deletions

11
pom.xml
View File

@ -96,7 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6.0o</version>
<version>2.6</version>
<executions>
<execution>
<id>make-source-package</id>
@ -764,12 +764,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.version>3.0.0</maven.version>
<repository.snapshots.readonly>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</repository.snapshots.readonly>
<repository.snapshots.readwrite>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/gcube-snapshots</repository.snapshots.readwrite>
<repository.releases.readonly>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases</repository.releases.readonly>
<repository.releases.readwrite>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/gcube-releases</repository.releases.readwrite>
<repository.staging.readonly>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging-jenkins</repository.staging.readonly>
<repository.staging.readwrite>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging-jenkins</repository.staging.readwrite>
<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.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>