Skip to content

Commit

Permalink
Merge pull request #137 from spacegaier/xmlbeans-bump
Browse files Browse the repository at this point in the history
Bump xmlbeans from 2.4.0 to 3.0.0
  • Loading branch information
spacegaier authored Nov 12, 2021
2 parents 5cc51fc + 71f2268 commit 0953384
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion WoPeD-BeanBpel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
Expand Down
2 changes: 1 addition & 1 deletion WoPeD-BeanConfiguration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
Expand Down
2 changes: 1 addition & 1 deletion WoPeD-BeanMetric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
Expand Down
2 changes: 1 addition & 1 deletion WoPeD-BeanPnml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
Expand Down
2 changes: 1 addition & 1 deletion WoPeD-CommonLibs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.3.0</version>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
Expand Down
2 changes: 1 addition & 1 deletion WoPeD-Configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
<version>3.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 0953384

Please sign in to comment.