diff --git a/dspace-oai/pom.xml b/dspace-oai/pom.xml index 7f1cc42fdf..e80211f923 100644 --- a/dspace-oai/pom.xml +++ b/dspace-oai/pom.xml @@ -1,4 +1,3 @@ - 4.0.0 dspace-oai @@ -10,9 +9,13 @@ dspace-parent org.dspace 3.0-rc2-SNAPSHOT + .. + + ${basedir}/../${filters.file} + org.apache.maven.plugins @@ -42,18 +45,6 @@ - - - - dspace.config - - - - - ${dspace.config} - - - oracle-support diff --git a/dspace/modules/oai/pom.xml b/dspace/modules/oai/pom.xml index d83b2b7935..10df39b4dc 100644 --- a/dspace/modules/oai/pom.xml +++ b/dspace/modules/oai/pom.xml @@ -1,21 +1,20 @@ - 4.0.0 + org.dspace.modules + oai + war + DSpace OAI 2.0 :: Local Customizations + + This project allows you to overlay your own local OAI customizations + on top of the default OAI 2.0 web application provided with DSpace. + + modules org.dspace 3.0-rc2-SNAPSHOT .. - org.dspace.modules - oai - war - DSpace OAI 2.0 :: Local Customizations - http://www.lyncode.com - - This project allows you to overlay your own local OAI customizations - on top of the default OAI 2.0 web application provided with DSpace. - @@ -47,18 +46,6 @@ - - - - dspace.config - - - - - ${dspace.config} - - - oracle-support @@ -77,6 +64,10 @@ + + org.dspace.modules + additions + org.dspace dspace-oai diff --git a/dspace/pom.xml b/dspace/pom.xml index ac341514e8..a491ac76d4 100644 --- a/dspace/pom.xml +++ b/dspace/pom.xml @@ -83,17 +83,19 @@ - + org.dspace dspace-oai jar classes + javax.servlet servlet-api - provided