Skip to content

Commit

Permalink
Fixes to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jan 13, 2022
1 parent a41ff92 commit ed816dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.luwrain</groupId>
<artifactId>luwrain-parent</artifactId>
<version>1.9.02</version>
<version>1.9.3</version>
</parent>
<artifactId>luwrain-io</artifactId>
<name>The LUWRAIN I/O and NLP utilities</name>
<name>LUWRAIN I/O and NLP utilities</name>
<url>https://luwrain.org/</url>
<packaging>jar</packaging>
<dependencies>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.20</version>
<version>${pdfbox.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit ed816dd

Please sign in to comment.