]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6636: Cleaning up Maven warnings.
authorremillet <remillet@yahoo.com>
Fri, 1 May 2015 17:32:43 +0000 (10:32 -0700)
committerremillet <remillet@yahoo.com>
Fri, 1 May 2015 17:32:43 +0000 (10:32 -0700)
139 files changed:
services/IntegrationTests/pom.xml
services/PerformanceTests/pom.xml
services/account/pom.xml
services/account/service/pom.xml
services/acquisition/client/pom.xml
services/acquisition/pom.xml
services/acquisition/service/pom.xml
services/authentication/client/pom.xml
services/authentication/jaxb/pom.xml
services/authentication/pom.xml
services/authentication/pstore/pom.xml
services/authority/jaxb/pom.xml
services/authority/pom.xml
services/authority/profiles.xml [deleted file]
services/authority/service/pom.xml
services/authorization-mgt/service/pom.xml
services/authorization/jaxb/pom.xml
services/authorization/pstore/pom.xml
services/batch/3rdparty/nuxeo-platform-cs-batch/pom.xml
services/batch/3rdparty/pom.xml
services/batch/client/pom.xml
services/batch/service/pom.xml
services/batch/service/profiles.xml [deleted file]
services/blob/client/pom.xml
services/blob/service/pom.xml
services/blob/service/profiles.xml [deleted file]
services/citation/client/pom.xml
services/citation/jaxb/pom.xml
services/citation/service/pom.xml
services/collectionobject/client/pom.xml
services/collectionobject/jaxb/pom.xml
services/collectionobject/service/pom.xml
services/common-test/pom.xml
services/concept/client/pom.xml
services/concept/jaxb/pom.xml
services/concept/pom.xml
services/concept/service/pom.xml
services/conditioncheck/client/pom.xml
services/conditioncheck/jaxb/pom.xml
services/conditioncheck/pom.xml
services/conditioncheck/service/pom.xml
services/conditioncheck/service/profiles.xml [deleted file]
services/contact/client/pom.xml
services/contact/pom.xml
services/contact/service/pom.xml
services/contact/service/profiles.xml [deleted file]
services/dimension/3rdparty/pom.xml
services/dimension/client/pom.xml
services/dimension/service/pom.xml
services/dimension/service/profiles.xml [deleted file]
services/group/client/pom.xml
services/group/jaxb/pom.xml
services/group/pom.xml
services/group/service/pom.xml
services/group/service/profiles.xml [deleted file]
services/id/pom.xml
services/id/service/pom.xml
services/imports/3rdparty/nuxeo-platform-cs-imports/pom.xml
services/imports/3rdparty/pom.xml
services/imports/jaxb/pom.xml
services/imports/pom.xml
services/imports/service/pom.xml
services/imports/service/profiles.xml [deleted file]
services/intake/client/pom.xml
services/intake/jaxb/pom.xml
services/intake/pom.xml
services/intake/service/pom.xml
services/intake/service/profiles.xml [deleted file]
services/loanin/client/pom.xml
services/loanin/jaxb/pom.xml
services/loanin/pom.xml
services/loanin/service/pom.xml
services/loanin/service/profiles.xml [deleted file]
services/loanout/client/pom.xml
services/loanout/jaxb/pom.xml
services/loanout/pom.xml
services/loanout/service/pom.xml
services/loanout/service/profiles.xml [deleted file]
services/location/client/pom.xml
services/location/jaxb/pom.xml
services/location/pom.xml
services/location/service/pom.xml
services/media/client/pom.xml
services/media/jaxb/pom.xml
services/media/service/pom.xml
services/media/service/profiles.xml [deleted file]
services/movement/client/pom.xml
services/movement/jaxb/pom.xml
services/movement/pom.xml
services/movement/service/pom.xml
services/movement/service/profiles.xml [deleted file]
services/note/service/profiles.xml [deleted file]
services/objectexit/client/pom.xml
services/objectexit/jaxb/pom.xml
services/objectexit/service/pom.xml
services/objectexit/service/profiles.xml [deleted file]
services/organization/client/pom.xml
services/organization/jaxb/pom.xml
services/organization/pom.xml
services/organization/service/pom.xml
services/person/client/pom.xml
services/person/jaxb/pom.xml
services/person/pom.xml
services/person/service/pom.xml
services/place/client/pom.xml
services/place/jaxb/pom.xml
services/place/pom.xml
services/place/service/pom.xml
services/publicitem/3rdparty/nuxeo-platform-cs-publicitem/pom.xml
services/publicitem/service/pom.xml
services/publicitem/service/profiles.xml [deleted file]
services/query/pom.xml
services/query/service/pom.xml
services/relation/client/pom.xml
services/relation/service/pom.xml
services/report/client/pom.xml
services/report/service/pom.xml
services/report/service/profiles.xml [deleted file]
services/security/client/pom.xml
services/servicegroup/client/pom.xml
services/servicegroup/service/pom.xml
services/taxonomy/client/pom.xml
services/taxonomy/jaxb/pom.xml
services/taxonomy/pom.xml
services/taxonomy/service/pom.xml
services/valuationcontrol/client/pom.xml
services/valuationcontrol/service/pom.xml
services/valuationcontrol/service/profiles.xml [deleted file]
services/vocabulary/client/pom.xml
services/vocabulary/jaxb/pom.xml
services/vocabulary/service/pom.xml
services/work/client/pom.xml
services/work/jaxb/pom.xml
services/work/service/pom.xml
services/workflow/3rdparty/nuxeo-platform-cs-workflow/pom.xml
services/workflow/3rdparty/pom.xml
services/workflow/client/pom.xml
services/workflow/pom.xml
services/workflow/service/pom.xml

