Skip to content

Commit dd4937b

Browse files
authored
Merge pull request #32 from bstansberry/Issue_31
[Issue_31] Use org.jboss.spec.jakarta.el as the groupId
2 parents ffe0c9a + 16fd70e commit dd4937b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

api/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<groupId>jakarta.el</groupId>
25+
<groupId>org.jboss.spec.jakarta.el</groupId>
2626
<artifactId>el-parent</artifactId>
27-
<version>6.0.1-jbossorg-1-SNAPSHOT</version>
27+
<version>6.0.1.Final-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

31-
<groupId>jakarta.el</groupId>
3231
<artifactId>jakarta.el-api</artifactId>
3332
<packaging>jar</packaging>
3433

@@ -44,7 +43,7 @@
4443
<extensionName>jakarta.el</extensionName>
4544
<bundle.symbolicName>jakarta.el-api</bundle.symbolicName>
4645
<vendorName>Eclipse Foundation</vendorName>
47-
<implementation.vendorName>JBoss by Red Hat</implementation.vendorName>
46+
<implementation.vendorName>WildFly</implementation.vendorName>
4847
<version.org.glassfish.jakarta.el>5.0.0</version.org.glassfish.jakarta.el>
4948
<version.org.junit.jupiter>5.11.0</version.org.junit.jupiter>
5049
</properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<version>51</version>
2828
</parent>
2929

30-
<groupId>jakarta.el</groupId>
30+
<groupId>org.jboss.spec.jakarta.el</groupId>
3131
<artifactId>el-parent</artifactId>
3232
<packaging>pom</packaging>
33-
<version>6.0.1-jbossorg-1-SNAPSHOT</version>
33+
<version>6.0.1.Final-SNAPSHOT</version>
3434

3535
<name>WildFly Jakarta Expression Language API -- Parent</name>
3636
<description>Jakarta Expression Language API for use in a WildFly server</description>

0 commit comments

Comments
 (0)