Skip to content

Commit

Permalink
Rename modules and artifactIds to be prefixed with fcrepo-
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored and Andrew Woods committed May 6, 2015
1 parent 38d0783 commit d142b43
Show file tree
Hide file tree
Showing 111 changed files with 19 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,6 @@
*.class
fcrepo4-data/
*~

# Mobile Tools for Java (J2ME)
.mtj.tmp/
Expand Down
File renamed without changes.
Expand Up @@ -9,7 +9,7 @@
<version>4.1.2-SNAPSHOT</version>
</parent>

<artifactId>audit-triplestore-web</artifactId>
<artifactId>fcrepo-audit-triplestore-web</artifactId>
<packaging>war</packaging>

<name>Web-deployed Audit System with a Triplestore backend</name>
Expand All @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>audit-triplestore</artifactId>
<artifactId>fcrepo-audit-triplestore</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
File renamed without changes.
Expand Up @@ -9,7 +9,7 @@
<version>4.1.2-SNAPSHOT</version>
</parent>

<artifactId>audit-triplestore</artifactId>
<artifactId>fcrepo-audit-triplestore</artifactId>
<packaging>bundle</packaging>

<name>Fedora Audit System with a Triplestore backend</name>
Expand Down
File renamed without changes.
Expand Up @@ -9,7 +9,7 @@
<version>4.1.2-SNAPSHOT</version>
</parent>

<artifactId>indexing-solr-web</artifactId>
<artifactId>fcrepo-indexing-solr-web</artifactId>
<packaging>war</packaging>

<name>Web-deployed Solr-based indexing system</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>indexing-solr</artifactId>
<artifactId>fcrepo-indexing-solr</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion indexing-solr/pom.xml → fcrepo-indexing-solr/pom.xml
Expand Up @@ -9,7 +9,7 @@
<version>4.1.2-SNAPSHOT</version>
</parent>

<artifactId>indexing-solr</artifactId>
<artifactId>fcrepo-indexing-solr</artifactId>
<packaging>bundle</packaging>

<name>Fedora Indexing Service with a Solr backend</name>
Expand Down
File renamed without changes.
Expand Up @@ -9,7 +9,7 @@
<version>4.1.2-SNAPSHOT</version>
</parent>

<artifactId>indexing-triplestore-web</artifactId>
<artifactId>fcrepo-indexing-triplestore-web</artifactId>
<packaging>war</packaging>

<name>Web-deployed indexing service with a Triplestore backend</name>
Expand All @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>indexing-triplestore</artifactId>
<artifactId>fcrepo-indexing-triplestore</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
File renamed without changes.
Expand Up @@ -9,10 +9,10 @@
<version>4.1.2-SNAPSHOT</version>
</parent>

<artifactId>indexing-triplestore</artifactId>
<artifactId>fcrepo-indexing-triplestore</artifactId>
<packaging>bundle</packaging>

<name>Fedora Indexing Service with a triplestore backend</name>
<name>Fedora Indexing Service with a Triplestore backend</name>
<description>Camel-based indexing service for an external triplestore</description>

<properties>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<packaging>pom</packaging>
<version>4.1.2-SNAPSHOT</version>

<name>Fedora4 Camel workflows</name>
<name>Fedora4 Camel Workflows</name>
<description>A collection of camel-based event-driven workflows</description>
<url>http://fcrepo.org</url>

Expand Down Expand Up @@ -74,12 +74,12 @@
</properties>

<modules>
<module>audit-triplestore</module>
<module>audit-triplestore-web</module>
<module>indexing-solr</module>
<module>indexing-solr-web</module>
<module>indexing-triplestore</module>
<module>indexing-triplestore-web</module>
<module>fcrepo-audit-triplestore</module>
<module>fcrepo-audit-triplestore-web</module>
<module>fcrepo-indexing-solr</module>
<module>fcrepo-indexing-solr-web</module>
<module>fcrepo-indexing-triplestore</module>
<module>fcrepo-indexing-triplestore-web</module>
</modules>

<prerequisites>
Expand Down

0 comments on commit d142b43

Please sign in to comment.