Skip to content

Commit

Permalink
Improved Maven metadata for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Nov 21, 2013
1 parent 34b5ecc commit 29f4faf
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion fcrepo-audit/pom.xml
Expand Up @@ -11,7 +11,7 @@

<artifactId>fcrepo-audit</artifactId>
<name>${project.artifactId}</name>
<description>Fedora audit module</description>
<description>The Fedora Commons repository audit module: Provides audit functionality for the Fedora Commons repository framework.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-generator-dc/pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>fcrepo-generator-dc</artifactId>
<name>${project.artifactId}</name>
<description>Fedora Dublin Core generator</description>
<description>The Fedora Commons repository Dublin Core module: Provides Dublin Core presentations of repository resources from a variety of sources.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-http-api/pom.xml
Expand Up @@ -9,7 +9,7 @@

<artifactId>fcrepo-http-api</artifactId>
<name>${project.artifactId}</name>
<description>Fedora HTTP API</description>
<description>The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-http-commons/pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>fcrepo-http-commons</artifactId>
<name>${project.artifactId}</name>
<description>HTTP (JAX-RS) resources and helpers.</description>
<description>The Fedora Commons repository HTTP commons module: Provides HTTP (JAX-RS) resources and helpers for use in assembling HTTP APIs over the Fedora Commons repository framework.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jms/pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>fcrepo-jms</artifactId>
<name>${project.artifactId}</name>
<description>Fedora event publication via JMS</description>
<description>The Fedora Commons repository JMS module: Provides repository event publication via Java Message Service.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-kernel/pom.xml
Expand Up @@ -9,7 +9,7 @@

<artifactId>fcrepo-kernel</artifactId>
<name>${project.artifactId}</name>
<description>The Fedora Repository kernel</description>
<description>The Fedora Commons repository kernel: Provides the basic abstractions at the heart of the Fedora information architecture and machinery for manipulating them.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-metrics/pom.xml
Expand Up @@ -9,7 +9,7 @@

<artifactId>fcrepo-metrics</artifactId>
<name>${project.artifactId}</name>
<description>Fedora metrics reporting</description>
<description>The Fedora Commons repository metrics module: Provides internal repository metrics reporting.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-rss/pom.xml
Expand Up @@ -8,7 +8,7 @@

<artifactId>fcrepo-rss</artifactId>
<name>${project.artifactId}</name>
<description>Provides an RSS feed of repository events</description>
<description>The Fedora Commons repository RSS module: Provides a limited RSS feed of repository events.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-transform/pom.xml
Expand Up @@ -9,7 +9,7 @@

<artifactId>fcrepo-transform</artifactId>
<name>${project.artifactId}</name>
<description>Fedora Transform</description>
<description>The Fedora Commons repository transformations module: Provides facilities to use SPARQL or LDPath to tranform repository RDF into desired forms.</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
4 changes: 3 additions & 1 deletion fcrepo-webhooks/pom.xml
Expand Up @@ -9,7 +9,9 @@

<artifactId>fcrepo-webhooks</artifactId>
<name>${project.artifactId}</name>
<description>Fedora web hooks</description>
<description>The Fedora Commons repository Webhooks module: Provides the ability for a Fedora Commons repository to accept Webhooks for workflow automation.

See: http://en.wikipedia.org/wiki/Webhook</description>
<packaging>bundle</packaging>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -10,7 +10,12 @@
<artifactId>fcrepo</artifactId>
<version>4.0.0-alpha-3-SNAPSHOT</version>
<name>fcrepo4</name>
<description>Parent project for fcrepo4</description>
<description>Parent project for Fedora Commons 4</description>
<organization>
<name>DuraSpace, Inc.</name>
<url>http://www.duraspace.org/</url>
</organization>
<inceptionYear>2013</inceptionYear>
<packaging>pom</packaging>
<properties>
<!-- Use ${project_name} instead of ${project.artifactId} to avoid incorrect
Expand Down Expand Up @@ -1318,11 +1323,6 @@
<timezone>-7</timezone>
</developer>
</developers>
<organization>
<name>DuraSpace, Inc.</name>
<url>http://www.duraspace.org/</url>
</organization>
<inceptionYear>2013</inceptionYear>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/futures/fcrepo4/issues</url>
Expand Down

0 comments on commit 29f4faf

Please sign in to comment.