Skip to content

Commit

Permalink
Changed Maven groupId to com.cgbystrom to comply with Sonatype's guid…
Browse files Browse the repository at this point in the history
…elines for OSS hosting
  • Loading branch information
cgbystrom committed Jun 29, 2011
1 parent eaa9ec3 commit d3fea0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Expand Up @@ -2,7 +2,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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>se.cgbystrom.netty</groupId>
<groupId>com.cgbystrom</groupId>
<artifactId>netty-tools</artifactId>
<version>1.2.7-SNAPSHOT</version>
<name>netty-tools</name>
Expand Down Expand Up @@ -81,10 +81,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>embedded-repo</id>
<url>file://${basedir}/embedded-repo</url>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
Expand Down

0 comments on commit d3fea0e

Please sign in to comment.