Skip to content

Commit 0f2f7e5

Browse files
author
Tareq Abedrabbo
committed
SWS-553 - Upgrade XMLBeans to 2.4.0
1 parent b87164e commit 0f2f7e5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

oxm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
</dependency>
179179
<!-- XMLBeans -->
180180
<dependency>
181-
<groupId>xmlbeans</groupId>
182-
<artifactId>xbean</artifactId>
181+
<groupId>org.apache.xmlbeans</groupId>
182+
<artifactId>xmlbeans</artifactId>
183183
<optional>true</optional>
184184
</dependency>
185185
<!-- JiBX -->

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@
365365
</dependency>
366366
<!-- XMLBeans -->
367367
<dependency>
368-
<groupId>xmlbeans</groupId>
369-
<artifactId>xbean</artifactId>
370-
<version>2.2.0</version>
368+
<groupId>org.apache.xmlbeans</groupId>
369+
<artifactId>xmlbeans</artifactId>
370+
<version>2.4.0</version>
371371
</dependency>
372372
<!-- JiBX -->
373373
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@
312312
<outputDirectory>${project.build.directory}/dependency/jaxb/</outputDirectory>
313313
</artifactItem>
314314
<artifactItem>
315-
<groupId>xmlbeans</groupId>
316-
<artifactId>xbean</artifactId>
317-
<version>2.2.0</version>
315+
<groupId>org.apache.xmlbeans</groupId>
316+
<artifactId>xmlbeans</artifactId>
317+
<version>2.4.0</version>
318318
<outputDirectory>${project.build.directory}/dependency/xmlbeans/</outputDirectory>
319319
</artifactItem>
320320
<!-- JiBX -->

0 commit comments

Comments
 (0)