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

Commit

Permalink
Renamed groupId to org.fcrepo as per vote.
Browse files Browse the repository at this point in the history
This is part 1 of 2 pre-3.3-release groupId name changes.
The next one will reorg the fcrepo-client and fcrepo-localservices
modules and groupIds as discussed on the dev list.
  • Loading branch information
Chris Wilper committed Nov 25, 2009
1 parent 96476a7 commit d6976ec
Show file tree
Hide file tree
Showing 1,727 changed files with 296 additions and 296 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fedorarepo</groupId>
<artifactId>fedorarepo-admin-client</artifactId>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-admin-client</artifactId>
<packaging>jar</packaging>
<version>3.3-SNAPSHOT</version>
<name>Fedora Admin Client</name>
<url>http://duraspace.org</url>

<parent>
<groupId>org.fedorarepo</groupId>
<artifactId>fedorarepo</artifactId>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>3.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down Expand Up @@ -152,8 +152,8 @@
lib.wsdl4j
-->
<dependency>
<groupId>org.fedorarepo</groupId>
<artifactId>fedorarepo-server</artifactId>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-server</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down Expand Up @@ -242,37 +242,37 @@
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.fedorarepo</groupId>
<groupId>org.fcrepo</groupId>
<artifactId>axis</artifactId>
<version>1.3-PATCHED</version>
</dependency>
<dependency>
<groupId>org.fedorarepo</groupId>
<groupId>org.fcrepo</groupId>
<artifactId>jai_codec</artifactId>
<version>1.1.2_01</version>
</dependency>
<dependency>
<groupId>org.fedorarepo</groupId>
<groupId>org.fcrepo</groupId>
<artifactId>jai_core</artifactId>
<version>1.1.2_01</version>
</dependency>
<dependency>
<groupId>org.fedorarepo</groupId>
<groupId>org.fcrepo</groupId>
<artifactId>mulgara-core</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.fedorarepo</groupId>
<groupId>org.fcrepo</groupId>
<artifactId>openrdf-sesame-onejar</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.fedorarepo</groupId>
<groupId>org.fcrepo</groupId>
<artifactId>sunxacml</artifactId>
<version>1.2-PATCHED</version>
</dependency>
<dependency>
<groupId>org.fedorarepo</groupId>
<groupId>org.fcrepo</groupId>
<artifactId>trippi-core</artifactId>
<version>1.4.1</version>
</dependency>
Expand Down
Loading

0 comments on commit d6976ec

Please sign in to comment.