index 741d64810694c907c6b4d05b0ae816745f546f5f..464eb4e51c259b849a565042c07ece9593ebad5a 100644 (file)
@@ -31,8 +31,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.client</artifactId>
index d3bbc7ab9de4d3ad91ce42ddd3a194bf574af206..bd24da3f42c46397221ca6ecdd509ee6872a0483 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.PerformanceTests</artifactId>
     <packaging>jar</packaging>
     <name>services.PerformanceTests</name>
@@ -37,8 +36,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>        
+            </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.collectionobject.jaxb</artifactId>
@@ -91,8 +89,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index 28987a60cbbbddd5d50b5d07fe687152efc378d5..e091777694f984a36f832694bb5ba5f62308b01f 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.account</artifactId>
     <name>services.account</name>
     <packaging>pom</packaging>
index 37624b54c864338c5c6649d44e8b68b064bf4a50..a545ebe3af007c3bcfe54b17290e94e2ecd3d671 100644 (file)
@@ -28,7 +28,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index 2d628cfc051c2bedc32f1c03547692568ee28c4c..8ce7ef314bd996f43d37c68d02c62e10f2c4dbc7 100644 (file)
@@ -78,7 +78,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 39e4bdd93b4cd587883d0f246e9109069f2fdd0c..f56bb70923d51bcb006175b418647beda25bc8c4 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.acquisition</artifactId>
     <name>services.acquisition</name>
     <packaging>pom</packaging>
index dbd8e25f195df29309c8ecb5acc4259a2f199826..84b9d1a10698a8bffd6330a6beeb67849bdb7157 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.acquisition.service</artifactId>
     <name>services.acquisition.service</name>
     <packaging>jar</packaging>    
@@ -16,8 +15,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.acquisition.jaxb</artifactId>
index 5dd48b4e35a11c774c69a44cd7fe6bc4ce556667..caa61e378b4dfd99d738e339c9a25f05635c3dc0 100644 (file)
@@ -10,7 +10,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authentication.client</artifactId>
     <name>services.authentication.client</name>
     
index e626a68b5e04546b996815a012de3aaf40520727..af9181de5ce3f7bc2f68689b0af7b88b7147dbf4 100644 (file)
@@ -10,7 +10,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authentication.jaxb</artifactId>
     <name>services.authentication.jaxb</name>
     
index 766c894c75842c491ac8ec1330426f72f01dcc2a..ec7966169aa9471121bb7f69e086f7e402d4cd58 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authentication</artifactId>
     <name>services.authentication</name>
     <packaging>pom</packaging>
index 899f3f447c2cc04cd0171a1f8c683cc63bd96215..2d436359efe786f4e1a6cfa9d4749cbbc9b555d9 100644 (file)
@@ -10,7 +10,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authentication.pstore</artifactId>
     <name>services.authentication.pstore</name>
 
index 688aad0433eaf22e48ad9be35248251c486c0666..e2d8c9e8c4a87ece309f187842860c3973810fee 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authority.jaxb</artifactId>
     <name>services.authority.jaxb</name>
     
index 382184e7f590a5342ec522de70e1634f4a8247b0..a2b3f29da49fe910ddff48efc23396c38bf05d05 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authority</artifactId>
     <name>services.authority</name>
     <packaging>pom</packaging>
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/services/authority/profiles.xml b/services/authority/profiles.xml
deleted file mode 100644 (file)
index 9514faa..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" 
-                               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                               xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 91eadeb8d94fcc61c9feafb22d4465e90d9bcca1..630d5d28c5feb8d950caf50bc6de2ed0830a863d 100644 (file)
@@ -37,7 +37,6 @@
                <dependency>
                        <groupId>org.collectionspace.services</groupId>
                        <artifactId>org.collectionspace.services.common</artifactId>
-                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.collectionspace.services</groupId>
                        <artifactId>nuxeo-core-io</artifactId>
                        <version>${nuxeo.core.version}</version>
                </dependency>
