Skip to content

Commit

Permalink
POM misc: adds Sonatype parent, cleans up <name> values
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Feb 8, 2013
1 parent dea39fd commit b446d68
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fcrepo-audit/pom.xml
Expand Up @@ -13,7 +13,7 @@
<artifactId>fcrepo-audit</artifactId>
<packaging>jar</packaging>

<name>Audit</name>
<name>fcrepo audit</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions fcrepo-dc/pom.xml
Expand Up @@ -7,6 +7,7 @@
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-dc</artifactId>
<name>fcrepo dc</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jms/pom.xml
Expand Up @@ -7,9 +7,9 @@
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-jms</artifactId>
<name>fcrepo jms</name>

<dependencies>

<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-kernel/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>fcrepo-kernel</artifactId>
<packaging>jar</packaging>

<name>ModeShape prototype kernel</name>
<name>fcrepo kernel</name>

<dependencies>
<dependency>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -2,11 +2,17 @@
<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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Fedora Commons Repository</name>
<name>fcrepo parent pom</name>
<description>Parent project for fcrepo</description>

<properties>
Expand Down

0 comments on commit b446d68

Please sign in to comment.