Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Rename project to: fcrepo-message-consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Aug 15, 2014
1 parent bea6e80 commit bce0d67
Show file tree
Hide file tree
Showing 74 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,4 +15,5 @@ ObjectStore/
transaction.log
velocity.log
fcrepo4-data/
fcrepo4-jcrxml/
activemq-data/
Expand Up @@ -4,13 +4,13 @@

<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
<artifactId>fcrepo-message-consumer</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
</parent>

<artifactId>fcrepo-jms-indexer-core</artifactId>
<artifactId>fcrepo-message-consumer-core</artifactId>
<name>${project.artifactId}</name>
<description>Fedora JMS Indexer Core</description>
<description>Fedora Message Consumer Core</description>
<packaging>jar</packaging>

<dependencies>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
<artifactId>fcrepo-message-consumer</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-jms-indexer-elasticsearch</artifactId>
<artifactId>fcrepo-message-consumer-elasticsearch</artifactId>
<name>${project.artifactId}</name>
<description>Fedora JMS-driven indexer for Elasticsearch</description>

Expand All @@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-core</artifactId>
<artifactId>fcrepo-message-consumer-core</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
Expand Down
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
<artifactId>fcrepo-message-consumer</artifactId>
<version>4.0.0-beta-02-SNAPSHOT</version>
</parent>

<artifactId>fcrepo-jms-indexer-webapp</artifactId>
<artifactId>fcrepo-message-consumer-webapp</artifactId>
<name>${project.artifactId}</name>
<description>Fedora JMS Indexer Web Application</description>
<description>Fedora Message Consumer Web Application</description>
<packaging>war</packaging>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependencies>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jms-indexer-core</artifactId>
<artifactId>fcrepo-message-consumer-core</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -8,15 +8,15 @@
<version>4.0.0-beta-02-SNAPSHOT</version>
</parent>

<artifactId>fcrepo-jms-indexer-pluggable</artifactId>
<artifactId>fcrepo-message-consumer</artifactId>
<name>${project.artifactId}</name>
<description>Fedora JMS Indexer</description>
<description>Fedora Message Consumer</description>
<packaging>pom</packaging>

<properties>
<!-- Use ${project_name} instead of ${project.artifactId} to avoid incorrect
replacements of "fcrepo4" in child modules (for scm, site-distribution, etc -->
<project_name>fcrepo-jms-indexer-pluggable</project_name>
<project_name>fcrepo-message-consumer</project_name>

<spring.version>3.2.0.RELEASE</spring.version>
<activemq.version>5.9.1</activemq.version>
Expand All @@ -33,17 +33,17 @@
</properties>

<modules>
<module>fcrepo-jms-indexer-core</module>
<module>fcrepo-jms-indexer-webapp</module>
<module>fcrepo-jms-indexer-elasticsearch</module>
<module>fcrepo-message-consumer-core</module>
<module>fcrepo-message-consumer-webapp</module>
<module>fcrepo-message-consumer-elasticsearch</module>
</modules>

<scm>
<connection>scm:git:git://github.com/fcrepo4/${project_name}.git
</connection>
<developerConnection>scm:git:git@github.com:fcrepo4/${project_name}.git
</developerConnection>
<url>https://github.com/fcrepo4/fcrepo-jms-indexer-pluggable</url>
<url>https://github.com/fcrepo4/fcrepo-message-consumer</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit bce0d67

Please sign in to comment.