Change groupId to google code; link to google code url, in preparation for maven repository release

git-svn-id: https://sitemapgen4j.googlecode.com/svn/trunk@13 aa787bee-eda5-11dd-ada0-abde575de245
This commit is contained in:
DanFabulich 2009-02-03 22:40:04 +00:00
parent 319e680d44
commit 185dea3310
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
<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>com.redfin</groupId>
<groupId>com.google.code</groupId>
<artifactId>sitemapgen4j</artifactId>
<packaging>jar</packaging>
<version>1.1-SNAPSHOT</version>
<name>SitemapGen4J</name>
<url>http://code.google.com/p/sitemapgen4j/</url>
<build>
<defaultGoal>install</defaultGoal>
<plugins>