Skip to content

Commit

Permalink
v1.0.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyfrehr committed Mar 10, 2024
1 parent dba700c commit 62788e1
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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 62788e1

Please sign in to comment.