Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update groupId for transform module
  • Loading branch information
acoburn committed Oct 19, 2015
1 parent 87ab43c commit 933c5a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -43,6 +43,8 @@
<commons.collections.version>3.2.1</commons.collections.version>
<commons.csv.version>1.0</commons.csv.version>
<commons-lang2.version>2.4</commons-lang2.version>
<fcrepo-transform.version>4.4.1-SNAPSHOT</fcrepo-transform.version>
<fcrepo-audit.version>4.4.1-SNAPSHOT</fcrepo-audit.version>
<javax.annotation-api.version>1.2</javax.annotation-api.version>
<javax.security.jacc.version>1.5</javax.security.jacc.version>
<javax.validation.version>1.1.0.Final</javax.validation.version>
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/features.xml
Expand Up @@ -225,8 +225,7 @@
<bundle dependency="true">wrap:mvn:org.apache.marmotta/ldpath-backend-jena/${ldpath.version}</bundle>
<bundle dependency="true">wrap:mvn:org.apache.marmotta/ldpath-api/${ldpath.version}</bundle>

<!-- this anticipates that the fcrepo-transform module uses the new org.fcrepo.transform groupId, based on fcrepo-1670 -->
<bundle>mvn:org.fcrepo/fcrepo-transform/${project.version}</bundle>
<bundle>mvn:org.fcrepo.transform/fcrepo-transform/${fcrepo-transform.version}</bundle>
</feature>


Expand Down Expand Up @@ -281,7 +280,7 @@
<feature version="${project.version}">fcrepo-kernel-api</feature>
<feature version="${project.version}">fcrepo-kernel-modeshape</feature>

<bundle>mvn:org.fcrepo/fcrepo-audit/${project.version}</bundle>
<bundle>mvn:org.fcrepo/fcrepo-audit/${fcrepo-audit.version}</bundle>
</feature>

</features>

0 comments on commit 933c5a9

Please sign in to comment.