Skip to content

Commit

Permalink
Merge pull request #2 from SPalominos/master
Browse files Browse the repository at this point in the history
Updates the poms
  • Loading branch information
ebocher committed May 24, 2016
2 parents d3bc5b5 + fb8660d commit f017839
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions nexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.orbisgis</groupId>
<artifactId>orbisgis-nexus</artifactId>
<version>1</version>
<version>2</version>
<packaging>pom</packaging>
<name>OrbisGIS Nexus Parent</name>
<description>nexus.orbisgis.org repository</description>
Expand All @@ -19,11 +19,6 @@
<developerConnection>scm:git:https://github.com/irstv/orbisgis-view-plugins.git</developerConnection>
<url>git@github.com:irstv/orbisgis-view-plugins.git</url>
</scm>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<developers>
<developer>
<name>Nicolas Fortin</name>
Expand All @@ -38,6 +33,17 @@
<organization>IRSTV CNRS-FR-2488</organization>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<profiles>
<profile>
<id>orbisgis-release</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>orbisgis-parents</artifactId>
<name>OrbisGIS Parents</name>
<packaging>pom</packaging>
<version>1</version>
<version>2</version>

<modules>
<module>nexus</module>
Expand Down

0 comments on commit f017839

Please sign in to comment.