Skip to content

Commit

Permalink
GH-283 update version number for 7.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Corless committed Jul 14, 2023
1 parent e1f0cab commit 601720c
Show file tree
Hide file tree
Showing 31 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ ICEpdf is an open source project and is always looking for more contributors. T
```xml
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
<version>7.1.0</version>
</dependency>
<artifactId>icepdf-core</artifactId>
<version>7.1.1</version>
</dependency>
<dependency>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>7.1.0</version>
<version>7.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion core/core-awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>core</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>icepdf-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/annotation/callback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>annotation</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>annotation-callback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/annotation/creation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>annotation</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>annotation-creation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>annotation</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/capture/listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>capture</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>folder-capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/capture/png/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>capture</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>png-capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/capture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/capture/portfolio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>capture</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portfolio-capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/capture/svg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>capture</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>svg-capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/capture/tiff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>capture</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tiff-capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/capture/watermark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>capture</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>watermark-capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>component-awt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/extraction/barcode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>extraction</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>barecode-extraction</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/extraction/image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>extraction</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>image-extraction</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/extraction/metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>extraction</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metadata-extraction</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>extraction</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/extraction/text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>extraction</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>text-extraction</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>javafx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/loadingEvents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>loading-events</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/printservices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>print-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/search/component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>search</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>search-component</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/search/headless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>search</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>search-headless</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>search</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/signatures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signature-verification</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMPANY=https://github.com/pcorless/
PRODUCT=ICEpdf
VERSION=7.1.1-SNAPSHOT
VERSION=7.1.1
RELEASE_TYPE=
# dependencies versions
BOUNCY_VERSION=1.70
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<packaging>pom</packaging>
<name>ICEpdf</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>viewer</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion viewer/viewer-awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>viewer</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>icepdf-viewer</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 601720c

Please sign in to comment.