-               <!-- <dependency> <groupId>org.nuxeo.ecm.core</groupId> <artifactId>nuxeo-core-facade</artifactId> 
-                       <version>${nuxeo.core.version}</version> </dependency> -->
-               <dependency>
-                       <groupId>org.nuxeo.ecm.core</groupId>
-                       <artifactId>nuxeo-core-io</artifactId>
-                       <version>${nuxeo.core.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.nuxeo.runtime</groupId>
                        <artifactId>nuxeo-runtime-osgi</artifactId>
index 664a3c193ebe3dc57c5b840fee8e2867c28b03ba..03df56c44bb1a3906d4fdeab85a403857e11e864 100644 (file)
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
     </dependencies>
 
     <build>
index 845dec84a13662c8dffb5cbd9bd97fd0dd4e2c7e..f929de4cf55fdbe54fd1fe96fde3a53eb4b9c37d 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authorization.jaxb</artifactId>
     <name>services.authorization.jaxb</name>
     <properties>
index 88d0cdd9145460bf5b8ac1aac6cd8536de886ceb..e39d07df96f63d059f8df2e89e31c9bb2d2b12a3 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.authorization.pstore</artifactId>
     <name>services.authorization.pstore</name>
     <properties>
index dd7afa70154ecbb2f416ebb10a7c8148a21e1817..9ceb93619737e602f78d70e364ae623efb410005 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.batch.3rdparty.nuxeo</artifactId>
     <name>services.batch.3rdparty.nuxeo</name>
     <packaging>jar</packaging>
index d829c59966e096a525a79f0edcfe170673017e88..8c0fbb417b2a46849d1ae886887a50dd1c445abe 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.batch.3rdparty</artifactId>
     <name>services.batch.3rdparty</name>
     <packaging>pom</packaging>
index a8fe5e1af1972400ebd931c728f44ea194698e7e..d0196cfb5db75de902dd032987eee2284cba6d8b 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.batch.client</artifactId>
     <name>services.batch.client</name>
     
@@ -41,7 +40,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -85,7 +83,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 902744c2f41a98408445cabe8ee256fc0165ef04..ccb943b1a6afb350c1f0336a141a2090cdd2218c 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.batch.service</artifactId>
     <name>services.batch.service</name>
     <packaging>jar</packaging>       
@@ -22,7 +21,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/batch/service/profiles.xml b/services/batch/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 43fb5d4851e8fe4734f9ace9bab701e4e3a79ac2..8a99b773dc973d1bfb4f36eac811f8c461720453 100644 (file)
@@ -87,7 +87,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 84530b5cacff542e2691df729b3fdc249b5dad99..cf80a45d2318f44a673a9ee1c7636d5a1c69b25c 100644 (file)
@@ -17,7 +17,6 @@
                <dependency>
                        <groupId>org.collectionspace.services</groupId>
                        <artifactId>org.collectionspace.services.common</artifactId>
-                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.collectionspace.services</groupId>
diff --git a/services/blob/service/profiles.xml b/services/blob/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 9de54ec881589ea28ec6d6da8cafad1d1a3b8493..3acef7a3cc9d9688f2420d649d1f6c51092f8253 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.citation.client</artifactId>
     <name>services.citation.client</name>
     
@@ -38,8 +37,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>        
+            </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.citation.jaxb</artifactId>
index 274dfd7374f9c16e2cdd6f0a06348ffbe8358411..c44197039d6cdc10c34fcd360813a36895278c4a 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.citation.jaxb</artifactId>
     <name>services.citation.jaxb</name>
 
@@ -17,8 +16,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.jaxb</artifactId>
index 905d210df8f7bc30e18a6f1ad5a9dee7bcea35af..7e85b09ca93e62746838ef21165c6dfac007a07d 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.citation.service</artifactId>
     <name>services.citation.service</name>
     <packaging>jar</packaging>
@@ -25,8 +24,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.authority.service</artifactId>
index ce9055c348e89781d625eaf361b3144c2265ad1e..135d822e32630606c125e13ee4f22729cefd5465 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.collectionobject.client</artifactId>
     <name>services.collectionobject.client</name>
     
@@ -33,8 +32,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>        
+            </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.authority.jaxb</artifactId>
@@ -84,8 +82,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index ec926d4086cc582d807839158ef2d47b8b3ef1b4..308190f7649f1f3257704fae477bd2ba14214fa3 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.collectionobject.jaxb</artifactId>
     <name>services.collectionobject.jaxb</name>
     
index 8a07fcd7287bc520ce1754ba3e89bfafd8b20640..b9ce154cb9b6f84809edb9977e625bf589cf7410 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.collectionobject.service</artifactId>
     <name>services.collectionobject.service</name>
     <packaging>jar</packaging>
@@ -25,8 +24,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.client</artifactId>
index 3e634a618dcd2cf86c0849d09895a42b780e9854..c4265c99bda59334afc42d88f97622ebed67a439 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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>
     <parent>
         <artifactId>org.collectionspace.services.main</artifactId>
         <groupId>org.collectionspace.services</groupId>
         <version>4.2-SNAPSHOT</version>
     </parent>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.common-test</artifactId>
     <name>services.common-test</name>
     <url>http://maven.apache.org</url>
index d8ceeed75ce803d37408d38d153a24ad06c61f06..9993a06c01f6a7ae3f5e198558bf303f620b5c9f 100644 (file)
@@ -32,8 +32,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>        
+            </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.concept.jaxb</artifactId>
index 872895f825b7258a7750629e04577a9e156e0e18..6d5603aace8118e8cf75e28dd1b63ae1efb9da9e 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.concept.jaxb</artifactId>
     <name>services.concept.jaxb</name>
 
@@ -17,8 +16,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.jaxb</artifactId>
index 1eafe51277849a6e2e4ad08af46a0108e66b1302..33a970551f37bc1c98e5f01e74f6f60f9c860869 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.concept</artifactId>
     <name>services.concept</name>
     <packaging>pom</packaging>
index 6ea4dca2f172c7d8e7acc6bd40f14529d254ec30..6fe3fbf962326d982d96e00109b4a352629ed1cf 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.concept.service</artifactId>
     <name>services.concept.service</name>
     <packaging>jar</packaging>
@@ -25,8 +24,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.concept.jaxb</artifactId>
index e890f80eb7f521b1beafc087765b5e79c96a7bb7..54dbb9eb1a5ea37a80ea1a27e3ece33f27e5e38c 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.conditioncheck.client</artifactId>
     <name>services.conditioncheck.client</name>
     
@@ -41,8 +40,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.client</artifactId>
@@ -85,8 +83,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index 127c6060f6cd50d170b2576642f4f9fb37843b16..d444868601e77e9b8ec589274b5eb8b6bdd52509 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.conditioncheck.jaxb</artifactId>
     <name>services.conditioncheck.jaxb</name>
     
index 84a4dd866101d4cd6572bd9c478aff6e1a85244a..5d70168d28b31523d02e8ec567bcc56b57882d97 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.conditioncheck</artifactId>
     <name>services.conditioncheck</name>
     <packaging>pom</packaging>
index 935799963dd6757e2758f29bff77a805342d8d28..b353df5a584d1f339401af6c40eaafeff31a77cd 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.conditioncheck.service</artifactId>
     <name>services.conditioncheck.service</name>
     <packaging>jar</packaging>       
@@ -17,8 +16,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.conditioncheck.jaxb</artifactId>
@@ -87,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/conditioncheck/service/profiles.xml b/services/conditioncheck/service/profiles.xml
deleted file mode 100644 (file)
index 7c9dc96..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
index 04f8946c36180b7de7fe0893b689132940f49de8..b77bcbd507547f86047e69ebe07377a14c77154b 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.contact.client</artifactId>
     <name>services.contact.client</name>
     
@@ -67,7 +66,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index d79feacce8de0de198bfb68e43c0974fa1acb8ed..2ab558a284ca62c468342f400264c39219036246 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.contact</artifactId>
     <name>services.contact</name>
     <packaging>pom</packaging>
index eb3a67df891449fc1ca0be24fdd5e4ef2c9aca1f..c372ef24d72e232e7355c60258126defa7f4bbb2 100644 (file)
@@ -26,7 +26,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
diff --git a/services/contact/service/profiles.xml b/services/contact/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 3926d94a9eb04fbd1d6940e630e1c3c1c3f47db9..76071ac6113d220035c34a1b51201c0df1b1b783 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.dimension.3rdparty</artifactId>
     <name>services.dimension.3rdparty</name>
     <packaging>pom</packaging>
index 0de2c9dad971ae70e818b33efed8e54fa43398d4..19bcca4658b8cd1778619effe11ca33b0c57444d 100644 (file)
@@ -37,8 +37,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <!-- 
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index e59f30aaf37536af8693b46d02672cd34a5e158c..74d5759040261219197f182b307735681c22f680 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.dimension.service</artifactId>
     <name>services.dimension.service</name>
     <packaging>jar</packaging>
@@ -18,7 +17,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -87,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/dimension/service/profiles.xml b/services/dimension/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index fd85ec01de29f2599a2b250f4e40fadfd4691abd..2bb083d9788fb4af2e83c609a70342e0aef273f0 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.group.client</artifactId>
     <name>services.group.client</name>
     
@@ -41,7 +40,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -85,7 +83,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 9904d61b8235aa034e7d3dde614395529355b18e..af23d343402a9c5331238cae425ffabdedf3f4c5 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.group.jaxb</artifactId>
     <name>services.group.jaxb</name>
     
index 902f208db6ddb4626d1e21076eeae9e80c2a5563..fcd18914c7e5f260129728ae1ffd1e7afb9c0455 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.group</artifactId>
     <name>services.group</name>
     <packaging>pom</packaging>
index 2822f3d7bb62b8ab6216e629191d24de4f84e7a8..1c1dde052aa5d9f101d4450950e17a17d03c1451 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.group.service</artifactId>
     <name>services.group.service</name>
     <packaging>jar</packaging>       
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -87,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/group/service/profiles.xml b/services/group/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index a67f284aa302f67bc9a9deb6b7e76b4c27984a62..4dd6c0fbe80737801e3273691bc12ec5a008c75f 100644 (file)
@@ -27,7 +27,6 @@
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.collectionspace.services</groupId>
   <artifactId>org.collectionspace.services.id</artifactId>
   <name>services.id</name>
   <packaging>pom</packaging>
index c1b6fe0c43ca902904bc08cde1ab48db655eecca..d069de2be70bce013357922a7d99b5ef559ad743 100644 (file)
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.collectionspace.services</groupId>
       <artifactId>org.collectionspace.services.common</artifactId>
-      <version>${project.version}</version>
     </dependency>
 
     <!-- JUnit, a testing framework. -->
index 6d827860c6c686a44f5c4ebf1dc6f2028e683d70..7ef10eaed2d49e9fcb37e9ecf3c864d6e181e1a6 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.imports.3rdparty.nuxeo</artifactId>
     <name>services.imports.3rdparty.nuxeo</name>
     <packaging>jar</packaging>
index 614d267b3dfc1450027c3bda21f8eff5f4a1b702..57787b89c298b4b438c79d379b7fe302877168e4 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.imports.3rdparty</artifactId>
     <name>services.imports.3rdparty</name>
     <packaging>pom</packaging>
index 6a403f650a28c208ee24a1adb96854298c8da7c6..5203dfda26f2e3d6727c644329a1643ab22f45c3 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.imports.jaxb</artifactId>
     <name>services.imports.jaxb</name>
     
index 343ae0af029c3a6064174f12856b9722cb08f47b..5c472e307141f2d4bb2f60f23a13d8dec9e68a58 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.imports</artifactId>
     <name>services.imports</name>
     <packaging>pom</packaging>
index 6a5e4afc5299cafd9cef4683ce9fbb074cc83a8e..9ef60a7b85b49655f110e2c2763d1a9ffbe3413d 100644 (file)
@@ -21,7 +21,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/imports/service/profiles.xml b/services/imports/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 04ce160e7c2f4b9bdc98ac01d02dac31b62e2f24..187d0a83fca7dca40527cc46325f4febbbf97c70 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.intake.client</artifactId>
     <name>services.intake.client</name>
     
@@ -41,7 +40,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -90,7 +88,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 44c8228a84d0b28001512903b3993b8e413c0c34..133c653336a66870dabf47ce41c1d13b37ef318a 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.intake.jaxb</artifactId>
     <name>services.intake.jaxb</name>
     
index b98e309e561deeecc3bfba09b7ebce5c48afb6bc..6f352cc263a7d5e97537233fd75566564dd920ee 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.intake</artifactId>
     <name>services.intake</name>
     <packaging>pom</packaging>
index 74a2debfa7fab32e9d0c6f4b2bc241dfec454f76..61bdac0565bb27a538fc6a48d14c37f62669c734 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.intake.service</artifactId>
     <name>services.intake.service</name>
     <packaging>jar</packaging>       
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -92,7 +90,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>       
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/intake/service/profiles.xml b/services/intake/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index e536d57b0cb23d7c7033262c6b2d205bbc8fe2a8..e24956c40d9cac30ad23efbeabcf315e4955b2c0 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanin.client</artifactId>
     <name>services.loanin.client</name>
     
@@ -35,8 +34,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.client</artifactId>
@@ -84,8 +82,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index c849b302fc525a23787131f4a8a9ac6b6a7cc0c4..26a0eab5455d7848da8594b34a83bd523212fd39 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanin.jaxb</artifactId>
     <name>services.loanin.jaxb</name>
     
index 6637a52e842c7aee853e56a67a14dbb647ffcbf2..22e9c640a9f2f74100555cf0f2eb1e4d198d006a 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanin</artifactId>
     <name>services.loanin</name>
     <packaging>pom</packaging>
index 0fef1694c2c76d569ad29e87eb83efeefdce14bc..cd5ebfb90cd315cb2c3ffe4ce5c2c1c2c263d0b2 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanin.service</artifactId>
     <name>services.loanin.service</name>
     <packaging>jar</packaging>       
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -87,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/loanin/service/profiles.xml b/services/loanin/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index eba56fe45442c8a1506c88e63c899f57366169e7..8d6a4084cfd9170013bd667f6ba922e7bde1382c 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanout.client</artifactId>
     <name>services.loanout.client</name>
     
@@ -41,8 +40,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.client</artifactId>
@@ -85,8 +83,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index d3fe63f218abda1228ca15b6b479e5c64a88ddb4..ee057d2082e9a591f4d87c4098ef08685129360c 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanout.jaxb</artifactId>
     <name>services.loanout.jaxb</name>
     
index 161f7c7c260b456948623abdf6daae7ca259fb7e..b3a3c77e4d1d23bd216bc4b442b332ce679c4d1e 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanout</artifactId>
     <name>services.loanout</name>
     <packaging>pom</packaging>
index 29289fb2770152b2bc96ea77075e90db18e16356..ba47ebfccc2c2a1306ce38c6cb5e54ad6c885727 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.loanout.service</artifactId>
     <name>services.loanout.service</name>
     <packaging>jar</packaging>       
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -82,7 +80,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/loanout/service/profiles.xml b/services/loanout/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 0f2fd2dd3d62276ad6c23dff1ef129698b4d6334..7f3f1c4fda80f110ff443cc12757724cc3a98611 100644 (file)
@@ -32,7 +32,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index d827ef6889e98d314dbcd33740266dd6f0cc9685..1b4b4d7f5daa60f39607140acff414bd3abe9ab2 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.location.jaxb</artifactId>
     <name>services.location.jaxb</name>
 
@@ -17,8 +16,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.jaxb</artifactId>
index 2f512df129a07d23fb4eb4cc6b55aac5b50324ee..65b9a7b4d0ec1b20112595bbe1a9fb61552105ad 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.location</artifactId>
     <name>services.location</name>
     <packaging>pom</packaging>
index 5eb04149a3b61e01e181c6a30497db7fed023963..24cbb9742422d98818d135657ce6ef4a29622cd2 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.location.service</artifactId>
     <name>services.location.service</name>
     <packaging>jar</packaging>
@@ -25,8 +24,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.location.jaxb</artifactId>
index 688555b6a66a5df272da45d6d8aead3a596e1060..3c314e48a35c41856980a5df3e2623ba8d79bb7e 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.media.client</artifactId>
     <name>services.media.client</name>
     
@@ -41,7 +40,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -90,7 +88,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index f95741b455442500548fcf0e7fea0edd549f08c3..94373ceecbd730599f0242af7dd9113f4b2684ae 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.media.jaxb</artifactId>
     <name>services.media.jaxb</name>
     
index 6a895f9cbb65b47b6a746bbef41bf71eee2cf4b5..0592cb919072c2d3f499b1f7b6d72a123f00b579 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.media.service</artifactId>
     <name>services.media.service</name>
     <packaging>jar</packaging>       
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -97,7 +95,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/media/service/profiles.xml b/services/media/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 475d52a6e29127967fb41ac76b6253d9bda3a889..b4724c246220fa1754862a9462cb9277f9e03091 100644 (file)
@@ -40,8 +40,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.client</artifactId>
@@ -85,8 +84,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index ef788ace1b84acdb2046630a751eb631771e7db5..a03ac1b8ff18369b933f6af44d48698f06c4c62d 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.movement.jaxb</artifactId>
     <name>services.movement.jaxb</name>
     
index 6de3aa5bb9fe24869f3c0647926f6f2d08e5ef71..2c985035985f370b5634d624c2b80e4199fd79ff 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.movement</artifactId>
     <name>services.movement</name>
     <packaging>pom</packaging>
index 1decaf7df6570d20beabbec3a93713684a148710..b1bd64f2b8690b5302bec09a6bebf2762a78a254 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.movement.service</artifactId>
     <name>services.movement.service</name>
     <packaging>jar</packaging>       
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -87,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/movement/service/profiles.xml b/services/movement/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
diff --git a/services/note/service/profiles.xml b/services/note/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index fdf8dcec8f794e961fa13c5683826490516a4748..d83c27beb8b59148712e6e3c73e43ddf0763490d 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.objectexit.client</artifactId>
     <name>services.objectexit.client</name>
     
@@ -41,7 +40,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -85,7 +83,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 04b3a563d920372f8f0a3285db814d14f386f0d5..5eeded1713abb8a038ae661d8f01c48106d7f65c 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.objectexit.jaxb</artifactId>
     <name>services.objectexit.jaxb</name>
     
index 5a360980fe9d6f7db4b82de4fee9dbbacc361a90..a93ccfd9a683389a5f9cf8b5138c0569216214c2 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.objectexit.service</artifactId>
     <name>services.objectexit.service</name>
     <packaging>jar</packaging>       
@@ -17,8 +16,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.objectexit.client</artifactId>
@@ -87,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/objectexit/service/profiles.xml b/services/objectexit/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index 5b3c2e32b3c0624c3357357ef53a0afdfe3db951..72d44fb3fe4cd9f89507f4027b7514c61a17dd6e 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.organization.client</artifactId>
     <name>services.organization.client</name>
     
@@ -35,8 +34,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>        
+            </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.client</artifactId>
@@ -79,8 +77,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index e59c2989ab7c42f6a2149300e5a81a94d63a5835..ad1a4864001688a4f3bf31b6006d1947e0ea3859 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.organization.jaxb</artifactId>
     <name>services.organization.jaxb</name>
     
@@ -17,8 +16,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.jaxb</artifactId>
index 46e47c30615d19741d4bfb1d4873329dad9d97e4..c88e016f098f3a644b6c81a79a74d7877d09020b 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.organization</artifactId>
     <name>services.organization</name>
     <packaging>pom</packaging>
index e6b5661c65225ec72eff23aeec9f4b89304375c4..0d7774ddba152ea4519cac07bdba215f9bea1902 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.organization.service</artifactId>
     <name>services.organization.service</name>
     <packaging>jar</packaging>
@@ -31,8 +30,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.organization.jaxb</artifactId>
index 1a5fabb87b7b4c260f1ed81bfd878a4e713fd5ec..0b919a9a49ac9f4a8baf42c3104b74da8c95a9a3 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.person.client</artifactId>
     <name>services.person.client</name>
     
@@ -78,8 +77,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index e2297e714cdbf6a1b782ef252bad9dc2e0873325..d8c8d87400efac1b52fdf09cb6a42bf80337b2ae 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.person.jaxb</artifactId>
     <name>services.person.jaxb</name>
 
index f2584548128197d00735f209ffbe33bd301c39a1..eb6f240cee1474e0af9b0c097f9eed632c95c35b 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.person</artifactId>
     <name>services.person</name>
     <packaging>pom</packaging>
index 17d92e629826d099efef27ac32a70cc2b22355aa..9410a1c57ca39f40903fc512d9dff4a6480af621 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.person.service</artifactId>
     <name>services.person.service</name>
     <packaging>jar</packaging>
@@ -25,7 +24,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index 195d7b68bf87f6c3791886e3d7d2e543b57e7297..6f76e207decbd1cb30db6da4c9ac620440c85397 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.place.client</artifactId>
     <name>services.place.client</name>
     
@@ -33,8 +32,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>        
+            </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.place.jaxb</artifactId>
@@ -78,8 +76,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
+            </dependency>
     </dependencies>
     
     <build>
index ef0cf622b532be02b9e23ae5f0f8f77659da5a52..af8cf8324b7c86c638d026d81b3c6dd85aa3aaf0 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.place.jaxb</artifactId>
     <name>services.place.jaxb</name>
 
@@ -17,8 +16,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
index 9eb016cb0b991528c162bf673bf1b7fab6b790a4..ece0b53dc296aa67c279d073ff89caf25608bc38 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.place</artifactId>
     <name>services.place</name>
     <packaging>pom</packaging>
index dc2465ff86543b1f74971914b571496a96fe8171..1f05fce14245a69e650b28c7ff244235f5f4209c 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.place.service</artifactId>
     <name>services.place.service</name>
     <packaging>jar</packaging>
@@ -25,8 +24,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.place.jaxb</artifactId>
index 62a2f1143ce92b31841f2014cc45ee9709715544..2ab6b18df4dc113dee25d90d23905691a5fab4dc 100644 (file)
@@ -1,4 +1,3 @@
-
 <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">
@@ -10,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.publicitem.3rdparty.nuxeo</artifactId>
     <name>services.publicitem.3rdparty.nuxeo</name>
     <packaging>jar</packaging>
index 5a069fac10fefa3d6b84c928f43e7a5496236fc7..5996234911e45c09f77299634fc761955e519b42 100644 (file)
@@ -16,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
diff --git a/services/publicitem/service/profiles.xml b/services/publicitem/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index dd72f1a2d907819f6d9c4a6a4d182ddaa1c0849b..64bfafe7138fa9029ce2362e175213aa096cd2b4 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.query</artifactId>
     <name>services.query</name>
     <packaging>pom</packaging>
@@ -16,8 +15,7 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            </dependency>
     </dependencies>
 
     <modules>
index c1dbcf5ccfafce0cccddbc3721d21018a1ff6287..1b5f3809c0206bb123d5c665b83a375a04bf1c21 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.query.service</artifactId>
     <name>services.query.service</name>
 
@@ -25,7 +24,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.testng</groupId>
index 8f0f0d72fecf13c767f5d3873d811c59daceea84..e6436d6d02229d4b275ce899a42affb872e4d2de 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.relation.client</artifactId>
     <name>services.relation.client</name>
 
@@ -78,7 +77,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
 
index a5921e68eddb27504b7abbd4883c0bfe63d905bf..c9d823ca6145ebd9de5962acc234eb1fc645b6fd 100644 (file)
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-<!--        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.relation.jaxb</artifactId>
-            <version>1.0</version>
-        </dependency> -->
-        
+            </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
index 82816f8814c74cde987c28136e2ba5ffc6addfef..61e58ddf6fefdfb5dc804b549d1100bbd670728c 100644 (file)
@@ -34,8 +34,7 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
-        </dependency>        
+            </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.report.jaxb</artifactId>
index a068a6751810897836bc323dfbb76e4188acfbfc..925c58d8a40baf2b6dc76905a1d97cfd40f3e8b9 100644 (file)
@@ -27,7 +27,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -97,7 +96,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/report/service/profiles.xml b/services/report/service/profiles.xml
deleted file mode 100644 (file)
index 347b9df..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
\ No newline at end of file
index a462c8ef4a2a72fe33d264dd43a404034f359662..141fdd2d846f09d34ce5b1c9adc5b863d50cfe02 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.security.client</artifactId>
     <name>services.security.client</name>
 
@@ -84,7 +83,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
 
index a536b0ee1876702bfda8d38c47c267bacd791a16..3516d46b27149579badee96665a9611e1d9d8ea4 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.servicegroup.client</artifactId>
     <name>services.servicegroup.client</name>
     
@@ -35,7 +34,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -74,7 +72,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index f8dad1f3315ee40fa987e90eda0662ac4454ccc1..7b6308b52baf0f390c1f2f5ace8e1fdc8b990f65 100644 (file)
@@ -21,7 +21,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -86,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
index 6036e1a2e85fdb7dc96b784c3272c4b3e67bb31e..3705d6492edebcff9ec6270d75992e56e2eccff8 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.taxonomy.client</artifactId>
     <name>services.taxonomy.client</name>
     
@@ -33,7 +32,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -82,7 +80,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 029172fb2ad3599cdccb9d2023514e5656e5243d..572921e6227630f94e1329517d110922706400a7 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.taxonomy.jaxb</artifactId>
     <name>services.taxonomy.jaxb</name>
 
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index 486ec2f0d4f0afe7df1089bd516e02d2928c14ff..8f9ed694b6e8005cbe876fff32a074f5ed457ed2 100644 (file)
@@ -1,5 +1,6 @@
 <?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:schemataxonomy="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<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/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.collectionspace.services</groupId>
         <artifactId>org.collectionspace.services.main</artifactId>
@@ -7,7 +8,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.taxonomy</artifactId>
     <name>services.taxonomy</name>
     <packaging>pom</packaging>
index 66dccf5688f9f9979221cf5e02959becca70c237..896981e0734afd69f29907e279f6be2ec4360e71 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.taxonomy.service</artifactId>
     <name>services.taxonomy.service</name>
     <packaging>jar</packaging>
@@ -25,7 +24,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index 3a8038405e187aaa09596b8e1ea491c9438ad173..912d917e184e64785e028943030b84d03159652a 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.valuationcontrol.client</artifactId>
     <name>services.valuationcontrol.client</name>
     
@@ -41,7 +40,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -85,7 +83,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index 7019e635098eff3cfbcfee9126cef205ec3ef9c7..229fdddff859200c523b7806d94d9e8b71a72173 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.valuationcontrol.service</artifactId>
     <name>services.valuationcontrol.service</name>
     <packaging>jar</packaging>       
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -87,7 +85,6 @@
         <dependency>
             <groupId>org.nuxeo.ecm.core</groupId>
             <artifactId>nuxeo-core-api</artifactId>
-            <version>${nuxeo.core.version}</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jboss-remoting</artifactId>
diff --git a/services/valuationcontrol/service/profiles.xml b/services/valuationcontrol/service/profiles.xml
deleted file mode 100644 (file)
index 7c9dc96..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
-</profilesXml>
index 538bde2bdadfd8a1b27d2c10fb77918dbc060afb..c1fa84be95d450605e8a4700bc3f9b2b89a70b4a 100644 (file)
@@ -10,7 +10,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.vocabulary.client</artifactId>
     <name>services.vocabulary.client</name>
     
@@ -67,7 +66,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index d96ef704d1a9dcf65770f6b673c9242740eb5544..f6ab13aadd7b092185562540c65465ce380eed07 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.vocabulary.jaxb</artifactId>
     <name>services.vocabulary.jaxb</name>
 
@@ -18,7 +17,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <!-- External dependencies -->
         <dependency>
index 170f6d7644af16a6d767862ea4a77cc3818d19a1..6828fcb0d548475fa3a6a4aee399bcef681c0294 100644 (file)
@@ -24,7 +24,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index 21a81d0437fd1830d3a82439a7a41fa1efbaf7ce..17a16afe9ddd08f6a808d4e326319ac921fb8f96 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.work.client</artifactId>
     <name>services.work.client</name>
     
@@ -33,7 +32,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>        
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -78,7 +76,6 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
         </dependency>
     </dependencies>
     
index ac5fda05acc364f7e19fa41002800e7caa5ab10d..c61a50949498ab6613fd61bd7e1945950cde100c 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.work.jaxb</artifactId>
     <name>services.work.jaxb</name>
 
@@ -17,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
index 075f4ce52569a2ae6531f99199910bcb4a78f5a8..c7196010ca36fcb755fa94422c705f03f87040c0 100644 (file)
@@ -7,7 +7,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.work.service</artifactId>
     <name>services.work.service</name>
     <packaging>jar</packaging>
@@ -25,7 +24,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
@@ -52,7 +50,6 @@
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
-            <version>5.6</version>
         </dependency>
         
         <!-- apache -->
index 043f9130ffaceef3144188c97c5b5f71eea2e1d6..88ff6b1528494706f49b5e1742efa9259c51bda3 100644 (file)
@@ -8,7 +8,6 @@
                <version>4.2-SNAPSHOT</version>
        </parent>
     
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.workflow.3rdparty.nuxeo</artifactId>
     <name>services.workflow.3rdparty.nuxeo</name>
     <packaging>jar</packaging>
index 44e9c3c10808040fe27f5ba680f0a6ae6c74557a..b69c5b341e74ef2abf7fe4b81439243803f4a3e4 100644 (file)
@@ -9,7 +9,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.workflow.3rdparty</artifactId>
     <name>services.workflow.3rdparty</name>
     <packaging>pom</packaging>
index fed6dfa075c5a54b6d0c6de7333dbb270d065331..6b71c27b3f63a810ba1f58f505aad0727c5c5f5c 100644 (file)
@@ -34,7 +34,6 @@
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
             <optional>true</optional>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>
index 8e668e19b6fd56add3eec51c372704abecd8ce3f..ae659e2530e3e0882f0b3466f82123f6f0ad6309 100644 (file)
@@ -8,7 +8,6 @@
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.collectionspace.services</groupId>
     <artifactId>org.collectionspace.services.workflow</artifactId>
     <name>services.workflow</name>
     <packaging>pom</packaging>
index 7a1a49f952ad821ef77c03551468ca003e0d3f09..f941ae57f44c9235687944a7bdc5a2ed684e96a3 100644 (file)
@@ -16,7 +16,6 @@
         <dependency>
             <groupId>org.collectionspace.services</groupId>
             <artifactId>org.collectionspace.services.common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.collectionspace.services</groupId>