This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
     new ee11ded5 fixup hamcrest dependencies (#194)
ee11ded5 is described below

commit ee11ded5902ee2b68bfa59a0418a820426dd4552
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Fri Jun 9 07:56:02 2023 -0400

    fixup hamcrest dependencies (#194)
---
 maven-release-manager/pom.xml | 2 +-
 maven-release-plugin/pom.xml  | 2 +-
 pom.xml                       | 5 +++++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/maven-release-manager/pom.xml b/maven-release-manager/pom.xml
index 35dd46b1..1ca907eb 100644
--- a/maven-release-manager/pom.xml
+++ b/maven-release-manager/pom.xml
@@ -163,7 +163,7 @@
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-core</artifactId>
+      <artifactId>hamcrest</artifactId>
       <version>2.2</version>
       <scope>test</scope>
     </dependency>
diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml
index 48393d88..ecd57eb0 100644
--- a/maven-release-plugin/pom.xml
+++ b/maven-release-plugin/pom.xml
@@ -97,7 +97,7 @@
 
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-core</artifactId>
+      <artifactId>hamcrest</artifactId>
       <version>2.2</version>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index c9cb22d9..248dd094 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,6 +302,11 @@
         <artifactId>xmlunit-core</artifactId>
         <version>2.9.1</version>
       </dependency>
+      <dependency>
+        <groupId>org.hamcrest</groupId>
+        <artifactId>hamcrest-core</artifactId>
+        <version>2.2</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 

Reply via email to