Fix pom.xml error: scim-tools-common should be scim-tools
diff --git a/pom.xml b/pom.xml
index 3a40f19..a376923 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,8 +131,8 @@
       </dependency>
       <dependency>
         <groupId>org.apache.directory.scim</groupId>
-        <artifactId>scim-tools-common</artifactId>
-        <version>2.23-SNAPSHOT</version>
+        <artifactId>scim-tools</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.directory.scim</groupId>
diff --git a/scim-coverage/pom.xml b/scim-coverage/pom.xml
index 76b282e..c987fbd 100644
--- a/scim-coverage/pom.xml
+++ b/scim-coverage/pom.xml
@@ -39,7 +39,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.directory.scim</groupId>
-        <artifactId>scim-tools-common</artifactId>
+        <artifactId>scim-tools</artifactId>
       </dependency>
       <dependency>
         <groupId>org.apache.directory.scim</groupId>