Commit 185dea33 authored by DanFabulich's avatar DanFabulich
Browse files

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
parent 319e680d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
<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>