Skip to content

Commit

Permalink
clean up version and groupIds and added sonatype-oss parent for deplo…
Browse files Browse the repository at this point in the history
…yement
  • Loading branch information
mkristian committed Sep 3, 2012
1 parent 94ce3f2 commit 525373d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions pom.xml
@@ -1,24 +1,34 @@
<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>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<packaging>jar</packaging>
<version>0.1</version>
<version>0.1-SNAPSHOT</version>
<name>jnr-unixsocket</name>
<description>Native I/O access for java</description>
<url>http://github.com/jnr/jnr-unixsocket</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:http://github.com/jnr/jnr-unixsocket.git</connection>
<url>http://github.com/jnr/jnr-unixsocket</url>
</scm>

<developers>
<developer>
<id>wmeissner</id>
Expand All @@ -36,14 +46,14 @@
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-jffi</artifactId>
<version>0.6.1-SNAPSHOT</version>
<artifactId>jffi</artifactId>
<version>1.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 525373d

Please sign in to comment.