From: <rob...@us...> - 2010-06-25 02:43:25
|
Revision: 56 http://netcdftools.svn.sourceforge.net/netcdftools/?rev=56&view=rev Author: robertbridle Date: 2010-06-25 02:43:19 +0000 (Fri, 25 Jun 2010) Log Message: ----------- ANDSWRON-618 - Ensure that when releasing to our local release repository (http://junk-yf:8085/nexus/index.html#view-repositories;releases) that we use our au.csiro.netcdf-tools groupId. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-25 02:41:52 UTC (rev 55) +++ trunk/pom.xml 2010-06-25 02:43:19 UTC (rev 56) @@ -46,7 +46,7 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>au.csiro.netcdf-tools</groupId> <!-- when releasing to Sonatype.org staging repository, change the groupId to: net.sourceforge.netcdftools --> + <groupId>au.csiro</groupId> <!-- when releasing to Sonatype.org staging repository, change the groupId to: net.sourceforge --> <artifactId>netcdf-tools</artifactId> <packaging>jar</packaging> <version>0.1.4-SNAPSHOT</version> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |