Skip to content

Commit

Permalink
GH-260 update version numbers to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Corless committed Mar 9, 2023
1 parent 1a9fc35 commit a2e9fb3
Show file tree
Hide file tree
Showing 30 changed files with 38 additions and 49 deletions.
5 changes: 2 additions & 3 deletions core/core-awt/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>core</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<artifactId>icepdf-core</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>annotation-creation</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions examples/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>annotation</artifactId>
<packaging>pom</packaging>
<name>ICEpdf :: Examples :: Annotation</name>
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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>metadata-extraction</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions examples/extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>extraction</artifactId>
<packaging>pom</packaging>
<name>ICEpdf :: Examples :: Extraction</name>
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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0.0</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</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.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>search-headless</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions examples/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>examples</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<groupId>org.icepdf.examples</groupId>
<artifactId>search</artifactId>
<packaging>pom</packaging>
<name>ICEpdf :: Examples :: Search</name>
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.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>signature-verification</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
COMPANY=https://github.com/pcorless/
PRODUCT=ICEpdf
VERSION=7.1.0
RELEASE_TYPE=SNAPSHOT
VERSION=7.0.2
RELEASE_TYPE=
# dependencies versions
BOUNCY_VERSION=1.70
JAI_VERSION=1.4.0
MONKEY_VERSION=3.8.2
MONKEY_VERSION=3.9.4
JBIG2_VERSION=3.0.4
FONT_BOX_VERSION=2.0.26
FONT_BOX_VERSION=2.0.27
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.pcorless.icepdf</groupId>
<artifactId>icepdf</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.0.2</version>
<packaging>pom</packaging>
<name>ICEpdf</name>
<description>
Expand All @@ -23,10 +22,10 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<bouncy.version>1.70</bouncy.version>
<twelve-monkey.version>3.8.2</twelve-monkey.version>
<twelve-monkey.version>3.9.4</twelve-monkey.version>
<jai-imageio.version>1.4.0</jai-imageio.version>
<jbig2.version>3.0.4</jbig2.version>
<font-box.version>2.0.26</font-box.version>
<font-box.version>2.0.27</font-box.version>
<commons-logging.version>1.2</commons-logging.version>
</properties>

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.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<artifactId>viewer</artifactId>
<packaging>pom</packaging>
Expand Down
7 changes: 1 addition & 6 deletions 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.0-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<artifactId>icepdf-viewer</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -36,11 +36,6 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>org.icepdf.ri.viewer.Launcher</mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit a2e9fb3

Please sign in to comment.