From 5cf57b9132e793616ca2dad928dcb764a3fee1a2 Mon Sep 17 00:00:00 2001
From: JCgH4164838Gh792C124B5
<43964333+JCgH4164838Gh792C124B5@users.noreply.github.com>
Date: Sat, 18 Apr 2020 15:49:44 -0400
Subject: [PATCH] WW-5067-Fix1 - Accidental change of artifactId when groupId
was changed for weld-se in original PR. This commit restores the originally
intended artifactId.
---
plugins/cdi/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml
index ae90ca277..0692c0009 100644
--- a/plugins/cdi/pom.xml
+++ b/plugins/cdi/pom.xml
@@ -48,7 +48,7 @@
org.jboss.weld.se
- weld-se-core
+ weld-se
test
diff --git a/pom.xml b/pom.xml
index 330552736..ccb6b3874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1112,7 +1112,7 @@
org.jboss.weld.se
- weld-se-core
+ weld-se
2.2.16.SP1