Navigation Menu

Skip to content

Commit

Permalink
Based POM on Sonatype's parent POM for OSS hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbystrom committed Jun 29, 2011
1 parent 2048873 commit 2d90f0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.cgbystrom</groupId>
<artifactId>netty-tools</artifactId>
Expand All @@ -15,7 +20,7 @@
<scm>
<connection>scm:git:git@github.com:cgbystrom/netty-tools.git</connection>
<url>scm:git:git@github.com:cgbystrom/netty-tools.git</url>
<developerConnection>scm:git:git@github.com:cgbystrom/netty-tools.git</developerConnection>
<developerConnection>git@github.com:cgbystrom/netty-tools.git</developerConnection>
</scm>

<developers>
Expand Down

0 comments on commit 2d90f0c

Please sign in to comment.