Skip to content

Commit

Permalink
v1.0.3-SNAPSHOT (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyfrehr authored Dec 29, 2024
1 parent 0e1246e commit 53ce449
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>common-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-text-api-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>pdf-text-api-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-text-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>pdf-text-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 53ce449

Please sign in to comment.