Skip to content

Commit

Permalink
Merge pull request #28 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added Sonatype specific settings to main POM
  • Loading branch information
robot-bucket committed Jan 30, 2015
2 parents a431f94 + 8152155 commit 2c257f9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@

<modelVersion>4.0.0</modelVersion>

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

<groupId>org.meridor.stecker</groupId>
<artifactId>stecker</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Stecker</name>
<description>Stecker is a lightweight plugin engine similar to OSGi but with no contracts and restrictions.
</description>
<description>Stecker is a lightweight plugin engine similar to OSGi but with no contracts and restrictions.</description>

<properties>
<compiler.version>1.8</compiler.version>
Expand Down Expand Up @@ -150,7 +155,7 @@
<developer>
<id>vania-pooh</id>
<name>Ivan Krutov</name>
<email>ivan.krutov@meridor.ru</email>
<email>support@meridor.org</email>
<organization>Meridor</organization>
</developer>
</developers>
Expand Down

0 comments on commit 2c257f9

Please sign in to comment.