Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HullBend committed Feb 26, 2023
1 parent fe42336 commit 5b651fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hullbend</groupId>
<artifactId>jdom</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<name>com.github.hullbend:jdom</name>
<description>A slightly patched Java 8 version of jdom-1.1.3 that can also run on Java 17</description>
<url>https://github.com/HullBend/jdom-1.1.3-patched/</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/META-INF/info.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<title>JDOM</title>
<version>1.1.4, built February 19 2023</version>
<version>1.1.5, built February 26 2023</version>
<description>
JDOM is a Java-oriented object model which models XML documents.
It provides a Java-centric means of generating and manipulating
Expand Down

0 comments on commit 5b651fb

Please sign in to comment.